mirror of
https://github.com/abhinavxd/libredesk.git
synced 2026-09-11 13:28:57 +00:00
39 lines
715 B
YAML
39 lines
715 B
YAML
site_name: Libredesk Documentation
|
|
theme:
|
|
name: material
|
|
language: en
|
|
font:
|
|
text: Source Sans Pro
|
|
code: Roboto Mono
|
|
weights:
|
|
- 400
|
|
- 700
|
|
direction: ltr
|
|
palette:
|
|
primary: white
|
|
accent: red
|
|
features:
|
|
- navigation.indexes
|
|
- navigation.sections
|
|
- content.code.copy
|
|
extra:
|
|
search:
|
|
language: en
|
|
|
|
markdown_extensions:
|
|
- admonition
|
|
- codehilite
|
|
- toc:
|
|
permalink: true
|
|
|
|
nav:
|
|
- Introduction: index.md
|
|
- Getting Started:
|
|
- Installation: installation.md
|
|
- Upgrade: upgrade.md
|
|
- Templating: templating.md
|
|
- SSO: sso.md
|
|
- Contributors:
|
|
- Developer setup: developer-setup.md
|
|
- Translations: translations.md
|