-
Notifications
You must be signed in to change notification settings - Fork 4
/
mkdocs.yml
42 lines (36 loc) · 827 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
site_name: 'Settings'
site_description: 'A simplified the use of SharedPreferences and Preferences DataStore.'
site_author: 'Alexander Karkossa'
site_url: 'https://ch4rl3x.github.io/settings/'
# Repository
repo_name: 'Settings'
repo_url: 'https://github.com/ch4rl3x/settings'
# Navigation
nav:
- 'Overview': index.md
# Configuration
theme:
name: 'material'
language: 'en'
palette:
primary: 'black'
accent: 'deep orange'
font:
text: 'IBM Plex Sans'
code: 'IBM Plex Mono'
# Extensions
#markdown_extensions:
# - admonition
# - attr_list
# - codehilite:
# guess_lang: false
# - footnotes
# - toc:
# permalink: true
# - pymdownx.betterem
# - pymdownx.superfences
# - pymdownx.tabbed
#extra:
# social:
# - icon: fontawesome/brands/twitter
# link: https://twitter.com/ch4rl3x