11export function generate_v2_latest_sidebar ( ) {
2- return [
3-
4- {
5- text : "Get Started" ,
6- icon : "tool" ,
7- link : "./" ,
8- } ,
9- "release-notes" , "install" , "upgrade-from-2" , "upgrade-from-1" , "allowList-mgm" , "root-certificates" , "passwords-secrets" , {
10- text : "FHIR Reverse Proxy" ,
11- icon : "module" ,
12- children : [
13- {
14- icon : "config" ,
15- text : "Configuration" ,
16- link : "fhir-reverse-proxy/configuration" ,
17- }
18- ] } ,
19- {
20- text : "FHIR Server" ,
21- icon : "module" ,
22- prefix : "fhir/" ,
23- link : "fhir/" ,
24- children : [ {
25- icon : "config" ,
26- text : "Configuration" ,
27- link : "configuration"
28- } , {
29- icon : "config" ,
30- text : "Access Control" ,
31- link : "access-control"
32- } , {
33- icon : "config" ,
34- text : "OpenID Connect" ,
35- link : "oidc"
36- } , {
37- icon : "config" ,
38- text : "Logging" ,
39- link : "logging"
40- } ]
41- } , {
42- text : "BPE Reverse Proxy" ,
43- icon : "module" ,
44- children : [
45- {
46- icon : "config" ,
47- text : "Configuration" ,
48- link : "bpe-reverse-proxy/configuration" ,
49- }
50- ]
51- } , {
52- text : "BPE Server" ,
53- icon : "module" ,
54- prefix : "bpe/" ,
55- link : "bpe/" ,
56- children : [ {
57- icon : "config" ,
58- text : "Configuration" ,
59- link : "configuration"
60- } , {
61- icon : "config" ,
62- text : "Access Control" ,
63- link : "access-control"
64- } , {
65- icon : "config" ,
66- text : "OpenID Connect" ,
67- link : "oidc"
68- } , {
69- icon : "config" ,
70- text : "Logging" ,
71- link : "logging"
72- } ]
73- } ,
74- {
75- text : "Install Plugins" ,
76- icon : "plugin" ,
77- link : "install-plugins"
78- } ]
2+ return [ {
3+ text : "Get Started" ,
4+ icon : "tool" ,
5+ link : "./" ,
6+ } ,
7+ "release-notes" , "install" , "upgrade-from-2" , "upgrade-from-1" , "allowList-mgm" , "root-certificates" , "passwords-secrets" , {
8+ text : "FHIR Reverse Proxy" ,
9+ icon : "module" ,
10+ children : [
11+ {
12+ icon : "config" ,
13+ text : "Configuration" ,
14+ link : "fhir-reverse-proxy/configuration" ,
15+ }
16+ ]
17+ } ,
18+ {
19+ text : "FHIR Server" ,
20+ icon : "module" ,
21+ prefix : "fhir/" ,
22+ link : "fhir/" ,
23+ children : [ {
24+ icon : "config" ,
25+ text : "Configuration" ,
26+ link : "configuration"
27+ } , {
28+ icon : "config" ,
29+ text : "Access Control" ,
30+ link : "access-control"
31+ } , {
32+ icon : "config" ,
33+ text : "OpenID Connect" ,
34+ link : "oidc"
35+ } , {
36+ icon : "config" ,
37+ text : "Logging" ,
38+ link : "logging"
39+ } ]
40+ } , {
41+ text : "BPE Reverse Proxy" ,
42+ icon : "module" ,
43+ children : [
44+ {
45+ icon : "config" ,
46+ text : "Configuration" ,
47+ link : "bpe-reverse-proxy/configuration" ,
48+ }
49+ ]
50+ } , {
51+ text : "BPE Server" ,
52+ icon : "module" ,
53+ prefix : "bpe/" ,
54+ link : "bpe/" ,
55+ children : [ {
56+ icon : "config" ,
57+ text : "Configuration" ,
58+ link : "configuration"
59+ } , {
60+ icon : "config" ,
61+ text : "Access Control" ,
62+ link : "access-control"
63+ } , {
64+ icon : "config" ,
65+ text : "OpenID Connect" ,
66+ link : "oidc"
67+ } , {
68+ icon : "config" ,
69+ text : "Logging" ,
70+ link : "logging"
71+ } , {
72+ icon : "config" ,
73+ text : "FHIR Client Connections" ,
74+ link : "fhir-client-connections"
75+ } ]
76+ } ,
77+ {
78+ text : "Install Plugins" ,
79+ icon : "plugin" ,
80+ link : "install-plugins"
81+ } ]
7982}
8083
8184export function generate_v2_0_0_sidebar ( ) {
82- return [
83-
84- {
85- text : "Get Started" ,
86- icon : "tool" ,
87- link : "./" ,
88- } ,
89- "release-notes" , "install" , "upgrade-from-1" , "allowList-mgm" , "root-certificates" , "passwords-secrets" , {
90- text : "FHIR Reverse Proxy" ,
91- icon : "module" ,
92- children : [
93- {
94- icon : "config" ,
95- text : "Configuration" ,
96- link : "fhir-reverse-proxy/configuration" ,
97- }
98- ] } ,
99- {
100- text : "FHIR Server" ,
101- icon : "module" ,
102- prefix : "fhir/" ,
103- link : "fhir/" ,
104- children : [ {
105- icon : "config" ,
106- text : "Configuration" ,
107- link : "configuration"
108- } , {
109- icon : "config" ,
110- text : "Access Control" ,
111- link : "access-control"
112- } , {
113- icon : "config" ,
114- text : "OpenID Connect" ,
115- link : "oidc"
116- } , {
117- icon : "config" ,
118- text : "Logging" ,
119- link : "logging"
120- } ]
121- } , {
122- text : "BPE Reverse Proxy" ,
123- icon : "module" ,
124- children : [
125- {
126- icon : "config" ,
127- text : "Configuration" ,
128- link : "bpe-reverse-proxy/configuration" ,
129- }
130- ]
131- } , {
132- text : "BPE Server" ,
133- icon : "module" ,
134- prefix : "bpe/" ,
135- link : "bpe/" ,
136- children : [ {
137- icon : "config" ,
138- text : "Configuration" ,
139- link : "configuration"
140- } , {
141- icon : "config" ,
142- text : "Access Control" ,
143- link : "access-control"
144- } , {
145- icon : "config" ,
146- text : "OpenID Connect" ,
147- link : "oidc"
148- } , {
149- icon : "config" ,
150- text : "Logging" ,
151- link : "logging"
152- } ]
153- } ,
154- {
155- text : "Install Plugins" ,
156- icon : "plugin" ,
157- link : "install-plugins"
158- } ]
85+ return [ {
86+ text : "Get Started" ,
87+ icon : "tool" ,
88+ link : "./" ,
89+ } ,
90+ "release-notes" , "install" , "upgrade-from-1" , "allowList-mgm" , "root-certificates" , "passwords-secrets" , {
91+ text : "FHIR Reverse Proxy" ,
92+ icon : "module" ,
93+ children : [
94+ {
95+ icon : "config" ,
96+ text : "Configuration" ,
97+ link : "fhir-reverse-proxy/configuration" ,
98+ }
99+ ]
100+ } ,
101+ {
102+ text : "FHIR Server" ,
103+ icon : "module" ,
104+ prefix : "fhir/" ,
105+ link : "fhir/" ,
106+ children : [ {
107+ icon : "config" ,
108+ text : "Configuration" ,
109+ link : "configuration"
110+ } , {
111+ icon : "config" ,
112+ text : "Access Control" ,
113+ link : "access-control"
114+ } , {
115+ icon : "config" ,
116+ text : "OpenID Connect" ,
117+ link : "oidc"
118+ } , {
119+ icon : "config" ,
120+ text : "Logging" ,
121+ link : "logging"
122+ } ]
123+ } , {
124+ text : "BPE Reverse Proxy" ,
125+ icon : "module" ,
126+ children : [
127+ {
128+ icon : "config" ,
129+ text : "Configuration" ,
130+ link : "bpe-reverse-proxy/configuration" ,
131+ }
132+ ]
133+ } , {
134+ text : "BPE Server" ,
135+ icon : "module" ,
136+ prefix : "bpe/" ,
137+ link : "bpe/" ,
138+ children : [ {
139+ icon : "config" ,
140+ text : "Configuration" ,
141+ link : "configuration"
142+ } , {
143+ icon : "config" ,
144+ text : "Access Control" ,
145+ link : "access-control"
146+ } , {
147+ icon : "config" ,
148+ text : "OpenID Connect" ,
149+ link : "oidc"
150+ } , {
151+ icon : "config" ,
152+ text : "Logging" ,
153+ link : "logging"
154+ } ]
155+ } ,
156+ {
157+ text : "Install Plugins" ,
158+ icon : "plugin" ,
159+ link : "install-plugins"
160+ } ]
159161}
0 commit comments