diff --git a/docs/explanation/charm-architecture.md b/docs/explanation/charm-architecture.md index 1e7552c..7452642 100644 --- a/docs/explanation/charm-architecture.md +++ b/docs/explanation/charm-architecture.md @@ -101,4 +101,4 @@ juju config smtp_login=user1 ```python self.framework.observe(self.on.config_changed, self._on_config_changed) ``` -4. The method `_on_config_changed`, for its turn, will take the necessary actions such as waiting for all the relations to be ready and then configuring the containers. +4. The method `_on_config_changed`, for its turn, will take the necessary actions such as waiting for all the relations to be ready and then configuring the containers. \ No newline at end of file diff --git a/docs/how-to/cache-content-with-openstack-swift.md b/docs/how-to/cache-content-with-openstack-swift.md index f7bcea4..41353c5 100644 --- a/docs/how-to/cache-content-with-openstack-swift.md +++ b/docs/how-to/cache-content-with-openstack-swift.md @@ -1,4 +1,4 @@ -# How to cache content with OpenStack/Swift storage +# Cache content with OpenStack/Swift storage Sometimes it is desirable to cache swift storage objects inside the charm for faster processing and reducing the number of requests to the [swift](https://docs.openstack.org/swift/latest/) server. This also allows you to have a different hostname than the one from the Swift service. diff --git a/docs/how-to/contribute.md b/docs/how-to/contribute.md index c745a67..31861d2 100644 --- a/docs/how-to/contribute.md +++ b/docs/how-to/contribute.md @@ -94,4 +94,4 @@ juju deploy ./content-cache-k8s_ubuntu-20.04-amd64.charm \ ## Canonical contributor agreement -Canonical welcomes contributions to the Content-cache-k8s Operator. Please check out our [contributor agreement](https://ubuntu.com/legal/contributors) if you're interested in contributing to the solution. +Canonical welcomes contributions to the Content-cache-k8s Operator. Please check out our [contributor agreement](https://ubuntu.com/legal/contributors) if you're interested in contributing to the solution. \ No newline at end of file diff --git a/docs/index.md b/docs/index.md index a4560a4..21e82b8 100644 --- a/docs/index.md +++ b/docs/index.md @@ -11,19 +11,3 @@ the majority of Canonical's web properties including [ubuntu.com](https://ubuntu [canonical.com](https://canonical.com), and [Ubuntu Extended Security Maintenance](https://ubuntu.com/security/esm). For DevOps or SRE teams this charm will make operating it simple and straightforward through Juju's clean interface. - -# Navigation - -| Level | Path | Navlink | -| -- | -- | -- | -| 1 | tutorial | [Tutorial]() | -| 2 | tutorial-getting-started | [Quick Guide](/t/content-cache-k8s-docs-quick-guide/8651) | -| 1 | how-to | [How to]() | -| 2 | how-to-contribute | [Contribute](/t/content-cache-k8s-docs-contributing/8617) | -| 2 | how-to-cache-content-with-openstack-swift | [Cache content with OpenStack/Swift storage](/t/content-cache-k8s-docs-content-cache-with-openstack-swift-storage/8619) | -| 1 | reference | [Reference]() | -| 2 | reference-actions | [Actions](/t/content-cache-k8s-docs-actions/8715) | -| 2 | reference-configurations | [Configurations](/t/content-cache-k8s-docs-configurations/8714) | -| 2 | reference-integrations | [Integrations](/t/content-cache-k8s-docs-integrations/8713) | -| 1 | explanation | [Explanation]() | -| 2 | explanation-charm-architecture | [Charm architecture](/t/content-cache-k8s-docs-charm-architecture/8712) | diff --git a/docs/reference/actions.md b/docs/reference/actions.md index b5f5b6d..2c56af0 100644 --- a/docs/reference/actions.md +++ b/docs/reference/actions.md @@ -1,3 +1,3 @@ # Actions -See [Actions](https://charmhub.io/content-cache-k8s/actions). +See [Actions](https://charmhub.io/content-cache-k8s/actions). \ No newline at end of file diff --git a/docs/reference/configurations.md b/docs/reference/configurations.md index 1004803..4fe6117 100644 --- a/docs/reference/configurations.md +++ b/docs/reference/configurations.md @@ -1,3 +1,3 @@ # Configurations -See [Configure](https://charmhub.io/content-cache-k8s/configure). +See [Configure](https://charmhub.io/content-cache-k8s/configure). \ No newline at end of file diff --git a/docs/reference/integrations.md b/docs/reference/integrations.md index 6e2e2e2..ad6891b 100644 --- a/docs/reference/integrations.md +++ b/docs/reference/integrations.md @@ -10,4 +10,4 @@ This charm integrates with: - [Prometheus](https://prometheus.io/) -See more information in [Charm Architecture](https://charmhub.io/content-cache-k8s/docs/charm-architecture). +See more information in [Charm Architecture](https://charmhub.io/content-cache-k8s/docs/charm-architecture). \ No newline at end of file diff --git a/docs/tutorial/getting-started.md b/docs/tutorial/getting-started.md index e666bbb..f731a83 100644 --- a/docs/tutorial/getting-started.md +++ b/docs/tutorial/getting-started.md @@ -95,4 +95,4 @@ The default hostname for the Hello-kubecon application is `hello-kubecon`. To be 127.0.0.1 hello-kubecon ``` -After that, visit `http://hello-kubecon` in a browser and you'll be presented with the home screen of the Hello-kubecon application. +After that, visit `http://hello-kubecon` in a browser and you'll be presented with the home screen of the Hello-kubecon application. \ No newline at end of file