-
Notifications
You must be signed in to change notification settings - Fork 33
/
Copy pathmkdocs.yml
47 lines (47 loc) · 1.37 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
site_name: Open Cap Table Format Documentation
repo_url: https://github.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF
site_url: https://open-cap-table-coalition.github.io/Open-Cap-Format-OCF/
edit_uri: edit/main/docs
site_author: Open Cap Table Coalition
site_description: Official documentation for the Open Cap Format (OCF).
theme:
name: material
logo: "./images/OCF Logo Transparent.png"
favicon: "./images/favicon.png"
extra:
homepage: https://www.opencaptablecoalition.com/
features:
- navigation.instant
- navigation.tabs
- navigation.tabs.sticky
- navigation.sections
- navigation.top
- toc.integrate
extra_css:
- "./stylesheets/extra.css"
markdown_extensions:
- toc:
permalink: "#"
- attr_list
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
plugins:
- search
- awesome-pages # Required for pagenav-generator
- pagenav-generator
- awesome-pages:
collapse_single_pages: true
strict: false
- mkdocs-simple-hooks:
hooks:
on_files: "docs.hooks:copy_schemas"