summaryrefslogtreecommitdiff
path: root/Documentation/contributing/index.md
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/contributing/index.md')
-rw-r--r--Documentation/contributing/index.md14
1 files changed, 9 insertions, 5 deletions
diff --git a/Documentation/contributing/index.md b/Documentation/contributing/index.md
index 61a8ca6f76..38a67c069d 100644
--- a/Documentation/contributing/index.md
+++ b/Documentation/contributing/index.md
@@ -1,7 +1,11 @@
# Contributing
-* [Coding Style](coding_style.md)
-* [Gerrit Guidelines](gerrit_guidelines.md)
-* [Project Ideas](project_ideas.md)
-* [Documentation Ideas](documentation_ideas.md)
-* [Google Summer of Code](gsoc.md)
+```{toctree}
+:maxdepth: 1
+
+Coding Style <coding_style.md>
+Gerrit Guidelines <gerrit_guidelines.md>
+Project Ideas <project_ideas.md>
+Documentation Ideas <documentation_ideas.md>
+Google Summer of Code <gsoc.md>
+```