diff options
| author | 2024-08-15 17:39:06 +0800 | |
|---|---|---|
| committer | 2024-08-15 17:39:06 +0800 | |
| commit | 38aa7dc3a8d416fd84dbbc0e11d26d4aa8252cb4 (patch) | |
| tree | 7d92346bdef55e2c4edaef45b487b749490ce6de /docs/source | |
| parent | 0983d15a28a664cdd1d6d3f4002b32d451efe6ab (diff) | |
| download | faq-38aa7dc3a8d416fd84dbbc0e11d26d4aa8252cb4.tar.gz faq-38aa7dc3a8d416fd84dbbc0e11d26d4aa8252cb4.zip | |
fix(docs): update contents
Diffstat (limited to 'docs/source')
| -rw-r--r-- | docs/source/about/contributing.rst | 0 | ||||
| -rw-r--r-- | docs/source/about/glossary.rst | 0 | ||||
| -rw-r--r-- | docs/source/about/license.rst | 0 | ||||
| -rw-r--r-- | docs/source/conf.py | 1 | ||||
| -rw-r--r-- | docs/source/contents/Hydrogen/index.rst | 4 | ||||
| -rw-r--r-- | docs/source/contents/NoctisDice/index.rst | 4 | ||||
| -rw-r--r-- | docs/source/contents/OlivaDice/index.rst | 4 | ||||
| -rw-r--r-- | docs/source/contents/SealDice/index.rst | 4 | ||||
| -rw-r--r-- | docs/source/contents/Shiki/index.rst | 4 | ||||
| -rw-r--r-- | docs/source/contents/index.rst | 7 | ||||
| -rw-r--r-- | docs/source/index.rst | 17 |
11 files changed, 42 insertions, 3 deletions
diff --git a/docs/source/about/contributing.rst b/docs/source/about/contributing.rst new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/docs/source/about/contributing.rst diff --git a/docs/source/about/glossary.rst b/docs/source/about/glossary.rst new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/docs/source/about/glossary.rst diff --git a/docs/source/about/license.rst b/docs/source/about/license.rst new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/docs/source/about/license.rst diff --git a/docs/source/conf.py b/docs/source/conf.py index 211345b..0d81135 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -3,7 +3,6 @@ # For the full list of built-in configuration values, see the documentation: # https://www.sphinx-doc.org/en/master/usage/configuration.html -import infini import os, sys if sys.version_info >= (3, 11): diff --git a/docs/source/contents/Hydrogen/index.rst b/docs/source/contents/Hydrogen/index.rst new file mode 100644 index 0000000..8a1120b --- /dev/null +++ b/docs/source/contents/Hydrogen/index.rst @@ -0,0 +1,4 @@ +Hydrogen +============= + +This is a template for documentation projects.
\ No newline at end of file diff --git a/docs/source/contents/NoctisDice/index.rst b/docs/source/contents/NoctisDice/index.rst new file mode 100644 index 0000000..699ce75 --- /dev/null +++ b/docs/source/contents/NoctisDice/index.rst @@ -0,0 +1,4 @@ +NoctisDice +============= + +This is a template for documentation projects.
\ No newline at end of file diff --git a/docs/source/contents/OlivaDice/index.rst b/docs/source/contents/OlivaDice/index.rst new file mode 100644 index 0000000..a1a7f8d --- /dev/null +++ b/docs/source/contents/OlivaDice/index.rst @@ -0,0 +1,4 @@ +OlivaDice +============= + +This is a template for documentation projects.
\ No newline at end of file diff --git a/docs/source/contents/SealDice/index.rst b/docs/source/contents/SealDice/index.rst new file mode 100644 index 0000000..0ab9a5e --- /dev/null +++ b/docs/source/contents/SealDice/index.rst @@ -0,0 +1,4 @@ +SealDice +============= + +This is a template for documentation projects.
\ No newline at end of file diff --git a/docs/source/contents/Shiki/index.rst b/docs/source/contents/Shiki/index.rst new file mode 100644 index 0000000..bab68eb --- /dev/null +++ b/docs/source/contents/Shiki/index.rst @@ -0,0 +1,4 @@ +Shiki +============= + +This is a template for documentation projects.
\ No newline at end of file diff --git a/docs/source/contents/index.rst b/docs/source/contents/index.rst new file mode 100644 index 0000000..b5d6b27 --- /dev/null +++ b/docs/source/contents/index.rst @@ -0,0 +1,7 @@ +.. toctree:: + + Hydrogen/index + NoctisDice/index + OlivaDice/index + SealDice/index + Shiki/index
\ No newline at end of file diff --git a/docs/source/index.rst b/docs/source/index.rst index 49bf7ce..499b8fd 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -1,4 +1,17 @@ -Docs Template +FAQ ============= -This is a template for documentation projects.
\ No newline at end of file +This is a template for documentation projects. + +.. toctree:: + :hidden: + + about/glossary + about/contributing + about/license + +.. toctree:: + :maxdepth: 2 + :caption: Contents + + contents/index
\ No newline at end of file |
