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 e62bd96 commit 66aad1dCopy full SHA for 66aad1d
3 files changed
docs/index.md
@@ -3,5 +3,5 @@
3
{%
4
include-markdown "../README.md"
5
start="<!-- begin-short -->"
6
- end="## Project Links"
+ end="## Quickstart"
7
%}
docs/quickstart.md
@@ -0,0 +1,7 @@
1
+# Quickstart
2
+
+{%
+ include-markdown "../README.md"
+ start="## Quickstart"
+ end="## Project Links"
+%}
mkdocs.yml
@@ -11,6 +11,7 @@ watch:
11
12
nav:
13
- About: index.md
14
+ - Quickstart: quickstart.md
15
- Installation: installation.md
16
- Supported Formats: formats.md
17
- Usage:
0 commit comments