Skip to content

Commit aebaf67

Browse files
author
Ganesh Bhat
committed
[Commit] Changes to structure of settings.json
1 parent b67aca4 commit aebaf67

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

assets/config/settings.json

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,27 @@
5959
"type": "internal",
6060
"link": "/cgi"
6161
},
62+
{
63+
"tag": "cgi-js proxy module",
64+
"children": [
65+
{
66+
"tag": "Introduction",
67+
"link": "/proxy/intro"
68+
},
69+
{
70+
"tag": "Web HTTP/S Support",
71+
"link": "/proxy/web"
72+
},
73+
{
74+
"tag": "WebSocket Support",
75+
"link": "/proxy/websocket"
76+
},
77+
{
78+
"tag": "Other Protocols",
79+
"link": "/proxy/others"
80+
}
81+
]
82+
},
6283
{
6384
"tag": "cgi-js cgi file module",
6485
"children": [
@@ -89,27 +110,6 @@
89110
}
90111
]
91112
},
92-
{
93-
"tag": "cgi-js proxy module",
94-
"children": [
95-
{
96-
"tag": "Introduction",
97-
"link": "/proxy/intro"
98-
},
99-
{
100-
"tag": "Web HTTP/S Support",
101-
"link": "/proxy/web"
102-
},
103-
{
104-
"tag": "WebSocket Support",
105-
"link": "/proxy/websocket"
106-
},
107-
{
108-
"tag": "Other Protocols",
109-
"link": "/proxy/others"
110-
}
111-
]
112-
},
113113
{
114114
"tag": "cgi-js process module",
115115
"children": [

0 commit comments

Comments
 (0)