1234567891011121314 |
- <h1 id="welcome-to-mkdocs">Welcome to MkDocs</h1>
- <p>For full documentation visit <a href="http://mkdocs.org">mkdocs.org</a>.</p>
- <h2 id="commands">Commands</h2>
- <ul>
- <li><code>mkdocs new [dir-name]</code> - Create a new project.</li>
- <li><code>mkdocs serve</code> - Start the live-reloading docs server.</li>
- <li><code>mkdocs build</code> - Build the documentation site.</li>
- <li><code>mkdocs help</code> - Print this help message.</li>
- </ul>
- <h2 id="project-layout">Project layout</h2>
- <pre><code>mkdocs.yml # The configuration file.
- docs/
- index.md # The documentation homepage.
- ... # Other markdown pages, images and other files.</code></pre>
|