Initial commit
This commit is contained in:
38
files/mkdocs.yml
Normal file
38
files/mkdocs.yml
Normal file
@ -0,0 +1,38 @@
|
||||
site_name: Docs
|
||||
site_description: 'Description here'
|
||||
site_url: 'https://docs.medlab.host'
|
||||
copyright: 'Media Enterprise Design Lab'
|
||||
nav:
|
||||
- Introduction: 'index.md'
|
||||
extra_css:
|
||||
- 'stylesheets/extra.css'
|
||||
theme:
|
||||
name: 'material'
|
||||
language: 'en'
|
||||
palette:
|
||||
primary: 'white'
|
||||
accent: 'light blue'
|
||||
logo: 'img/logo_small.svg'
|
||||
favicon: 'img/favicon.ico'
|
||||
font:
|
||||
text: 'Noto Sans'
|
||||
code: 'Ubuntu Mono'
|
||||
extra:
|
||||
search:
|
||||
tokenizer: '[\s\-]+'
|
||||
social:
|
||||
- icon: fontawesome/brands/gitlab
|
||||
link: 'https://git.cloudron.io'
|
||||
- icon: fontawesome/brands/twitter
|
||||
link: 'https://twitter.com/cloudron_io'
|
||||
- icon: fontawesome/brands/linkedin
|
||||
link: 'https://linkedin.com/company/cloudron'
|
||||
- icon: fontawesome/regular/comments
|
||||
link: 'https://forum.cloudron.io'
|
||||
use_directory_urls: true
|
||||
markdown_extensions:
|
||||
- admonition
|
||||
- codehilite
|
||||
- toc
|
||||
- footnotes
|
||||
- meta
|
Reference in New Issue
Block a user