From 40503239dfc832e1de146153d38f6dccf073caa3 Mon Sep 17 00:00:00 2001 From: light7734 Date: Wed, 6 Aug 2025 12:17:21 +0330 Subject: [PATCH] docs: setup toctree --- docs/index.rst | 36 ++++++++++++++++++++++++------------ 1 file changed, 24 insertions(+), 12 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index f792088..6675023 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -1,20 +1,32 @@ -.. light documentation master file, created by - sphinx-quickstart on Tue Aug 5 12:20:54 2025. - You can adapt this file completely to your liking, but it should at least - contain the root `toctree` directive. - -light documentation -=================== - -Add your content using ``reStructuredText`` syntax. See the -`reStructuredText `_ -documentation for details. +.. light documentation .. toctree:: :maxdepth: 2 - :caption: Contents: + :caption: Light Engine + light/showcase.rst + light/features.rst + +.. toctree:: + :maxdepth: 2 + :caption: Software Architecture + + architecture/assets.rst + architecture/resource.rst + +.. toctree:: + :maxdepth: 2 + :caption: Development Guidelines + + guidelines/philosophy.rst guidelines/development.rst guidelines/conventions.rst +.. toctree:: + :maxdepth: 2 + :caption: Generated Docs + + generated/api.rst + generated/changelog.rst +