Use mkdocs for building the documentation site. (#456)

This commit is contained in:
Abhilash Raj
2021-04-07 12:06:36 -07:00
committed by GitHub
parent 0d38c5b793
commit 1cefea12ac
6 changed files with 67 additions and 50 deletions

18
mkdocs.yml Normal file
View File

@@ -0,0 +1,18 @@
site_name: docker-mailman
site_description: Container images for GNU Mailman
theme:
name: material
repo_name: maxking/docker-mailman
repo_url: https://github.com/maxking/docker-mailman
use_directory_urls: true
nav:
- Home: "index.md"
- Mailman Core: "core.md"
- Mailman Web: "web.md"
markdown_extensions:
- toc:
permalink: true
toc_depth: 3