Skip to content
This repository was archived by the owner on Jul 16, 2025. It is now read-only.

Commit e1894d6

Browse files
authored
docs: move Server page to Usage section (#74)
Fixes #39. Signed-off-by: Fionn Kelleher <[email protected]>
1 parent 9fecdad commit e1894d6

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

astro.config.mjs

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,13 @@ export default defineConfig({
9595
icon: 'tools.svg'
9696
},
9797
},
98+
{
99+
"label": "Server",
100+
"link": "/usage/server",
101+
attrs: {
102+
icon: 'server.svg'
103+
},
104+
},
98105
]
99106
},
100107
{
@@ -107,13 +114,6 @@ export default defineConfig({
107114
icon: 'terminal.svg'
108115
},
109116
},
110-
{
111-
"label": "Server",
112-
"link": "/reference/server",
113-
attrs: {
114-
icon: 'server.svg'
115-
},
116-
},
117117
]
118118
}
119119
],
File renamed without changes.

0 commit comments

Comments
 (0)