About 24 results
Open links in new tab
  1. MkDocs

    MkDocs Project documentation with Markdown. MkDocs is a fast, simple and downright gorgeous static site generator that's geared towards building project documentation. Documentation source files are …

  2. Getting Started - MkDocs

    MkDocs comes with a built-in dev-server that lets you preview your documentation as you work on it. Make sure you're in the same directory as the mkdocs.yml configuration file, and then start the server …

  3. User Guide - MkDocs

    The MkDocs User 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 …

  4. Writing Your Docs - MkDocs

    MkDocs allows you to interlink your documentation by using regular Markdown links. However, there are a few additional benefits to formatting those links specifically for MkDocs as outlined below.

  5. Installation - MkDocs

    MkDocs requires a recent version of Python and the Python package manager, pip, to be installed on your system. You can check if you already have these installed from the command line:

  6. Command Line Interface - MkDocs

    Usage: mkdocs [OPTIONS] COMMAND [ARGS]... Options: ... Subcommands build: Build the MkDocs documentation get-deps: Show required PyPI packages inferred from plugins in mkdocs.yml gh …

  7. Themes - MkDocs

    To see an example of a package containing one theme, see the MkDocs Bootstrap theme and to see a package that contains many themes, see the MkDocs Bootswatch theme.

  8. API Reference - MkDocs

    Base class for MkDocs configuration, plugin configuration (and sub-configuration) objects. It should be subclassed and have ConfigOption s defined as attributes.

  9. Configuration - MkDocs

    MkDocs uses the Python Markdown library to translate Markdown files into HTML. Python Markdown supports a variety of extensions that customize how pages are formatted.

  10. Developer Guide - MkDocs

    The MkDocs Developer Guide provides documentation for developers of third party themes and plugins. Please see the Contributing Guide for information on contributing to MkDocs itself.