From 94bad638fed4ff597cf40334b1e55c84f78d659e Mon Sep 17 00:00:00 2001 From: "Jason C. Nucciarone" Date: Mon, 29 Jul 2024 17:01:07 -0500 Subject: [PATCH] feat: add initial landing page for howto section Signed-off-by: Jason C. Nucciarone --- howto/getting-started/index.md | 8 ++++++++ howto/index.md | 14 +++++++++++++- 2 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 howto/getting-started/index.md 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 +```