Skip to content

Commit 2196da8

Browse files
committed
format JSON example
1 parent 311bc2a commit 2196da8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

authentication-personalization/authentication-setup.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -275,8 +275,8 @@ To make all pages in a group public, add `"public": true` beneath the group's na
275275
"groups": [
276276
{
277277
"group": "Public group",
278-
"public": true,
279-
"icon": "play",
278+
"public": true,
279+
"icon": "play",
280280
"pages": [
281281
"quickstart",
282282
"installation",
@@ -285,7 +285,7 @@ To make all pages in a group public, add `"public": true` beneath the group's na
285285
},
286286
{
287287
"group": "Private group",
288-
"icon": "pause",
288+
"icon": "pause",
289289
"pages": [
290290
"private-information",
291291
"secret-settings"

0 commit comments

Comments
 (0)