Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

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.