Skip to content

Documentation

Configuration

Introduction

The devcontainer includes a system for building project documentation, useful for developing and publishing a full-featured documentation website, either as a standalone entity or as part of a software library/project.

Documenation is written in plaintext files using the popular Markdown syntax. Besides being widely supported and straightfowrad to edit in a variety of platforms, documentation written as Markdown is easily versioned by systems like git.

The Python-based mkdocs tool builds Markdown documentation files into a website structure.

Themeing and additional documentation content functionality are provided by the mkdocs-material extension.

Features

See the mkdocs-material Reference for more supported features.