Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

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.