-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
45 lines (41 loc) · 998 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
site_name: ansikit
repo_name: 'daelvn/ansikit'
repo_url: 'https://github.com/daelvn/ansikit'
theme:
name: material
palette:
primary: 'Red'
accent: 'Red'
logo:
icon: 'spellcheck'
feature:
tabs: true
markdown_extensions:
- admonition
- meta
- codehilite
- pymdownx.superfences
- pymdownx.inlinehilite
- toc:
permalink: true
extra:
social:
- type: 'github'
link: 'https://github.com/daelvn'
- type: 'twitter'
link: 'https://queer.party/@daelvn'
nav:
- Home: 'index.md'
- Changelog: 'changelog.md'
- Modules:
- 'ansikit.color': 'module/color.md'
- 'ansikit.cursor': 'module/cursor.md'
- 'ansikit.page': 'module/page.md'
- 'ansikit.paint': 'module/paint.md'
- 'ansikit.palette': 'module/palette.md'
- 'ansikit.sequence': 'module/sequence.md'
- 'ansikit.style': 'module/style.md'
- 'ansikit.text': 'module/text.md'
- Manual:
- 'Basics': 'manual/basics.md'
- 'Colors': 'manual/colors.md'