Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

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.