Update accounts.md
[ccm-docs.git] / docs / about_mkdocs.md
blob0c19a95d3e56e9ae423b34bcad6dc9a4e21d10de
1 ## About mkdocs
3 For full documentation visit [mkdocs.org](https://www.mkdocs.org).
5 ## Commands
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.
12 ## Project layout
14     mkdocs.yml    # The configuration file.
15     docs/
16         index.md  # The documentation homepage.
17         ...       # Other markdown pages, images and other files.