docs: Rename guides to concepts.

The guides map pretty closely to the concept docs in diataxis so rename
them as such to align to the standard naming we're moving to.
This commit is contained in:
Feanil Patel
2023-06-29 17:56:49 -04:00
parent bdf9870cf7
commit 50f164a6ff
9 changed files with 20 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
Guides
******
Concepts and Guides
###################
.. toctree::
:maxdepth: 2

View File

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 19 KiB

View File

@@ -61,10 +61,28 @@ locations.
:outline:
:expand:
.. grid-item-card:: Concepts
:class-card: sd-shadow-md sd-p-2
:class-footer: sd-border-0
* :doc:`concepts/extension_points`
* :doc:`concepts/testing/testing`
* :doc:`concepts/frontend/javascript`
+++
.. button-ref:: concepts/index
:color: primary
:outline:
:expand:
Change History
**************
* Jun 30, 2023
* Added API, Feature Toggle and Settings docs.
* Re-organized how the docs are laid out.
* December, 2020: Added documentation about new protocols for writing celery tasks.
* April, 2019: API and repository-specific documentation builds resumed.