-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
85 lines (78 loc) · 1.75 KB
/
Copy pathmkdocs.yml
File metadata and controls
85 lines (78 loc) · 1.75 KB
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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
site_name: Copia
site_url: https://gitmobkab.github.io/copia/
site_description: Interactive TUI database seeder
site_author: gitmobkab
repo_url: https://github.com/gitmobkab/copia
repo_name: gitmobkab/copia
theme:
name: material
logo: assets/logo.svg
favicon: assets/logo.svg
palette:
scheme: slate
primary: custom
accent: custom
font:
text: IBM Plex Sans
code: JetBrains Mono
features:
- navigation.instant
- navigation.tracking
- navigation.sections
- navigation.indexes
- toc.integrate
- content.code.copy
- content.code.annotate
- navigation.tabs
- navigation.tabs.sticky
- content.tooltips
hooks:
- hooks/dsl_hook.py
- hooks/generators_hook.py
- hooks/changelog_hook.py
extra_css:
- stylesheets/extra.css
nav:
- Home: index.md
- Installation: installation.md
- Quickstart: quickstart.md
- CLI: cli.md
- TUI: tui.md
- DSL Reference: dsl.md
- Configuration: configuration/index.md
- Generators:
- generators/index.md
- Blog:
- blog/index.md
- Changelog: changelog.md
- Developer Guide:
- dev/index.md
- dev/generators.md
- dev/docstrings.md
- dev/generators_registry.md
- dev/validator.md
- dev/fetch.md
markdown_extensions:
- admonition
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.inlinehilite
- pymdownx.tabbed:
alternate_style: true
- tables
- attr_list
plugins:
- search
- meta
- social:
cards_layout_options:
background_color: "transparent"
background_image: layouts/social_card_bg.png
color: "#e2ece2"
font_family: JetBrains Mono
- blog:
blog_toc: true