Skip to content

Commit a942b03

Browse files
Reorder CMS Tutorial sidebar navigation (#8235)
Moves Tags and Users before Authentication and Authorization in the sidebar to improve the learning flow.
1 parent f59864a commit a942b03

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

toc_en.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,17 +96,17 @@
9696
"text": "Articles Controller",
9797
"link": "/tutorials-and-examples/cms/articles-controller"
9898
},
99+
{
100+
"text": "Tags and Users",
101+
"link": "/tutorials-and-examples/cms/tags-and-users"
102+
},
99103
{
100104
"text": "Authentication",
101105
"link": "/tutorials-and-examples/cms/authentication"
102106
},
103107
{
104108
"text": "Authorization",
105109
"link": "/tutorials-and-examples/cms/authorization"
106-
},
107-
{
108-
"text": "Tags and Users",
109-
"link": "/tutorials-and-examples/cms/tags-and-users"
110110
}
111111
]
112112
}

toc_ja.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,17 +96,17 @@
9696
"text": "記事コントローラー",
9797
"link": "/ja/tutorials-and-examples/cms/articles-controller"
9898
},
99+
{
100+
"text": "タグとユーザー",
101+
"link": "/ja/tutorials-and-examples/cms/tags-and-users"
102+
},
99103
{
100104
"text": "認証",
101105
"link": "/ja/tutorials-and-examples/cms/authentication"
102106
},
103107
{
104108
"text": "認可",
105109
"link": "/ja/tutorials-and-examples/cms/authorization"
106-
},
107-
{
108-
"text": "タグとユーザー",
109-
"link": "/ja/tutorials-and-examples/cms/tags-and-users"
110110
}
111111
]
112112
}

0 commit comments

Comments
 (0)