Consolidate charm-microceph with MicroCeph docs#707
Conversation
5333b07 to
ac9c8d8
Compare
| ============= | ||
|
|
||
| Our how-to guides give directions on how to perform key operations and processes | ||
| in charm-microCeph. |
There was a problem hiding this comment.
| in charm-microCeph. | |
| in charm-microceph. |
| Our how-to guides give directions on how to perform key operations and processes | ||
| in charm-microCeph. | ||
|
|
||
| Install and deploy charm-microCeph |
There was a problem hiding this comment.
| Install and deploy charm-microCeph | |
| Install and deploy charm-microceph |
| Install and deploy charm-microCeph | ||
| ---------------------------------- | ||
|
|
||
| Deploy a charm-microCeph cluster with Juju. |
There was a problem hiding this comment.
| Deploy a charm-microCeph cluster with Juju. | |
| Deploy a charm-microceph cluster with Juju. |
|
Regarding versioning, I think the way that would mirror how we would do something if it were a software release would probably be a git tag that corresponds to a release - https://docs.readthedocs.com/platform/latest/versions.html. One complexity here is this might tie the two documentation types together (c-mc & mc would be on one tag) And then other than that the idea seems good to me. Looks like some work still needs to be done on syntax and the rst so I won't comment there |
Signed-off-by: Sharon Koech <sharon.koech@canonical.com>
Signed-off-by: Sharon Koech <sharon.koech@canonical.com>
Signed-off-by: Sharon Koech <sharon.koech@canonical.com>
ac9c8d8 to
4256556
Compare
|
Good catch on charm-microceph naming, thanks @johnramsden. I've done away with that and now sticking to just MicroCeph as the product name(with different ways of deploying). |
Signed-off-by: Sharon Koech <sharon.koech@canonical.com>
Signed-off-by: Sharon Koech <sharon.koech@canonical.com>
Signed-off-by: Sharon Koech <sharon.koech@canonical.com>
Signed-off-by: Sharon Koech <sharon.koech@canonical.com>
Signed-off-by: Sharon Koech <sharon.koech@canonical.com>
Signed-off-by: Sharon Koech <sharon.koech@canonical.com>
Signed-off-by: Sharon Koech <sharon.koech@canonical.com>
Signed-off-by: Sharon Koech <sharon.koech@canonical.com>
sabaini
left a comment
There was a problem hiding this comment.
Hey @skoech in general I'm +1 on the plan, one thing I wonder about is committing the charm-microceph docs into this repo though.
Aiui it's still the plan that the canonical source of truth for the charm-microceph docs still is the charm-microceph repo, is that correct? If that is the case I'd prefer not to duplicate them into this repo but download / pull them on demand only, i.e. when docs are built. Otherwise we'd risk overwriting our own changes. Hope I'm not missing sth
Signed-off-by: Sharon Koech <sharon.koech@canonical.com>
|
@sabaini, you're right. I've removed them and modified the script to fetch them from the charm-microceph repo at RTD build time. |
Signed-off-by: Sharon Koech <sharon.koech@canonical.com>
Description
This PR consolidates charm-microceph docs with the MicroCeph docs in this repository, inspired by the style in the Canonical Kubernetes docs, like this:
index.rstfile, with a hiddentoctree.index.rst’s toctree, like this:Type of change
How has this been tested?
I have built and served the changes locally, and verified that the documentation builds and renders as expected:
Contributor checklist