Skip to content

Local Development

Local Docs Server

MkDocs supports a local development server so that changes can be viewed in the browser in real-time as they're made.

To see changes in real-time, run just serve.

After a few seconds, a local version of the docs will be hosted at http://localhost:8000.

Prerequisites

Check out the Prerequisites to make sure you've got the required tools installed.

Integrated Development Environment Integration

Visual Studio Code is the recommended IDE for updating the docs as it has extensions for both linting tools used:

Local Tool Installation

To use the VS Code extensions for markdownlint and vale you'll have to install those tools locally.

Back to top