You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/docs/index.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ Follow the tutorial to add an existing project or create a project from scratch.
17
17
- Run it locally.
18
18
- Deploy it.
19
19
-**Add a copy of this project to your repos**
20
-
-[](https://github.com/MichaelCurrin/mkdocs-quickstart/generate)
20
+
-[](https://github.com/MichaelCurrin/mkdocs-quickstart/generate)
21
21
-**View the live demo**
22
22
- This site is hosted on GitHub Pages. See if you like it. Other themes are available - see the tutorial.
Copy file name to clipboardExpand all lines: docs/docs/tutorial/installation.md
+5-1
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,11 @@ Choose or setup a MkDocs project.
19
19
20
20
Follow the tutorial page to setup a project.
21
21
22
-
Or click _Use this template_ on this repo to create your own copy of the repo, then clone it.
22
+
Or click the button on this repo to create your own copy of the repo.
23
+
24
+
[](https://github.com/MichaelCurrin/mkdocs-quickstart/generate)
Copy file name to clipboardExpand all lines: docs/docs/tutorial/tldr.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -7,10 +7,10 @@
7
7
1.[Install](installation.md)
8
8
-`pip install mkdocs`
9
9
2.[Setup project](setup-project.md)
10
-
-`mkdocs new .` or [](https://github.com/MichaelCurrin/mkdocs-quickstart/generate)
10
+
-`mkdocs new .` or [](https://github.com/MichaelCurrin/mkdocs-quickstart/generate)
11
11
3.[Run](usage.md)
12
12
-`mkdocs serve`
13
-
4. View on [http://localhost:8000](http://localhost:8000)
13
+
4. View on [localhost:8000](http://localhost:8000)
0 commit comments