You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

index.md 485B

1234567891011121314151617
  1. # Welcome to MkDocs
  2. For full documentation visit [mkdocs.org](https://mkdocs.org).
  3. ## Commands
  4. * `mkdocs new [dir-name]` - Create a new project.
  5. * `mkdocs serve` - Start the live-reloading docs server.
  6. * `mkdocs build` - Build the documentation site.
  7. * `mkdocs help` - Print this help message.
  8. ## Project layout
  9. mkdocs.yml # The configuration file.
  10. docs/
  11. index.md # The documentation homepage.
  12. ... # Other markdown pages, images and other files.