Skip to content

Commit 66aad1d

Browse files
committed
Separate out quickstart
1 parent e62bd96 commit 66aad1d

3 files changed

Lines changed: 9 additions & 1 deletion

File tree

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
{%
44
include-markdown "../README.md"
55
start="<!-- begin-short -->"
6-
end="## Project Links"
6+
end="## Quickstart"
77
%}

docs/quickstart.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Quickstart
2+
3+
{%
4+
include-markdown "../README.md"
5+
start="## Quickstart"
6+
end="## Project Links"
7+
%}

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ watch:
1111

1212
nav:
1313
- About: index.md
14+
- Quickstart: quickstart.md
1415
- Installation: installation.md
1516
- Supported Formats: formats.md
1617
- Usage:

0 commit comments

Comments
 (0)