Files
OSIT-Mailman3/mkdocs.yml
Abhilash Raj 2798c8f41f Add NEWS for upgrade instructions (#499)
* Add NEWS for new release

* Use material theme
2021-08-31 22:28:36 -07:00

20 lines
386 B
YAML

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"
- News: "news.md"
markdown_extensions:
- toc:
permalink: true
toc_depth: 3