1234567891011121314151617181920212223242526 |
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <meta http-equiv="Content-Style-Type" content="text/css" />
- <meta name="generator" content="pandoc" />
- <title></title>
- <style type="text/css">code{white-space: pre;}</style>
- </head>
- <body>
- <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>
- </body>
- </html>
|