Skip to content

Commit e09ef83

Browse files
committed
make groups sentence case
1 parent 3ad95b0 commit e09ef83

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"description": "Set up your documentation",
2020
"groups": [
2121
{
22-
"group": "Getting Started",
22+
"group": "Getting started",
2323
"pages": [
2424
"index",
2525
"quickstart",
@@ -28,7 +28,7 @@
2828
]
2929
},
3030
{
31-
"group": "Core Configuration",
31+
"group": "Core configuration",
3232
"pages": [
3333
"settings",
3434
"pages",
@@ -65,7 +65,7 @@
6565
]
6666
},
6767
{
68-
"group": "API Pages",
68+
"group": "API pages",
6969
"pages": [
7070
"api-playground/overview",
7171
"api-playground/openapi-setup",
@@ -99,7 +99,7 @@
9999
]
100100
},
101101
{
102-
"group": "Authentication and Personalization",
102+
"group": "Authentication and personalization",
103103
"pages": [
104104
"authentication-personalization/overview",
105105
"authentication-personalization/authentication-setup",
@@ -197,7 +197,7 @@
197197
]
198198
},
199199
{
200-
"group": "Version Control and CI/CD",
200+
"group": "Version control and CI/CD",
201201
"pages": [
202202
"settings/github",
203203
"settings/gitlab",

0 commit comments

Comments
 (0)