diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md index 6e192f4..a5c86ee 100644 --- a/docs/CONTRIBUTING.md +++ b/docs/CONTRIBUTING.md @@ -2,16 +2,20 @@ title: Contributing | KubeObj description: Contributing menu: - docs_{{ .version }}: + docs_v2025.10.31: identifier: contributing-kubeobj name: Contributing parent: welcome weight: 10 -menu_name: docs_{{ .version }} +menu_name: docs_v2025.10.31 section_menu_id: welcome -url: /docs/{{ .version }}/welcome/contributing/ +url: /docs/v2025.10.31/welcome/contributing/ aliases: - - /docs/{{ .version }}/CONTRIBUTING/ +- /docs/v2025.10.31/CONTRIBUTING/ +info: + cli: v0.20.0 + installer: v2025.10.31 + version: v2025.10.31 --- # Contribution Guidelines diff --git a/docs/README.md b/docs/README.md index 93d708e..4b96572 100644 --- a/docs/README.md +++ b/docs/README.md @@ -2,47 +2,51 @@ title: Welcome | KubeObj description: Welcome to KubeObj menu: - docs_{{ .version }}: + docs_v2025.10.31: identifier: readme-kubeobj name: Readme parent: welcome weight: -1 -menu_name: docs_{{ .version }} +menu_name: docs_v2025.10.31 section_menu_id: welcome -url: /docs/{{ .version }}/welcome/ +url: /docs/v2025.10.31/welcome/ aliases: - - /docs/{{ .version }}/ - - /docs/{{ .version }}/README/ +- /docs/v2025.10.31/ +- /docs/v2025.10.31/README/ +info: + cli: v0.20.0 + installer: v2025.10.31 + version: v2025.10.31 --- # NooBaa [NooBaa]() is an open-source, cloud-native data management and object storage platform. It enables unified data access, multi-cloud federation, and seamless scalability by abstracting underlying storage resources. NooBaa helps organizations manage, migrate, and protect data across on-premises and cloud environments efficiently. -## [Concepts](/docs/concepts/) +## [Concepts](/docs/v2025.10.31/concepts/) Concept explains some significant aspect of NooBaa. This is where you can learn about what NooBaa does and how it does it. -- [NooBaa Overview](/docs/concepts/what-is-noobaa/overview/index.md) Provides an introduction to NooBaa and gives an overview of the features it provides. -- [NooBaa API](/docs/concepts/crds/backingstore/index.md) Introduces NooBaa CRDs. +- [NooBaa Overview](/docs/v2025.10.31/concepts/what-is-noobaa/overview/) Provides an introduction to NooBaa and gives an overview of the features it provides. +- [NooBaa API](/docs/v2025.10.31/concepts/crds/backingstore/) Introduces NooBaa CRDs. -## [Setup](/docs/setup/) +## [Setup](/docs/v2025.10.31/setup/) Setup contains instructions for installing, uninstalling, and upgrading KubeStash. - **Install NooBaa:** Provides instructions for installing NooBaa. - - [Install](/docs/setup/install/index.md) How to install KubeStash. + - [Install](/docs/v2025.10.31/setup/install/) How to install KubeStash. -## [Guides](/docs/guides/) +## [Guides](/docs/v2025.10.31/guides/) Guides section shows how to perform different operations with NooBaa. -- [Cloud Native Operations](/docs/guides/cloud-native-operation/index.md): Describes how to manage cloud-native experience for object storage management. -- [On Prem With Scalability](/docs/guides/on-prem-with-scalability/index.md): Explains how to deploy and scale NooBaa on-premises. -- [Multi Cloud Federation](/docs/guides/multi-cloud-federation/index.md): Describes how to federate data across multiple clouds. -- [Unified Data Access](/docs/guides/unified-data-access/index.md): Guides on accessing data from various storage systems through a single endpoint. -- [Data Replication](/docs/guides/data-replication-policy/index.md): Provides instructions for setting up a highly available NooBaa deployment. -- [High Availability](/docs/guides/high-availability/index.md): Describes how we can achive highly available NooBaa deployment. +- [Cloud Native Operations](/docs/v2025.10.31/guides/cloud-native-operation/): Describes how to manage cloud-native experience for object storage management. +- [On Prem With Scalability](/docs/v2025.10.31/guides/on-prem-with-scalability/): Explains how to deploy and scale NooBaa on-premises. +- [Multi Cloud Federation](/docs/v2025.10.31/guides/multi-cloud-federation/): Describes how to federate data across multiple clouds. +- [Unified Data Access](/docs/v2025.10.31/guides/unified-data-access/): Guides on accessing data from various storage systems through a single endpoint. +- [Data Replication](/docs/v2025.10.31/guides/data-replication-policy/): Provides instructions for setting up a highly available NooBaa deployment. +- [High Availability](/docs/v2025.10.31/guides/high-availability/): Describes how we can achive highly available NooBaa deployment. We're always looking for help improving our documentation, so please don't hesitate to [file an issue](https://github.com/kubeobj/) if you see some problem. diff --git a/docs/_index.md b/docs/_index.md index 156a15b..1540173 100644 --- a/docs/_index.md +++ b/docs/_index.md @@ -2,9 +2,14 @@ title: KubeObj description: KubeObj menu: - docs_{{ .version }}: + docs_v2025.10.31: identifier: welcome name: Welcome - weight: 10 -menu_name: docs_{{ .version }} + weight: 1 +menu_name: docs_v2025.10.31 +info: + cli: v0.20.0 + installer: v2025.10.31 + version: v2025.10.31 --- + diff --git a/docs/concepts/README.md b/docs/concepts/README.md index 5760b28..1bf0f41 100644 --- a/docs/concepts/README.md +++ b/docs/concepts/README.md @@ -1,13 +1,20 @@ --- title: Readme menu: - docs_{{ .version }}: + docs_v2025.10.31: identifier: readme-concepts name: Readme - parent: concepts-docs + parent: concepts weight: 1 -menu_name: docs_{{ .version }} +menu_name: docs_v2025.10.31 section_menu_id: concepts +url: /docs/v2025.10.31/concepts/ +aliases: +- /docs/v2025.10.31/concepts/README/ +info: + cli: v0.20.0 + installer: v2025.10.31 + version: v2025.10.31 --- # Concepts @@ -16,12 +23,12 @@ Concepts help you to learn about the different parts of the NooBaa and the abstr This concept section is divided into the following modules: ## What is NooBaa? -- [Overview](/docs/concepts/what-is-noobaa/overview/index.md) provides an introduction to NooBaa. It also gives an overview of the features it provides. +- [Overview](/docs/v2025.10.31/concepts/what-is-noobaa/overview/) provides an introduction to NooBaa. It also gives an overview of the features it provides. ## Declarative API -- [NooBaa](/docs/concepts/crds/noobaa/index.md): This is the central CRD for a NooBaa deployment. It represents the entire NooBaa system and orchestrates all its components. Administrators interact with this resource to install, configure, and manage the NooBaa platform within a Kubernetes cluster. -- [BackingStore](/docs/concepts/crds/backingstore/index.md): A `BackingStore` represents underlying storage resources that NooBaa can use to store data. These can be cloud-based storage services (like AWS S3, Azure Blob Storage, or Google Cloud Storage) or on-premises storage systems (like a PV pool). `BackingStore`s are used to create buckets and provide the physical storage layer. -- [NamespaceStore](/docs/concepts/crds/namespacestore/index.md): A `NamespaceStore` is a special type of `BackingStore` that represents an entire external bucket or a prefix within a bucket. Instead of using the external storage as a backing for NooBaa's own data services (like deduplication and compression), a `NamespaceStore` provides a direct, transparent connection to the external resource. This is useful for data federation and accessing existing data in place. -- [BucketClass](/docs/concepts/crds/bucketclass/index.md): A `BucketClass` defines policies for how data is placed and managed across one or more `BackingStore`s. It can specify data placement policies like mirroring or spreading data across different stores. When a user requests a new bucket, they can specify a `BucketClass` to control the behavior and characteristics of their bucket. -- [ObjectBucketClaim](/docs/concepts/crds/objectbucketclaim/index.md): An `ObjectBucketClaim` (OBC) is a Kubernetes-native way for a user or application to request a new object storage bucket, similar to how a `PersistentVolumeClaim` (PVC) requests block or file storage. When an OBC is created, the NooBaa operator provisions a corresponding `ObjectBucket` and makes the connection details available to the application via a `Secret` and a `ConfigMap`. +- [NooBaa](/docs/v2025.10.31/concepts/crds/noobaa/): This is the central CRD for a NooBaa deployment. It represents the entire NooBaa system and orchestrates all its components. Administrators interact with this resource to install, configure, and manage the NooBaa platform within a Kubernetes cluster. +- [BackingStore](/docs/v2025.10.31/concepts/crds/backingstore/): A `BackingStore` represents underlying storage resources that NooBaa can use to store data. These can be cloud-based storage services (like AWS S3, Azure Blob Storage, or Google Cloud Storage) or on-premises storage systems (like a PV pool). `BackingStore`s are used to create buckets and provide the physical storage layer. +- [NamespaceStore](/docs/v2025.10.31/concepts/crds/namespacestore/): A `NamespaceStore` is a special type of `BackingStore` that represents an entire external bucket or a prefix within a bucket. Instead of using the external storage as a backing for NooBaa's own data services (like deduplication and compression), a `NamespaceStore` provides a direct, transparent connection to the external resource. This is useful for data federation and accessing existing data in place. +- [BucketClass](/docs/v2025.10.31/concepts/crds/bucketclass/): A `BucketClass` defines policies for how data is placed and managed across one or more `BackingStore`s. It can specify data placement policies like mirroring or spreading data across different stores. When a user requests a new bucket, they can specify a `BucketClass` to control the behavior and characteristics of their bucket. +- [ObjectBucketClaim](/docs/v2025.10.31/concepts/crds/objectbucketclaim/): An `ObjectBucketClaim` (OBC) is a Kubernetes-native way for a user or application to request a new object storage bucket, similar to how a `PersistentVolumeClaim` (PVC) requests block or file storage. When an OBC is created, the NooBaa operator provisions a corresponding `ObjectBucket` and makes the connection details available to the application via a `Secret` and a `ConfigMap`. diff --git a/docs/concepts/_index.md b/docs/concepts/_index.md index d335c91..a80dc3b 100755 --- a/docs/concepts/_index.md +++ b/docs/concepts/_index.md @@ -1,10 +1,14 @@ --- title: Concepts menu: - docs_{{ .version }}: - identifier: concepts-docs + docs_v2025.10.31: + identifier: concepts name: Concepts - weight: 1 -menu_name: docs_{{ .version }} + weight: 2 +menu_name: docs_v2025.10.31 +info: + cli: v0.20.0 + installer: v2025.10.31 + version: v2025.10.31 --- diff --git a/docs/concepts/crds/_index.md b/docs/concepts/crds/_index.md index 8f1e94c..92a8388 100755 --- a/docs/concepts/crds/_index.md +++ b/docs/concepts/crds/_index.md @@ -1,11 +1,15 @@ --- title: Crds menu: - docs_{{ .version }}: - identifier: crds-concepts + docs_v2025.10.31: + identifier: crds name: Crds - parent: concepts-docs - weight: 1 -menu_name: docs_{{ .version }} + parent: concepts + weight: 15 +menu_name: docs_v2025.10.31 +info: + cli: v0.20.0 + installer: v2025.10.31 + version: v2025.10.31 --- diff --git a/docs/concepts/crds/backingstore/index.md b/docs/concepts/crds/backingstore/index.md index 26a55e9..68af21a 100644 --- a/docs/concepts/crds/backingstore/index.md +++ b/docs/concepts/crds/backingstore/index.md @@ -1,13 +1,17 @@ --- title: Index menu: - docs_{{ .version }}: + docs_v2025.10.31: identifier: index-backingstore - name: Index - parent: backingstore-crds + name: BackingStore + parent: crds weight: 1 -menu_name: docs_{{ .version }} +menu_name: docs_v2025.10.31 section_menu_id: concepts +info: + cli: v0.20.0 + installer: v2025.10.31 + version: v2025.10.31 --- # BackingStore diff --git a/docs/concepts/crds/bucketclass/index.md b/docs/concepts/crds/bucketclass/index.md index 422bfcb..9b80816 100644 --- a/docs/concepts/crds/bucketclass/index.md +++ b/docs/concepts/crds/bucketclass/index.md @@ -1,13 +1,17 @@ --- -title: Index +title: BucketClass menu: - docs_{{ .version }}: + docs_v2025.10.31: identifier: index-bucketclass - name: Index - parent: bucketclass-crds - weight: 1 -menu_name: docs_{{ .version }} + name: BucketClass + parent: crds + weight: 2 +menu_name: docs_v2025.10.31 section_menu_id: concepts +info: + cli: v0.20.0 + installer: v2025.10.31 + version: v2025.10.31 --- # BucketClass diff --git a/docs/concepts/crds/namespacestore/index.md b/docs/concepts/crds/namespacestore/index.md index 5ce9166..6238820 100644 --- a/docs/concepts/crds/namespacestore/index.md +++ b/docs/concepts/crds/namespacestore/index.md @@ -1,13 +1,17 @@ --- -title: Index +title: NamespaceStore menu: - docs_{{ .version }}: + docs_v2025.10.31: identifier: index-namespacestore - name: Index - parent: namespacestore-crds + name: NamespaceStore + parent: crds weight: 1 -menu_name: docs_{{ .version }} +menu_name: docs_v2025.10.31 section_menu_id: concepts +info: + cli: v0.20.0 + installer: v2025.10.31 + version: v2025.10.31 --- # NamespaceStore diff --git a/docs/concepts/crds/noobaa/index.md b/docs/concepts/crds/noobaa/index.md index c88d26a..6a28dd2 100644 --- a/docs/concepts/crds/noobaa/index.md +++ b/docs/concepts/crds/noobaa/index.md @@ -1,13 +1,17 @@ --- -title: Index +title: NooBaa menu: - docs_{{ .version }}: + docs_v2025.10.31: identifier: index-noobaa - name: Index - parent: noobaa-crds + name: NooBaa + parent: crds weight: 1 -menu_name: docs_{{ .version }} +menu_name: docs_v2025.10.31 section_menu_id: concepts +info: + cli: v0.20.0 + installer: v2025.10.31 + version: v2025.10.31 --- # NooBaa diff --git a/docs/concepts/crds/objectbucket/index.md b/docs/concepts/crds/objectbucket/index.md index 76d2c02..2a8afd8 100644 --- a/docs/concepts/crds/objectbucket/index.md +++ b/docs/concepts/crds/objectbucket/index.md @@ -1,13 +1,17 @@ --- -title: Index +title: ObjectBucket menu: - docs_{{ .version }}: + docs_v2025.10.31: identifier: index-objectbucket - name: Index - parent: objectbucket-crds + name: ObjectBucket + parent: crds weight: 1 -menu_name: docs_{{ .version }} +menu_name: docs_v2025.10.31 section_menu_id: concepts +info: + cli: v0.20.0 + installer: v2025.10.31 + version: v2025.10.31 --- # ObjectBucket diff --git a/docs/concepts/crds/objectbucketclaim/index.md b/docs/concepts/crds/objectbucketclaim/index.md index 9009130..abb3b10 100644 --- a/docs/concepts/crds/objectbucketclaim/index.md +++ b/docs/concepts/crds/objectbucketclaim/index.md @@ -1,13 +1,17 @@ --- -title: Index +title: ObjectBucketClaim menu: - docs_{{ .version }}: + docs_v2025.10.31: identifier: index-objectbucketclaim - name: Index - parent: objectbucketclaim-crds + name: ObjectBucketClaim + parent: crds weight: 1 -menu_name: docs_{{ .version }} +menu_name: docs_v2025.10.31 section_menu_id: concepts +info: + cli: v0.20.0 + installer: v2025.10.31 + version: v2025.10.31 --- # ObjectBucketClaim diff --git a/docs/concepts/what-is-noobaa/_index.md b/docs/concepts/what-is-noobaa/_index.md index f1a6d03..f3a3146 100755 --- a/docs/concepts/what-is-noobaa/_index.md +++ b/docs/concepts/what-is-noobaa/_index.md @@ -1,11 +1,15 @@ --- title: What Is Noobaa menu: - docs_{{ .version }}: + docs_v2025.10.31: identifier: what-is-noobaa-concepts name: What Is Noobaa - parent: concepts-docs + parent: concepts weight: 1 -menu_name: docs_{{ .version }} +menu_name: docs_v2025.10.31 +info: + cli: v0.20.0 + installer: v2025.10.31 + version: v2025.10.31 --- diff --git a/docs/concepts/what-is-noobaa/overview/index.md b/docs/concepts/what-is-noobaa/overview/index.md index d487e5a..2aae47d 100644 --- a/docs/concepts/what-is-noobaa/overview/index.md +++ b/docs/concepts/what-is-noobaa/overview/index.md @@ -1,13 +1,17 @@ --- -title: Index +title: NooBaa menu: - docs_{{ .version }}: + docs_v2025.10.31: identifier: index-overview - name: Index - parent: overview-what-is-noobaa + name: NooBaa + parent: what-is-noobaa-concepts weight: 1 -menu_name: docs_{{ .version }} +menu_name: docs_v2025.10.31 section_menu_id: concepts +info: + cli: v0.20.0 + installer: v2025.10.31 + version: v2025.10.31 --- # NooBaa diff --git a/docs/guides/README.md b/docs/guides/README.md new file mode 100644 index 0000000..8402de9 --- /dev/null +++ b/docs/guides/README.md @@ -0,0 +1,22 @@ +--- +title: Table of Contents | Guides +description: Table of Contents | Guides +menu: + docs_v2025.10.31: + identifier: guides-readme + name: Readme + parent: guides + weight: -1 +product_name: kubeobj +menu_name: docs_v2025.10.31 +section_menu_id: guides +url: /docs/v2025.10.31/guides/ +aliases: +- /docs/v2025.10.31/guides/README/ +--- + +# Guides +Guides show how to perform different operations with KubeObj. We have divided guides section into the following sub-sections: + + + diff --git a/docs/guides/_index.md b/docs/guides/_index.md index b643b27..9ab0937 100755 --- a/docs/guides/_index.md +++ b/docs/guides/_index.md @@ -1,10 +1,17 @@ --- title: Guides menu: - docs_{{ .version }}: - identifier: guides-docs + docs_v2025.10.31: + identifier: guides name: Guides - weight: 1 -menu_name: docs_{{ .version }} + weight: 4 +menu_name: docs_v2025.10.31 +url: /docs/v2025.10.31/guides/ +aliases: +- /docs/v2025.10.31/guides/README/ +info: + cli: v0.20.0 + installer: v2025.10.31 + version: v2025.10.31 --- diff --git a/docs/guides/cloud-native-operation/index.md b/docs/guides/cloud-native-operation/index.md index 5bb99c5..4eed3aa 100644 --- a/docs/guides/cloud-native-operation/index.md +++ b/docs/guides/cloud-native-operation/index.md @@ -1,13 +1,17 @@ --- -title: Index +title: Cloud Native Operation menu: - docs_{{ .version }}: + docs_v2025.10.31: identifier: index-cloud-native-operation - name: Index - parent: cloud-native-operation-guides + name: Cloud Native Operation + parent: guides weight: 1 -menu_name: docs_{{ .version }} +menu_name: docs_v2025.10.31 section_menu_id: guides +info: + cli: v0.20.0 + installer: v2025.10.31 + version: v2025.10.31 --- # Cloud-Native S3 Operations with NooBaa diff --git a/docs/guides/data-replication-policy/index.md b/docs/guides/data-replication-policy/index.md index 857027d..6b56beb 100644 --- a/docs/guides/data-replication-policy/index.md +++ b/docs/guides/data-replication-policy/index.md @@ -1,13 +1,17 @@ --- -title: Index +title: Bucket Data Replication menu: - docs_{{ .version }}: + docs_v2025.10.31: identifier: index-data-replication-policy - name: Index - parent: data-replication-policy-guides + name: Bucket Data Replication + parent: guides weight: 1 -menu_name: docs_{{ .version }} +menu_name: docs_v2025.10.31 section_menu_id: guides +info: + cli: v0.20.0 + installer: v2025.10.31 + version: v2025.10.31 --- # Bucket Data Replication diff --git a/docs/guides/high-availability/index.md b/docs/guides/high-availability/index.md index ec8d870..5139d13 100644 --- a/docs/guides/high-availability/index.md +++ b/docs/guides/high-availability/index.md @@ -1,13 +1,17 @@ --- -title: Index +title: High Availability menu: - docs_{{ .version }}: + docs_v2025.10.31: identifier: index-high-availability - name: Index - parent: high-availability-guides + name: High Availability + parent: guides weight: 1 -menu_name: docs_{{ .version }} +menu_name: docs_v2025.10.31 section_menu_id: guides +info: + cli: v0.20.0 + installer: v2025.10.31 + version: v2025.10.31 --- # High Availability in NooBaa diff --git a/docs/guides/monitoring/dashboard/_index.md b/docs/guides/monitoring/dashboard/_index.md index 4f447f7..fbea922 100755 --- a/docs/guides/monitoring/dashboard/_index.md +++ b/docs/guides/monitoring/dashboard/_index.md @@ -1,11 +1,15 @@ --- title: Dashboard menu: - docs_{{ .version }}: + docs_v2025.10.31: identifier: dashboard-monitoring name: Dashboard parent: monitoring-guides weight: 1 -menu_name: docs_{{ .version }} +menu_name: docs_v2025.10.31 +info: + cli: v0.20.0 + installer: v2025.10.31 + version: v2025.10.31 --- diff --git a/docs/guides/monitoring/index.md b/docs/guides/monitoring/index.md index ee3e401..99c8bf5 100644 --- a/docs/guides/monitoring/index.md +++ b/docs/guides/monitoring/index.md @@ -1,13 +1,17 @@ --- -title: Index +title: Monitoring menu: - docs_{{ .version }}: + docs_v2025.10.31: identifier: index-monitoring - name: Index - parent: monitoring-guides + name: Monitoring + parent: guides weight: 1 -menu_name: docs_{{ .version }} +menu_name: docs_v2025.10.31 section_menu_id: guides +info: + cli: v0.20.0 + installer: v2025.10.31 + version: v2025.10.31 --- # Monitoring @@ -672,12 +676,12 @@ Forwarding from 127.0.0.1:3000 -> 3000 Forwarding from [::1]:3000 -> 3000 ``` -Now, go to [http://localhost:3000](http://localhost:3000/) in your browser and login to your Grafana UI. If you followed the [Prometheus Operator](/docs/guides/monitoring/prom-operator/index.md) guide to deploy your Prometheus stack, then the default username and password should be `admin`, and `prom-operator` respectively. +Now, go to [http://localhost:3000](http://localhost:3000/) in your browser and login to your Grafana UI. If you followed the [Prometheus Operator](/docs/v2025.10.31/guides/monitoring/prom-operator/) guide to deploy your Prometheus stack, then the default username and password should be `admin`, and `prom-operator` respectively. Then, on the Grafana UI, click the `+` icon from the left sidebar and then click on `Import` button as below,
- Import NooBaa Grafana Dashboard: Step 1 + Import NooBaa Grafana Dashboard: Step 1
Fig: Import NooBaa Grafana Dashboard (Step 1)
@@ -685,14 +689,14 @@ Then, on the Grafana UI, click the `+` icon from the left sidebar and then click Then, on the import UI, you can either upload the `noobaa_dashboard.json` file by clicking the `Upload JSON file` button or you can paste the content of the JSON file in the text area labeled as `Import via panel json`.
- Import NooBaa Grafana Dashboard: Step 2 + Import NooBaa Grafana Dashboard: Step 2
Fig: Import NooBaa Grafana Dashboard (Step 2)
If you followed the instruction properly, you should see the NooBaa Grafana dashboard in your Grafana UI.
- NooBaa Grafana Dashboard + NooBaa Grafana Dashboard
Fig: NooBaa Grafana Dashboard
diff --git a/docs/guides/multi-cloud-federation/index.md b/docs/guides/multi-cloud-federation/index.md index cf829a3..398240c 100644 --- a/docs/guides/multi-cloud-federation/index.md +++ b/docs/guides/multi-cloud-federation/index.md @@ -1,13 +1,17 @@ --- -title: Index +title: Multi Cloud Federation menu: - docs_{{ .version }}: + docs_v2025.10.31: identifier: index-multi-cloud-federation - name: Index - parent: multi-cloud-federation-guides + name: Multi Cloud Federation + parent: guides weight: 1 -menu_name: docs_{{ .version }} +menu_name: docs_v2025.10.31 section_menu_id: guides +info: + cli: v0.20.0 + installer: v2025.10.31 + version: v2025.10.31 --- # Multi Hybrid Cloud Data Federation diff --git a/docs/guides/on-prem-with-scalability/index.md b/docs/guides/on-prem-with-scalability/index.md index 0c0503c..3b57cac 100644 --- a/docs/guides/on-prem-with-scalability/index.md +++ b/docs/guides/on-prem-with-scalability/index.md @@ -1,13 +1,17 @@ --- -title: Index +title: On-Prem with scalability menu: - docs_{{ .version }}: + docs_v2025.10.31: identifier: index-on-prem-with-scalability - name: Index - parent: on-prem-with-scalability-guides + name: On-Prem with scalability + parent: guides weight: 1 -menu_name: docs_{{ .version }} +menu_name: docs_v2025.10.31 section_menu_id: guides +info: + cli: v0.20.0 + installer: v2025.10.31 + version: v2025.10.31 --- # On-Premises S3 Object Storage with Scalability diff --git a/docs/guides/unified-data-access/index.md b/docs/guides/unified-data-access/index.md index 8072aff..177b6f4 100644 --- a/docs/guides/unified-data-access/index.md +++ b/docs/guides/unified-data-access/index.md @@ -1,13 +1,17 @@ --- -title: Index +title: Unified Data Access menu: - docs_{{ .version }}: + docs_v2025.10.31: identifier: index-unified-data-access - name: Index - parent: unified-data-access-guides + name: Unified Data Access + parent: guides weight: 1 -menu_name: docs_{{ .version }} +menu_name: docs_v2025.10.31 section_menu_id: guides +info: + cli: v0.20.0 + installer: v2025.10.31 + version: v2025.10.31 --- # Unified Data Access with NooBaa diff --git a/docs/setup/README.md b/docs/setup/README.md new file mode 100644 index 0000000..540fde5 --- /dev/null +++ b/docs/setup/README.md @@ -0,0 +1,22 @@ +--- +title: Setup | KubeObj +description: Setup guides for KubeObj by AppsCode +menu: + docs_v2025.10.31: + identifier: setup-readme + name: Readme + parent: setup-docs + weight: -1 +product_name: kubeobj +menu_name: docs_v2025.10.31 +section_menu_id: setup-docs +url: /docs/v2025.10.31/setup/ +aliases: +- /docs/v2025.10.31/setup/README/ +info: + cli: v0.19.0 + installer: v2025.10.31 + version: v2025.10.31 +--- + +# Setup \ No newline at end of file diff --git a/docs/setup/_index.md b/docs/setup/_index.md index b9d5fd4..26b593f 100755 --- a/docs/setup/_index.md +++ b/docs/setup/_index.md @@ -1,10 +1,14 @@ --- title: Setup menu: - docs_{{ .version }}: + docs_v2025.10.31: identifier: setup-docs name: Setup - weight: 1 -menu_name: docs_{{ .version }} + weight: 3 +menu_name: docs_v2025.10.31 +info: + cli: v0.20.0 + installer: v2025.10.31 + version: v2025.10.31 --- diff --git a/docs/setup/install/index.md b/docs/setup/install/index.md index 2a48b06..04c8862 100644 --- a/docs/setup/install/index.md +++ b/docs/setup/install/index.md @@ -1,13 +1,17 @@ --- -title: Index +title: Install menu: - docs_{{ .version }}: + docs_v2025.10.31: identifier: index-install - name: Index - parent: install-setup + name: Install + parent: setup-docs weight: 1 -menu_name: docs_{{ .version }} -section_menu_id: setup +menu_name: docs_v2025.10.31 +section_menu_id: setup-docs +info: + cli: v0.20.0 + installer: v2025.10.31 + version: v2025.10.31 --- # Installation Guide diff --git a/docs/setup/upgrade/index.md b/docs/setup/upgrade/index.md index 72ce475..cc5cc5a 100644 --- a/docs/setup/upgrade/index.md +++ b/docs/setup/upgrade/index.md @@ -1,13 +1,17 @@ --- -title: Index +title: Upgrade menu: - docs_{{ .version }}: + docs_v2025.10.31: identifier: index-upgrade - name: Index - parent: upgrade-setup + name: Upgrade + parent: setup-docs weight: 1 -menu_name: docs_{{ .version }} -section_menu_id: setup +menu_name: docs_v2025.10.31 +section_menu_id: setup-docs +info: + cli: v0.20.0 + installer: v2025.10.31 + version: v2025.10.31 --- https://github.com/noobaa/noobaa-operator/issues/171#issuecomment-847759757 \ No newline at end of file diff --git a/docs/support.md b/docs/support.md index 0969bbe..25dd01e 100644 --- a/docs/support.md +++ b/docs/support.md @@ -2,16 +2,20 @@ title: Support | KubeObj description: Support menu: - docs_{{ .version }}: + docs_v2025.10.31: identifier: support-kubeobj name: Support parent: welcome weight: 25 -menu_name: docs_{{ .version }} +menu_name: docs_v2025.10.31 section_menu_id: welcome -url: /docs/{{ .version }}/welcome/support/ +url: /docs/v2025.10.31/welcome/support/ aliases: - - /docs/{{ .version }}/support/ +- /docs/v2025.10.31/support/ +info: + cli: v0.20.0 + installer: v2025.10.31 + version: v2025.10.31 --- # Support