index.md.xhtml 1.1 KB

1234567891011121314151617181920212223242526
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <meta http-equiv="Content-Style-Type" content="text/css" />
  6. <meta name="generator" content="pandoc" />
  7. <title></title>
  8. <style type="text/css">code{white-space: pre;}</style>
  9. </head>
  10. <body>
  11. <h1 id="welcome-to-mkdocs">Welcome to MkDocs</h1>
  12. <p>For full documentation visit <a href="http://mkdocs.org">mkdocs.org</a>.</p>
  13. <h2 id="commands">Commands</h2>
  14. <ul>
  15. <li><code>mkdocs new [dir-name]</code> - Create a new project.</li>
  16. <li><code>mkdocs serve</code> - Start the live-reloading docs server.</li>
  17. <li><code>mkdocs build</code> - Build the documentation site.</li>
  18. <li><code>mkdocs help</code> - Print this help message.</li>
  19. </ul>
  20. <h2 id="project-layout">Project layout</h2>
  21. <pre><code>mkdocs.yml # The configuration file.
  22. docs/
  23. index.md # The documentation homepage.
  24. ... # Other markdown pages, images and other files.</code></pre>
  25. </body>
  26. </html>