Skip to content

Commit 6b473b1

Browse files
committed
docs(index): Skip README header block and add explicit title
why: README's HTML header (logo, badges) is GitHub-specific and redundant in Sphinx docs what: - Add `# libvcs` heading to provide page title - Use `:start-after: </div>` to skip the centered header block - Content now starts with the description paragraph
1 parent 92b2101 commit 6b473b1

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

docs/index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
(index)=
22

3-
```{include} ../README.md
3+
# libvcs
44

5+
```{include} ../README.md
6+
:start-after: </div>
57
```
68

79
```{toctree}

0 commit comments

Comments
 (0)