summaryrefslogtreecommitdiff
path: root/doc/rtd/howto/index.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/rtd/howto/index.rst')
-rw-r--r--doc/rtd/howto/index.rst23
1 files changed, 23 insertions, 0 deletions
diff --git a/doc/rtd/howto/index.rst b/doc/rtd/howto/index.rst
new file mode 100644
index 00000000..23936fa9
--- /dev/null
+++ b/doc/rtd/howto/index.rst
@@ -0,0 +1,23 @@
+.. _howto_index:
+
+How-to guides
+*************
+
+If you have a specific goal in mind and are already familiar with the basics
+of ``cloud-init``, our how-to guides cover some of the more common operations
+and tasks that you may need to complete.
+
+They will help you to achieve a particular end result, but may require you to
+understand and adapt the steps to fit your specific requirements.
+
+-----
+
+How do I...?
+============
+
+.. toctree::
+ :maxdepth: 1
+
+ Test cloud-init locally before deploying <predeploy_testing.rst>
+ Change how often a module runs <module_run_frequency.rst>
+ Report a bug <bugs.rst>