-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmkdocs.yml
68 lines (60 loc) · 1.56 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
---
site_url: https://jamesread.github.io/Faridoon/
site_name: Faridoon Docs
site_description: Publish your favourite chat quotes.
repo_url: https://github.com/jamesread/Faridoon
repo_name: jamesread/Faridoon
edit_uri: edit/main/docs
strict: true
markdown_extensions:
- codehilite
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- toc:
permalink: true
theme:
name: material
logo: faridoon.png
favicon: faridoon.png
language: en
include_search_page: true
search_index_only: true
palette:
primary: deep purple
features:
- search.suggest
- search.highlight
- search.share
- content.code.copy
- content.action.edit
icon:
repo: fontawesome/brands/github
plugins:
- search:
- social:
- minify:
minify_html: true
- tags:
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/jamesread/faridoon
- icon: fontawesome/brands/mastodon
link: https://mastodon.social/@jamesread
- icon: fontawesome/brands/x-twitter
link: https://twitter.com/jamesreadtweets
nav:
- Welcome: index.md
- Installation:
- Introduction: installation/index.md
- Docker Compose (recommended): installation/docker-compose.md
- Docker standalone: installation/docker.md
- Run database migrations: installation/migrations.md
- Configuration: configuration/index.md
- "Security": security/index.md
- "Contact & Support": contact-support.md