forked from oclero/qlementine
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
49 lines (45 loc) · 978 Bytes
/
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
# Project information.
site_name: Qlementine Documentation
site_author: Olivier Cléro
site_description: "Official documentation for the Qlementine library"
copyright: Copyright © 2023 Olivier Cléro
# Theme.
theme:
name: material
palette:
primary: green
scheme: default
font:
text: Inter
code: Fira Code
favicon: assets/images/favicon.png
logo: assets/images/logo.svg
features:
- search.suggest
extra_css:
- stylesheets/extra.css
# Plugins.
plugins:
- git-revision-date-localized:
enable_creation_date: false
type: date
- search
# Extensions.
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.keys
- pymdownx.smartsymbols
- admonition
- pymdownx.details
# Page tree.
nav:
- Home: index.md
- Usage: usage.md
- Theme: theme.md
- Widgets: widgets.md
- Utilities: utilities.md
- About: about.md