generated from hackforla/.github-hackforla-base-repo-template
-
-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathmkdocs.yml
57 lines (54 loc) · 1.32 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
55
56
57
site_name: TWE Design System
repo_url: https://github.com/hackforla/internship-website-design-system
site_url: https://hackforla.github.io/internship-website-design-system/
nav:
- Getting Started: index.md
- Styles:
- Type Scale: type-scale.md
- Components:
- Inputs:
- Buttons: buttons.md
- Radio Buttons: radio.md
- Input Fields: input-fields.md
- Text Area: text-area.md
- Dropdowns: dropdowns.md
plugins:
- search:
lang: en
theme:
name: material
custom_dir: docs/overrides
font:
text: roboto
logo: Logo Flatten White.png
features:
# - navigation.expand
- navigation.instant
- navigation.path
# - navigation.sections
- content.code.copy
- content.code.select
palette:
primary: white
# accent: teal
extra_css:
- dist/main.css
- stylesheets/extra.css
# - /bootstrap/css/bootstrap.min.css
extra_javascript:
- javascript/extra.js
# - javascript/bootstrap.min.js
# - https://code.jquery.com/jquery-1.12.4.min.js
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets:
base_path: docs/
- pymdownx.superfences
- attr_list
- md_in_html
- pymdownx.tabbed:
alternate_style: true