2025-05-21 13:53:46 +00:00
|
|
|
# Welcome to MkDocs
|
2015-11-01 13:39:46 +00:00
|
|
|
|
2025-05-21 13:53:46 +00:00
|
|
|
For full documentation visit [mkdocs.org](https://www.mkdocs.org).
|
2015-11-01 13:39:46 +00:00
|
|
|
|
2025-05-21 13:53:46 +00:00
|
|
|
## Commands
|
2015-11-01 13:39:46 +00:00
|
|
|
|
2025-05-21 13:53:46 +00:00
|
|
|
* `mkdocs new [dir-name]` - Create a new project.
|
|
|
|
* `mkdocs serve` - Start the live-reloading docs server.
|
|
|
|
* `mkdocs build` - Build the documentation site.
|
|
|
|
* `mkdocs -h` - Print help message and exit.
|
2015-11-04 13:54:41 +00:00
|
|
|
|
2025-05-21 13:53:46 +00:00
|
|
|
## Project layout
|
2015-11-04 13:32:40 +00:00
|
|
|
|
2025-05-21 13:53:46 +00:00
|
|
|
mkdocs.yml # The configuration file.
|
|
|
|
docs/
|
|
|
|
index.md # The documentation homepage.
|
|
|
|
... # Other markdown pages, images and other files.
|