mirror of
https://github.com/mkdocs/mkdocs.git
synced 2026-03-27 09:58:31 +07:00
22 lines
748 B
Markdown
22 lines
748 B
Markdown
# User Guide
|
|
|
|
Building Documentation with MkDocs
|
|
|
|
---
|
|
|
|
The MkDocs Developer Guide provides documentation for users of MkDocs. See
|
|
[Getting Started] for an introductory tutorial. You can jump directly to a
|
|
page listed below, or use the *next* and *previous* buttons in the navigation
|
|
bar at the top of the page to move through the documentation in order.
|
|
|
|
- [Installation](installation.md)
|
|
- [Writing Your Docs](writing-your-docs.md)
|
|
- [Choosing Your Theme](choosing-your-theme.md)
|
|
- [Customizing Your Theme](customizing-your-theme.md)
|
|
- [Localizing Your Theme](localizing-your-theme.md)
|
|
- [Configuration](configuration.md)
|
|
- [Command Line Interface](cli.md)
|
|
- [Deploying Your Docs](deploying-your-docs.md)
|
|
|
|
[Getting Started]: ../getting-started.md
|