Skip to content

Commit 22486fa

Browse files
authored
Fix ui and docs (#1)
Signed-off-by: mohin7 <[email protected]>
1 parent c671e77 commit 22486fa

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+682
-24787
lines changed

config.yaml

Lines changed: 2 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
title: KubeStash - Backup and Recovery Solution for Kubernetes
1+
title: Kubernetes-Native Object Storage for the Modern Cloud
22
baseurl: https://kubeobj.com
33
languageCode: en-us
44
assetDir: static
@@ -9,7 +9,7 @@ disableKinds:
99
theme: hugo-product-theme
1010
params:
1111
product_key: kubeobj
12-
primary_color: 431BB1
12+
primary_color: 8C32B7
1313
appscode_notification_show: true
1414
main_menu_dropdown_item: addons
1515
domain_appscode: https://appscode.com
@@ -52,35 +52,8 @@ params:
5252
learn_url: https://appscode.com/learn
5353
menu:
5454
main:
55-
- name: Addons
56-
identifier: addons
57-
weight: 15
5855
- name: Documentation
5956
weight: 20
60-
- name: Elasticsearch
61-
identifier: elasticsearch
62-
parent: addons
63-
weight: 10
64-
pre: /assets/images/addons/logos/elasticsearch.svg
65-
pageRef: /addons/databases/backup-and-restore-elasticsearch-on-kubernetes/
66-
- name: MariaDB
67-
identifier: mariadb
68-
parent: addons
69-
weight: 20
70-
pre: /assets/images/addons/logos/mariadbs.svg
71-
pageRef: /addons/databases/backup-and-restore-mariadb-on-kubernetes/
72-
- name: MySQL
73-
identifier: mysql
74-
parent: addons
75-
weight: 50
76-
pre: /assets/images/addons/logos/mysql.svg
77-
pageRef: /addons/databases/backup-and-restore-mysql-on-kubernetes/
78-
- name: PostgreSQL
79-
identifier: postgres
80-
parent: addons
81-
weight: 80
82-
pre: /assets/images/addons/logos/postgres.svg
83-
pageRef: /addons/databases/backup-and-restore-postgres-on-kubernetes/
8457
markup:
8558
goldmark:
8659
renderer:

content/docs/v2025.10.31/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ menu:
55
docs_v2025.10.31:
66
identifier: welcome
77
name: Welcome
8-
weight: 10
8+
weight: 1
99
menu_name: docs_v2025.10.31
1010
info:
1111
cli: v0.20.0

content/docs/v2025.10.31/concepts/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,13 @@ menu:
44
docs_v2025.10.31:
55
identifier: readme-concepts
66
name: Readme
7-
parent: concepts-docs
7+
parent: concepts
88
weight: 1
99
menu_name: docs_v2025.10.31
1010
section_menu_id: concepts
11+
url: /docs/v2025.10.31/concepts/
12+
aliases:
13+
- /docs/v2025.10.31/concepts/README/
1114
info:
1215
cli: v0.20.0
1316
installer: v2025.10.31

content/docs/v2025.10.31/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_v2025.10.31:
5-
identifier: concepts-docs
5+
identifier: concepts
66
name: Concepts
7-
weight: 1
7+
weight: 2
88
menu_name: docs_v2025.10.31
99
info:
1010
cli: v0.20.0

content/docs/v2025.10.31/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_v2025.10.31:
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_v2025.10.31
1010
info:
1111
cli: v0.20.0

content/docs/v2025.10.31/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_v2025.10.31:
55
identifier: index-backingstore
6-
name: Index
7-
parent: backingstore-crds
6+
name: BackingStore
7+
parent: crds
88
weight: 1
99
menu_name: docs_v2025.10.31
1010
section_menu_id: concepts

content/docs/v2025.10.31/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_v2025.10.31:
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_v2025.10.31
1010
section_menu_id: concepts
1111
info:

content/docs/v2025.10.31/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_v2025.10.31:
55
identifier: index-namespacestore
6-
name: Index
7-
parent: namespacestore-crds
6+
name: NamespaceStore
7+
parent: crds
88
weight: 1
99
menu_name: docs_v2025.10.31
1010
section_menu_id: concepts

content/docs/v2025.10.31/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_v2025.10.31:
55
identifier: index-noobaa
6-
name: Index
7-
parent: noobaa-crds
6+
name: NooBaa
7+
parent: crds
88
weight: 1
99
menu_name: docs_v2025.10.31
1010
section_menu_id: concepts

content/docs/v2025.10.31/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_v2025.10.31:
55
identifier: index-objectbucket
6-
name: Index
7-
parent: objectbucket-crds
6+
name: ObjectBucket
7+
parent: crds
88
weight: 1
99
menu_name: docs_v2025.10.31
1010
section_menu_id: concepts

0 commit comments

Comments
 (0)