@@ -30,6 +30,7 @@ export default defineConfig({
3030 { text : 'Configuration' , link : '/docs/config' } ,
3131 { text : 'First Login' , link : '/docs/first-login' } ,
3232 { text : 'Push messages' , link : '/docs/pushmsg' } ,
33+ { text : 'Message Priority' , link : '/docs/priority' } ,
3334 { text : 'Message Extras' , link : '/docs/msgextras' } ,
3435 ] ,
3536 } ,
@@ -54,27 +55,30 @@ export default defineConfig({
5455 { text : 'Setup Environment' , link : '/docs/dev-setup' } ,
5556 { text : 'Servers and Tests' , link : '/docs/dev-server-and-tests' } ,
5657 { text : 'Build Gotify' , link : '/docs/build' } ,
58+ {
59+ text : 'Testing unreleased changes' ,
60+ link : '/docs/testing-master' ,
61+ } ,
5762 ] ,
5863 } ,
5964 {
6065 text : 'Guides' ,
6166 items : [
62- { text : 'OpenID Connect (OIDC)' , link : '/docs/oidc' } ,
63- { text : 'Session Elevation' , link : '/docs/session-elevation' } ,
6467 { text : 'Migrate to 3.x' , link : '/docs/migrate-to-3' } ,
65- {
66- text : 'Testing unreleased changes' ,
67- link : '/docs/testing-master' ,
68- } ,
69- { text : 'Apache reverse proxy' , link : '/docs/apache' } ,
70- { text : 'Caddy 2 reverse proxy' , link : '/docs/caddy' } ,
71- { text : 'HAProxy reverse proxy' , link : '/docs/haproxy' } ,
72- { text : 'Message Priority' , link : '/docs/priority' } ,
7368 { text : '(more) Push message examples' , link : '/docs/more-pushmsg' } ,
74- { text : 'nginx reverse proxy' , link : '/docs/nginx' } ,
7569 { text : 'Optimize uploaded images' , link : '/docs/optimize-images' } ,
76- { text : 'systemd configuration' , link : '/docs/systemd' } ,
77- { text : 'Traefik reverse proxy' , link : '/docs/traefik' } ,
70+ { text : 'Session Elevation' , link : '/docs/session-elevation' } ,
71+ { text : 'Systemd configuration' , link : '/docs/systemd' } ,
72+ {
73+ text : 'Reverse Proxies' ,
74+ items : [
75+ { text : 'Apache' , link : '/docs/apache' } ,
76+ { text : 'Caddy 2' , link : '/docs/caddy' } ,
77+ { text : 'HAProxy' , link : '/docs/haproxy' } ,
78+ { text : 'Nginx' , link : '/docs/nginx' } ,
79+ { text : 'Traefik' , link : '/docs/traefik' } ,
80+ ] ,
81+ } ,
7882 ] ,
7983 } ,
8084 ] ,
0 commit comments