We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 445df04 commit 6a37cf2Copy full SHA for 6a37cf2
docs/index.md
@@ -0,0 +1,17 @@
1
+# Welcome to MkDocs
2
+
3
+For full documentation visit [mkdocs.org](https://www.mkdocs.org).
4
5
+## Commands
6
7
+* `mkdocs new [dir-name]` - Create a new project.
8
+* `mkdocs serve` - Start the live-reloading docs server.
9
+* `mkdocs build` - Build the documentation site.
10
+* `mkdocs -h` - Print help message and exit.
11
12
+## Project layout
13
14
+ mkdocs.yml # The configuration file.
15
+ docs/
16
+ index.md # The documentation homepage.
17
+ ... # Other markdown pages, images and other files.
mkdocs.yml
@@ -0,0 +1,3 @@
+site_name: Coding55 Documentation
0 commit comments