Skip to content

Commit 568dd1d

Browse files
committed
docs(platform): quote YAML front-matter names containing a colon
Hugo's front-matter YAML parser rejected 'name: Identity: Users & Settings' (mapping values are not allowed in this context). Quote the two affected group names so the site builds. Signed-off-by: Tamal Saha <tamal@appscode.com>
1 parent a3553de commit 568dd1d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/platform/api/organizations-teams/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ layout: docs
33
menu:
44
docsplatform_{{.version}}:
55
identifier: api-organizations-teams
6-
name: Identity: Organizations & Teams
6+
name: "Identity: Organizations & Teams"
77
parent: api
88
weight: 20
99
menu_name: docsplatform_{{.version}}

docs/platform/api/users-settings/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ layout: docs
33
menu:
44
docsplatform_{{.version}}:
55
identifier: api-users-settings
6-
name: Identity: Users & Settings
6+
name: "Identity: Users & Settings"
77
parent: api
88
weight: 10
99
menu_name: docsplatform_{{.version}}

0 commit comments

Comments
 (0)