Skip to content

Commit

Permalink
Docs cleanup (#405)
Browse files Browse the repository at this point in the history
* move cos-lite

* fix cos link

* fix charm architecture doc

* small linting fixes
  • Loading branch information
evilnick authored May 6, 2024
1 parent 4adc084 commit 9250ccc
Show file tree
Hide file tree
Showing 10 changed files with 16 additions and 11 deletions.
2 changes: 1 addition & 1 deletion docs/src/charm/explanation/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

```{include} ../../snap/explanation/about.md
:start-after: '# What is Canonical Kubernetes?'
```
```
2 changes: 1 addition & 1 deletion docs/src/charm/explanation/channels.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
```{include} ../../snap/explanation/channels.md
```
```
7 changes: 3 additions & 4 deletions docs/src/charm/explanation/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,8 @@ channels
security
```

For topics specifically relating to the snap version of Canonical Kubernetes,
please see the [explanation topic].

For topics specifically relating to the snap version of Canonical Kubernetes,
please see the [explanation topic].

---

Expand All @@ -40,4 +39,4 @@ details or information such as the command reference or release notes.
[Tutorials section]: ../tutorial/index
[How-to guides]: ../howto/index
[Reference section]: ../reference/index
[explanation topic]: /snap/explanation/index.md
[explanation topic]: /snap/explanation/index.md
2 changes: 1 addition & 1 deletion docs/src/charm/explanation/security.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
```{include} /snap/explanation/security.md
```
```
File renamed without changes.
4 changes: 3 additions & 1 deletion docs/src/charm/howto/etcd.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ datastore.
to verify that all components are functioning correctly. Use the `juju status`
command to inspect the current status of your cluster.
<!-- markdownlint-disable -->
```
Model Controller Cloud/Region Version SLA Timestamp
my-cluster canonicaws aws/us-east-1 3.4.2 unsupported 16:02:18-05:00
Expand Down Expand Up @@ -133,9 +134,10 @@ Machine State Address Inst id Base AZ
5 started 3.238.230.3 i-0773583e7a5fbf07e [email protected] us-east-1f running
6 started 34.229.202.243 i-0f03b9833a338380c [email protected] us-east-1b running
```
<!-- markdownlint-restore -->
<!-- LINKS -->
[easyrsa-charm]: https://charmhub.io/easyrsa
[easyrsa-charm]: https://charmhub.io/easyrsa
[vault-charm]: https://charmhub.io/vault
[Juju setup]: https://juju.is/docs/juju/tutorial
1 change: 1 addition & 0 deletions docs/src/charm/howto/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Overview <self>
charm
etcd
proxy
cos-lite
contribute
```
Expand Down
6 changes: 5 additions & 1 deletion docs/src/charm/reference/architecture.md
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
# K8s charm arcitecture
# K8s charm arcitecture

```{include} /snap/reference/architecture.md
:start-after: '## Canonical K8s charms'
```
1 change: 0 additions & 1 deletion docs/src/snap/howto/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ install/index
networking/index
storage
external-datastore
cos-lite
proxy
contribute
support
Expand Down
2 changes: 1 addition & 1 deletion docs/src/snap/reference/releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ Follow along with the [tutorial] to get started!
[nodes]: /snap/tutorial/add-remove-nodes
[COS Lite]: https://charmhub.io/cos-lite
[networking]: /snap/howto/networking/index
[observability documentation]: /snap/howto/cos-lite
[observability documentation]: /charm/howto/cos-lite

0 comments on commit 9250ccc

Please sign in to comment.