We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 223d4ea commit af345e2Copy full SHA for af345e2
docs/index.md
@@ -1,3 +1,7 @@
1
+---
2
+hide-toc: true
3
4
+
5
(index)=
6
7
```{include} ../README.md
@@ -16,12 +20,20 @@
16
20
17
21
```{toctree}
18
22
:maxdepth: 2
23
+:hidden:
19
24
25
quickstart
26
cli
27
configuration/index
28
29
+```
30
31
+```{toctree}
32
+:caption: Project
33
34
35
api
36
developing
37
history
-
38
+GitHub <https://github.com/vcs-python/vcspull>
39
```
0 commit comments