選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

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.