Skip to content

Commit a2b1dbe

Browse files
Reorder 5.x CMS Tutorial Sidebar Navigation (#8236)
1 parent fd53104 commit a2b1dbe

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

toc_en.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,17 @@
2929
"text": "Database",
3030
"link": "/tutorials-and-examples/cms/database"
3131
},
32+
{
33+
"text": "Articles Model",
34+
"link": "/tutorials-and-examples/cms/articles-model"
35+
},
3236
{
3337
"text": "Articles Controller",
3438
"link": "/tutorials-and-examples/cms/articles-controller"
3539
},
3640
{
37-
"text": "Articles Model",
38-
"link": "/tutorials-and-examples/cms/articles-model"
41+
"text": "Tags and Users",
42+
"link": "/tutorials-and-examples/cms/tags-and-users"
3943
},
4044
{
4145
"text": "Authentication",
@@ -44,10 +48,6 @@
4448
{
4549
"text": "Authorization",
4650
"link": "/tutorials-and-examples/cms/authorization"
47-
},
48-
{
49-
"text": "Tags and Users",
50-
"link": "/tutorials-and-examples/cms/tags-and-users"
5151
}
5252
]
5353
}

toc_ja.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,17 +79,17 @@
7979
"text": "記事コントローラー",
8080
"link": "/ja/tutorials-and-examples/cms/articles-controller"
8181
},
82+
{
83+
"text": "タグとユーザー",
84+
"link": "/ja/tutorials-and-examples/cms/tags-and-users"
85+
},
8286
{
8387
"text": "認証",
8488
"link": "/ja/tutorials-and-examples/cms/authentication"
8589
},
8690
{
8791
"text": "認可",
8892
"link": "/ja/tutorials-and-examples/cms/authorization"
89-
},
90-
{
91-
"text": "タグとユーザー",
92-
"link": "/ja/tutorials-and-examples/cms/tags-and-users"
9393
}
9494
]
9595
}

0 commit comments

Comments
 (0)