-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmkdocs.yml
More file actions
28 lines (25 loc) · 656 Bytes
/
mkdocs.yml
File metadata and controls
28 lines (25 loc) · 656 Bytes
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
site_name: Hack for LA Accessibility
site_url: https://hackforla.github.io/accessibility/
theme:
name: material
features:
- navigation.indexes
- navigation.sections
- navigation.tabs
- content.code.copy
- content.code.select
- content.code.annotate
markdown_extensions:
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.details
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
# Repository
repo_name: hackforla/accessibility
repo_url: https://github.com/hackforla/accessibility