Skip to content

Commit ad47995

Browse files
committed
Fix docs frontmatter
Signed-off-by: mohin7 <csemohin@gmail.com>
1 parent b5c7ce1 commit ad47995

25 files changed

Lines changed: 105 additions & 58 deletions

File tree

docs/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ menu:
55
docs_{{ .version }}:
66
identifier: welcome
77
name: Welcome
8-
weight: 10
8+
weight: 1
99
menu_name: docs_{{ .version }}
1010
---

docs/concepts/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,13 @@ menu:
44
docs_{{ .version }}:
55
identifier: readme-concepts
66
name: Readme
7-
parent: concepts-docs
7+
parent: concepts
88
weight: 1
99
menu_name: docs_{{ .version }}
1010
section_menu_id: concepts
11+
url: /docs/{{ .version }}/concepts/
12+
aliases:
13+
- /docs/{{ .version }}/concepts/README/
1114
---
1215

1316
# Concepts

docs/concepts/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
title: Concepts
33
menu:
44
docs_{{ .version }}:
5-
identifier: concepts-docs
5+
identifier: concepts
66
name: Concepts
7-
weight: 1
7+
weight: 2
88
menu_name: docs_{{ .version }}
99
---
1010

docs/concepts/crds/_index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
title: Crds
33
menu:
44
docs_{{ .version }}:
5-
identifier: crds-concepts
5+
identifier: crds
66
name: Crds
7-
parent: concepts-docs
8-
weight: 1
7+
parent: concepts
8+
weight: 15
99
menu_name: docs_{{ .version }}
1010
---
1111

docs/concepts/crds/backingstore/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
2-
title: Index
2+
title: BackingStore
33
menu:
44
docs_{{ .version }}:
55
identifier: index-backingstore
6-
name: Index
7-
parent: backingstore-crds
6+
name: BackingStore
7+
parent: crds
88
weight: 1
99
menu_name: docs_{{ .version }}
1010
section_menu_id: concepts

docs/concepts/crds/bucketclass/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
2-
title: Index
2+
title: BucketClass
33
menu:
44
docs_{{ .version }}:
55
identifier: index-bucketclass
6-
name: Index
7-
parent: bucketclass-crds
8-
weight: 1
6+
name: BucketClass
7+
parent: crds
8+
weight: 2
99
menu_name: docs_{{ .version }}
1010
section_menu_id: concepts
1111
---

docs/concepts/crds/namespacestore/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
2-
title: Index
2+
title: NamespaceStore
33
menu:
44
docs_{{ .version }}:
55
identifier: index-namespacestore
6-
name: Index
7-
parent: namespacestore-crds
6+
name: NamespaceStore
7+
parent: crds
88
weight: 1
99
menu_name: docs_{{ .version }}
1010
section_menu_id: concepts

docs/concepts/crds/noobaa/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
2-
title: Index
2+
title: NooBaa
33
menu:
44
docs_{{ .version }}:
55
identifier: index-noobaa
6-
name: Index
7-
parent: noobaa-crds
6+
name: NooBaa
7+
parent: crds
88
weight: 1
99
menu_name: docs_{{ .version }}
1010
section_menu_id: concepts

docs/concepts/crds/objectbucket/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
2-
title: Index
2+
title: ObjectBucket
33
menu:
44
docs_{{ .version }}:
55
identifier: index-objectbucket
6-
name: Index
7-
parent: objectbucket-crds
6+
name: ObjectBucket
7+
parent: crds
88
weight: 1
99
menu_name: docs_{{ .version }}
1010
section_menu_id: concepts

docs/concepts/crds/objectbucketclaim/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
2-
title: Index
2+
title: ObjectBucketClaim
33
menu:
44
docs_{{ .version }}:
55
identifier: index-objectbucketclaim
6-
name: Index
7-
parent: objectbucketclaim-crds
6+
name: ObjectBucketClaim
7+
parent: crds
88
weight: 1
99
menu_name: docs_{{ .version }}
1010
section_menu_id: concepts

0 commit comments

Comments
 (0)