aboutsummaryrefslogtreecommitdiff
path: root/index.md
diff options
context:
space:
mode:
authorn-peugnet <n.peugnet@free.fr>2022-04-06 17:48:34 +0200
committerNicolas Peugnet <n.peugnet@free.fr>2022-04-06 20:15:36 +0200
commit3053b3e9165d978975ce43e1d1381e212540fccd (patch)
treecc8cf30dd58fe50836f7a7bc23c2877fa97072cc /index.md
parent8a193ef016bbf52bfd3a69519a503d5e79b2a399 (diff)
downloadclub1-docs-3053b3e9165d978975ce43e1d1381e212540fccd.tar.gz
club1-docs-3053b3e9165d978975ce43e1d1381e212540fccd.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`
```