From 8f6cde740220920e02d77456faa59ceae08dea15 Mon Sep 17 00:00:00 2001 From: Jonas L Date: Thu, 14 Dec 2023 18:17:22 +0100 Subject: [PATCH] docs: restructure guides documentation (#422) ##### SUMMARY Improve the documentation to have `Guides` at sections, and each part in the guides files as list item. ![image](https://github.com/ansible-collections/hetzner.hcloud/assets/19195485/ca563056-fbf4-4796-8706-b13faf65f10e) https://docs.ansible.com/ansible/latest/dev_guide/style_guide/index.html#adding-anchors --- docs/docsite/extra-docs.yml | 4 ++-- docs/docsite/rst/{authentification.rst => guides.rst} | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) rename docs/docsite/rst/{authentification.rst => guides.rst} (95%) diff --git a/docs/docsite/extra-docs.yml b/docs/docsite/extra-docs.yml index 9570e80..fa9b5bd 100644 --- a/docs/docsite/extra-docs.yml +++ b/docs/docsite/extra-docs.yml @@ -1,5 +1,5 @@ --- sections: - - title: Authentication + - title: Guides toctree: - - authentication + - guides diff --git a/docs/docsite/rst/authentification.rst b/docs/docsite/rst/guides.rst similarity index 95% rename from docs/docsite/rst/authentification.rst rename to docs/docsite/rst/guides.rst index ca0f10e..14e6b2f 100644 --- a/docs/docsite/rst/authentification.rst +++ b/docs/docsite/rst/guides.rst @@ -1,3 +1,5 @@ +.. _ansible_collections.hetzner.hcloud.docsite.authentication: + Authentication ==============