docs: Move how-tos and references to sub-folders.

This commit is contained in:
Feanil Patel
2023-06-29 17:54:16 -04:00
parent 8682d1d95a
commit bdf9870cf7
7 changed files with 52 additions and 6 deletions

View File

@@ -0,0 +1,8 @@
"How-To" Guides
###############
.. toctree::
:glob:
*

View File

@@ -24,12 +24,42 @@ locations.
.. toctree::
:maxdepth: 1
lms_apis
guides
docstrings/docstrings
celery
settings
featuretoggles
.. toctree::
:hidden:
how-tos/index
references/index
concepts/index
.. grid:: 1 2 2 2
:gutter: 3
:padding: 0
.. grid-item-card:: How-tos
:class-card: sd-shadow-md sd-p-2
:class-footer: sd-border-0
* :doc:`how-tos/celery`
+++
.. button-ref:: how-tos/index
:color: primary
:outline:
:expand:
.. grid-item-card:: Referencs
:class-card: sd-shadow-md sd-p-2
:class-footer: sd-border-0
* :doc:`references/lms_apis`
* :doc:`references/settings`
* :doc:`references/featuretoggles`
+++
.. button-ref:: references/index
:color: primary
:outline:
:expand:
Change History

View File

@@ -0,0 +1,8 @@
References
##########
.. toctree::
:maxdepth: 1
:glob:
*

View File

@@ -4,4 +4,4 @@ LMS APIs
The LMS currently has the following API Endpoints.
.. openapi:: ../lms-openapi.yaml
.. openapi:: ../../lms-openapi.yaml