aboutsummaryrefslogtreecommitdiff
path: root/index.md
diff options
context:
space:
mode:
authorn-peugnet <n.peugnet@free.fr>2022-04-06 17:48:34 +0200
committern-peugnet <n.peugnet@free.fr>2022-04-06 20:09:07 +0200
commit98d9ae6bc83c6b57fa4d868a2da1992d051f7606 (patch)
treecc8cf30dd58fe50836f7a7bc23c2877fa97072cc /index.md
parent8a193ef016bbf52bfd3a69519a503d5e79b2a399 (diff)
downloadclub1-docs-98d9ae6bc83c6b57fa4d868a2da1992d051f7606.tar.gz
club1-docs-98d9ae6bc83c6b57fa4d868a2da1992d051f7606.zip
feat: start using Sphinx specific features
- Add a Glossary and start using it - Add an Attention admonition about the specifics of MyST-Parser
Diffstat (limited to 'index.md')
-rw-r--r--index.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/index.md b/index.md
index 04c163f..576e738 100644
--- a/index.md
+++ b/index.md
@@ -8,4 +8,16 @@ maxdepth: 2
general
services/index
interne/index
+glossary
+```
+
+
+```{eval-rst}
+.. only:: html
+
+ Indexes et tables
+ =================
+
+ - :ref:`genindex`
+ - :ref:`glossary`
```