Skip to content

Getting Started

This page will help you get started with MkDocs Demo.

Installation

To install MkDocs, run:

pip install mkdocs-material

Running Locally

To serve the site locally, run:

mkdocs serve

Then open your browser at http://127.0.0.1:8000.

Building the Site

To build the static site, run:

mkdocs build