Skip to content

Commit e0224cc

Browse files
committed
docs: rename Locks, Statefulness back to Misc Topics and move to end
1 parent e1b5f18 commit e0224cc

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

docs/.vitepress/config.mjs

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -162,14 +162,6 @@ export default defineConfig({
162162
},
163163
{ text: "Translation, i18n", link: "/development/translation" },
164164
{ text: "Popups, Popovers", link: "/development/popups" },
165-
{
166-
text: "Locks, Statefulness",
167-
collapsed: true,
168-
items: [
169-
{ text: "Locks", link: "/development/specific/locks" },
170-
{ text: "Statefulness", link: "/development/specific/statefulness" },
171-
],
172-
},
173165
{
174166
text: "Browser Features",
175167
collapsed: true,
@@ -216,6 +208,14 @@ export default defineConfig({
216208
{ text: "Draft Handling", link: "/development/specific/draft" },
217209
],
218210
},
211+
{
212+
text: "Misc Topics",
213+
collapsed: true,
214+
items: [
215+
{ text: "Locks", link: "/development/specific/locks" },
216+
{ text: "Statefulness", link: "/development/specific/statefulness" },
217+
],
218+
},
219219
],
220220
},
221221
{

0 commit comments

Comments
 (0)