Skip to content

Commit 666b216

Browse files
fixed documentation displaying 2 section titles when rendered.
1 parent f911b9f commit 666b216

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

docs/index.md

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -25,36 +25,31 @@ app = App()
2525
app.cmdloop()
2626
```
2727

28-
## Getting Started
29-
28+
<!-- Getting Started -->
3029
{%
3130
include-markdown "./overview/index.md"
3231
%}
3332

34-
## Migrating from cmd
35-
33+
<!-- Migrating from cmd -->
3634
{%
3735
include-markdown "./migrating/index.md"
3836
%}
3937

40-
## Features
41-
38+
<!-- Features -->
4239
{%
4340
include-markdown "./features/index.md"
4441
start="<!--intro-start-->"
4542
end="<!--intro-end-->"
4643
%}
4744

48-
## Examples
49-
45+
<!-- Examples -->
5046
{%
5147
include-markdown "./examples/index.md"
5248
start="<!--intro-start-->"
5349
end="<!--intro-end-->"
5450
%}
5551

56-
## Plugins
57-
52+
<!-- Plugins -->
5853
{%
5954
include-markdown "./plugins/index.md"
6055
start="<!--intro-start-->"

0 commit comments

Comments
 (0)