[redirects-web/proxy] Revert "Temp remove other entries for testing"



commit fe09d3a517b37db1f8f8597209dfaa249f83a387
Author: Andrea Veri <averi redhat com>
Date:   Fri Jul 30 14:03:19 2021 +0200

    Revert "Temp remove other entries for testing"
    
    This reverts commit 3046b1ae3dae46542582bdac776dd78a63c3c1e7.

 conf.d/developer.gnome.org.conf | 104 ++++++++++++++++++++++++++++++++++++++++
 1 file changed, 104 insertions(+)
---
diff --git a/conf.d/developer.gnome.org.conf b/conf.d/developer.gnome.org.conf
index d38ef66..7f2b33f 100644
--- a/conf.d/developer.gnome.org.conf
+++ b/conf.d/developer.gnome.org.conf
@@ -10,4 +10,108 @@ server {
         proxy_redirect //teams.pages.gitlab.gnome.org/documentation/developer-www/ 
https://developer.gnome.org/;
         proxy_pass https://teams.pages.gitlab.gnome.org/documentation/developer-www/;
     } 
+
+    location /platform-overview/unstable {
+        proxy_redirect 
//teams.pages.gitlab.gnome.org/documentation/developer-www/documentation/introduction.html 
https://developer.gnome.org/platform-overview/unstable/;
+    } 
+
+    location /guides {
+        proxy_redirect 
//teams.pages.gitlab.gnome.org/documentation/developer-www/documentation/guidelines.html 
https://developer.gnome.org/guides/;
+    } 
+
+    location /AlternateMenubarLayout {
+        proxy_redirect 
//teams.pages.gitlab.gnome.org/documentation/developer-www/documentation/tutorials.html 
https://developer.gnome.org/AlternateMenubarLayout/;
+    } 
+
+    location /AppFolders {
+        proxy_redirect 
//teams.pages.gitlab.gnome.org/documentation/developer-www/documentation/tutorials.html 
https://developer.gnome.org/AppFolders/;
+    } 
+
+    location /ChooseApplicationID {
+        proxy_redirect 
//teams.pages.gitlab.gnome.org/documentation/developer-www/documentation/tutorials/application-id.html 
https://developer.gnome.org/ChooseApplicationID/;
+    } 
+
+    location /Buttons {
+        proxy_redirect 
//teams.pages.gitlab.gnome.org/documentation/developer-www/documentation/tutorials.html 
https://developer.gnome.org/Buttons/;
+    } 
+
+    location /CustomStyle {
+        proxy_redirect 
//teams.pages.gitlab.gnome.org/documentation/developer-www/documentation/tutorials.html 
https://developer.gnome.org/CustomStyle/;
+    } 
+
+    location /Deprecations {
+        proxy_redirect 
//teams.pages.gitlab.gnome.org/documentation/developer-www/documentation/tutorials/deprecations.html 
https://developer.gnome.org/Deprecations/;
+    } 
+
+    location /DragAndDrop {
+        proxy_redirect 
//teams.pages.gitlab.gnome.org/documentation/developer-www/documentation/tutorials.html 
https://developer.gnome.org/DragAndDrop/;
+    } 
+
+    location /Dialogs {
+        proxy_redirect 
//teams.pages.gitlab.gnome.org/documentation/developer-www/documentation/tutorials.html 
https://developer.gnome.org/Dialogs/;
+    } 
+
+    location /ExtractShell {
+        proxy_redirect 
//teams.pages.gitlab.gnome.org/documentation/developer-www/documentation/tutorials.html 
https://developer.gnome.org/ExtractShell/;
+    } 
+
+    location /GAction {
+        proxy_redirect 
//teams.pages.gitlab.gnome.org/documentation/developer-www/documentation/tutorials/actions.html 
https://developer.gnome.org/GAction/;
+    } 
+
+    location /GNotification {
+        proxy_redirect 
//teams.pages.gitlab.gnome.org/documentation/developer-www/documentation/tutorials/notifications.html 
https://developer.gnome.org/GNotification/;
+    } 
+
+    location /Gestures {
+        proxy_redirect 
//teams.pages.gitlab.gnome.org/documentation/developer-www/documentation/tutorials.html 
https://developer.gnome.org/Gestures/;
+    } 
+
+    location /CommandLine {
+        proxy_redirect 
//teams.pages.gitlab.gnome.org/documentation/developer-www/documentation/tutorials.html 
https://developer.gnome.org/CommandLine/;
+    } 
+
+    location /ClutterGstGirPython {
+        proxy_redirect 
//teams.pages.gitlab.gnome.org/documentation/developer-www/documentation/tutorials.html 
https://developer.gnome.org/ClutterGstGirPython/;
+    } 
+
+    location /Labels {
+        proxy_redirect 
//teams.pages.gitlab.gnome.org/documentation/developer-www/documentation/tutorials.html 
https://developer.gnome.org/Labels/;
+    } 
+
+    location /ApplicationMenu {
+        proxy_redirect 
//teams.pages.gitlab.gnome.org/documentation/developer-www/documentation/tutorials.html 
https://developer.gnome.org/ApplicationMenu/;
+    } 
+
+    location /SaveWindowState {
+        proxy_redirect 
//teams.pages.gitlab.gnome.org/documentation/developer-www/documentation/tutorials/save-state.html 
https://developer.gnome.org/SaveWindowState/;
+    } 
+
+    location /SearchProvider {
+        proxy_redirect 
//teams.pages.gitlab.gnome.org/documentation/developer-www/documentation/tutorials/search-provider.html 
https://developer.gnome.org/SearchProvider/;
+    } 
+
+    location /DBusApplicationLaunching {
+        proxy_redirect 
//teams.pages.gitlab.gnome.org/documentation/developer-www/documentation/tutorials.html 
https://developer.gnome.org/DBusApplicationLaunching/;
+    } 
+
+    location /SubclassGObject {
+        proxy_redirect 
//teams.pages.gitlab.gnome.org/documentation/developer-www/documentation/tutorials.html 
https://developer.gnome.org/SubclassGObject/;
+    } 
+
+    location /ThemedIcons {
+        proxy_redirect 
//teams.pages.gitlab.gnome.org/documentation/developer-www/documentation/tutorials/themed-icons.html 
https://developer.gnome.org/ThemedIcons/;
+    } 
+
+    location /GMenu {
+        proxy_redirect 
//teams.pages.gitlab.gnome.org/documentation/developer-www/documentation/tutorials/menus.html 
https://developer.gnome.org/GMenu/;
+    } 
+
+    location /GSettings {
+        proxy_redirect 
//teams.pages.gitlab.gnome.org/documentation/developer-www/documentation/tutorials.html 
https://developer.gnome.org/GSettings/;
+    } 
+
+    location /GtkApplication {
+        proxy_redirect 
//teams.pages.gitlab.gnome.org/documentation/developer-www/documentation/tutorials/application.html 
https://developer.gnome.org/GtkApplication/;
+    } 
 }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]