forked from chrisbanes/insetter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
54 lines (49 loc) · 1.14 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
# Project information
site_name: 'Insetter'
site_description: 'Insetter is a library to help make handling WindowInsets easy'
site_author: 'Chris Banes'
site_url: 'https://chrisbanes.github.io/insetter/'
remote_branch: gh-pages
edit_uri: 'edit/main/docs/'
docs_dir: docs-gen
# Repository
repo_name: 'Insetter'
repo_url: 'https://github.com/chrisbanes/insetter'
# Navigation
nav:
- 'Overview': index.md
- 'Main library':
- 'Guide': library.md
- 'API': api/library/library/dev.chrisbanes.insetter/
- 'DBX':
- 'Guide': dbx.md
- 'API': api/dbx/dbx/dev.chrisbanes.insetter/
- 'Contributing': contributing.md
# Configuration
theme:
name: 'material'
custom_dir: overrides
language: 'en'
icon:
logo: material/overscan
palette:
primary: 'black'
accent: 'deep orange'
font:
text: 'IBM Plex Sans'
code: 'IBM Plex Mono'
# Extensions
markdown_extensions:
- admonition
- codehilite:
guess_lang: false
- footnotes
- toc:
permalink: true
- pymdownx.betterem
- pymdownx.superfences
- pymdownx.tabbed
extra:
social:
- icon: fontawesome/brands/twitter
link: https://twitter.com/chrisbanes