scale-catalog/mkdocs.yml
Kjeld Schouten-Lebbing 2c75cfe0ea
Wiki replacement and CI update (#86)
* dhcp uses on, not true (because iocage syntax)

* Documentation updates

* Add gh-pages wiki generator using mkdocs

* Update shellcheck.yml

* Update wiki.yml

* Add filecheck

* readme case correction1

* readme case correction2

* Update filecheck.yml
2020-04-26 16:00:47 +02:00

23 lines
488 B
YAML

# Project Information
site_name: JailMan
site_description: 'Project Design and Documentation for development'
site_author: 'Ornias1993'
site_url: 'https://ornias1993.github.io/jailman/'
# Repository
repo_name: 'ornias1993/jailman'
repo_url: 'https://github.com/Ornias1993/jailman/'
edit_uri: 'edit/dev/docs/'
theme:
name: 'material'
features:
- tabs
language: 'en'
markdown_extensions:
- admonition
- codehilite:
guess_lang: false
- toc:
permalink: true