| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
MkDocs is a smart, simple, website design tool.
Install the mkdocs command line tool...
$ pip install git+https://github.com/encode/mkdocs.gitThis will install the version 2.0 pre-release.
MkDocs supports GitHub Flavored Markdown for page authoring.
An example mkdocs.toml...
[mkdocs]
nav = [
{path="README.md", title="Introduction"},
{path="CREDITS.md", title="Credits"},
]
[loaders]
theme = "pkg://mkdocs/default"
docs = "dir://docs"
[context]
title = "Documentation"
favicon = "📘"Use either README.md or index.md for the homepage.
Styling adaptations can be kept simple, such as customising the colour scheme, or more comprehensive, such as creating an entirely new theme.
Take a look at the default theme and the kelp theme for examples of getting started with theming.
The MkDocs documentation, served with the Kelp theme.
| Back | FazBrowse Home | New Git URL |