Skip to content

Commit 98b9cab

Browse files
authored
Move sessions & routing docs under controllers (#8323)
Move these pages under controllers in the TOC. I didn't move the files around as I didn't find a good way to do redirects with vitepress and I don't want to break any existing links to these pages.
1 parent d85e8f1 commit 98b9cab

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.vitepress/toc_en.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,8 @@
9898
"text": "Request & Response",
9999
"link": "/controllers/request-response"
100100
},
101+
{ "text": "Routing", "link": "/development/routing" },
102+
{ "text": "Sessions", "link": "/development/sessions" },
101103
{ "text": "Middleware", "link": "/controllers/middleware" },
102104
{
103105
"text": "Pages Controller",
@@ -329,8 +331,6 @@
329331
"text": "Configuration",
330332
"link": "/development/configuration"
331333
},
332-
{ "text": "Routing", "link": "/development/routing" },
333-
{ "text": "Sessions", "link": "/development/sessions" },
334334
{ "text": "Debugging", "link": "/development/debugging" },
335335
{
336336
"text": "Dependency Injection",

0 commit comments

Comments
 (0)