mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00:00
Add anchors to some guides and all module categories (#36642)
* Add anchors to some guides and all module categories This is required if we want to use *absolute* :ref: references instead of *relative* :doc: references. * Update the Cisco ACI Guide reference * Add `aci_guide` anchor * Add `network_guide` anchor * Add category anchor * Improve readability * Fix small typo
This commit is contained in:
committed by
Alicia Cozine
parent
2a0c7c4331
commit
7da7ba79bc
@@ -1,3 +1,5 @@
|
||||
.. _@{ title.lower() + '_' + plugin_type + 's' }@:
|
||||
|
||||
@{ title }@ @{ plugin_type + 's' }@
|
||||
@{ '`' * title | length }@````````
|
||||
|
||||
@@ -14,6 +16,9 @@
|
||||
{% endif %}
|
||||
|
||||
{% for name, info in subcategories.items() | sort %}
|
||||
|
||||
.. _@{ name.lower() + '_' + title.lower() + '_' + plugin_type + 's' }@:
|
||||
|
||||
@{ name.title() }@
|
||||
@{ '-' * name | length }@
|
||||
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
.. _@{ title.lower() + '_' + plugin_type + 's' }@:
|
||||
|
||||
@{ title }@ @{ plugin_type }@
|
||||
@{ '`' * title | length }@````````
|
||||
|
||||
@@ -14,6 +16,9 @@
|
||||
{% endif %}
|
||||
|
||||
{% for name, info in subcategories.items() | sort %}
|
||||
|
||||
.. _@{ name.lower() + '_' + title.lower() + '_' + plugin_type + 's' }@:
|
||||
|
||||
@{ name.title() }@
|
||||
@{ '-' * name | length }@
|
||||
|
||||
|
||||
Reference in New Issue
Block a user