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 9a8d291 commit 015e9e2Copy full SHA for 015e9e2
docs/index.md
@@ -26,30 +26,35 @@ app.cmdloop()
26
```
27
28
<!-- Getting Started -->
29
+
30
{%
31
include-markdown "./overview/index.md"
32
%}
33
34
<!-- Migrating from cmd -->
35
36
37
include-markdown "./migrating/index.md"
38
39
-<!-- Features -->
40
+## Features
41
42
43
include-markdown "./features/index.md"
44
start="<!--intro-start-->"
45
end="<!--intro-end-->"
46
47
-<!-- Examples -->
48
+## Examples
49
50
51
include-markdown "./examples/index.md"
52
53
54
55
-<!-- Plugins -->
56
+## Plugins
57
58
59
include-markdown "./plugins/index.md"
60
0 commit comments