MkDocs

E431946

MkDocs is a static site generator geared toward building project documentation from Markdown files, typically configured with a simple YAML file and extensible through themes and plugins.

All labels observed (1)

Label Occurrences
MkDocs canonical 2

How this entity was disambiguated

Statements (53)

Predicate Object
instanceOf documentation generator
static site generator
buildProcess converts Markdown files to static HTML site
configurationFormat YAML
configurationOption markdown_extensions
nav
plugins
site_name
theme
defaultConfigurationFileName mkdocs.yml
defaultTheme mkdocs NERFINISHED
documentation https://www.mkdocs.org/user-guide/
ecosystem deployment plugins
i18n (internationalization) plugins
markdown extension plugins
theme plugins
versioning plugins
hasCommand mkdocs build
mkdocs gh-deploy
mkdocs help
mkdocs new
mkdocs serve
license BSD-2-Clause License
officialWebsite https://www.mkdocs.org
outputFormat CSS
JavaScript NERFINISHED
static HTML
popularTheme mkdocs-material NERFINISHED
programmingLanguage Python
repository https://github.com/mkdocs/mkdocs
supports Markdown extensions
custom navigation structure
full-text search
live-reloading development server
multi-page documentation sites
plugins
site-wide configuration options
themes
versioned documentation via plugins
supportsHosting GitHub Pages NERFINISHED
GitLab Pages NERFINISHED
generic static web hosts
supportsInternationalization via plugins
supportsNavigationFeatures nested navigation
next/previous page links
table of contents
supportsSearchImplementation Lunr.js NERFINISHED
custom search plugins
targetUseCase API documentation (via plugins)
project documentation
technical documentation
usesMarkupLanguage Markdown NERFINISHED
writtenIn Python NERFINISHED

How these facts were elicited

Referenced by (2)

Full triples — surface form annotated when it differs from this entity's canonical label.

Jinja2 integratedWith MkDocs
Markdown commonlyUsedWith MkDocs