diff --git a/howto/getting-started/index.md b/howto/getting-started/index.md new file mode 100644 index 0000000..db27e1c --- /dev/null +++ b/howto/getting-started/index.md @@ -0,0 +1,8 @@ +# Getting started + +See the documentation in this section to get started with Charmed HPC. + +```{toctree} +:titlesonly: +:maxdepth: 1 +``` diff --git a/howto/index.md b/howto/index.md index 5d6ed25..db3eab4 100644 --- a/howto/index.md +++ b/howto/index.md @@ -1,4 +1,16 @@ (howtos)= # How-to guides -🚧 Under construction 🚧 +These how-to guides cover key operations and common tasks in Charmed HPC. + +## Get started + +To get started with Charmed HPC, you must deploy it on a supported +machine cloud. + +```{toctree} +:titlesonly: +:maxdepth: 2 + +getting-started/index +```