ansible-nas/mkdocs.yml
2018-12-31 00:04:42 +00:00

30 lines
No EOL
689 B
YAML

# Project information
site_name: 'Ansible-NAS'
site_description: 'Build a fully functional NAS with an Ubuntu box and this playbook'
site_author: 'David Stephens'
site_url: 'https://davestephens.uk/ansible-nas'
# Configuration
theme:
name: 'material'
language: 'en'
palette:
primary: 'indigo'
accent: 'indigo'
font:
text: 'Roboto'
code: 'Roboto Mono'
# Repository
repo_name: 'davestephens/ansible-nas'
repo_url: 'https://github.com/davestephens/ansible-nas'
# Copyright
copyright: 'Copyright © 2017 - 2019 David Stephens'
# Customization
extra:
manifest: 'manifest.webmanifest'
social:
- type: 'github'
link: 'https://github.com/davestephens'