-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
54 lines (50 loc) · 1.17 KB
/
Copy pathmkdocs.yml
File metadata and controls
54 lines (50 loc) · 1.17 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
site_name: ModelForge
site_description: Bulge-tier Excel financial model factory — every cell live, every number sourced, every assumption defended.
site_author: Whatsonyourmind
site_url: https://modelforge.app
repo_name: modelforge
repo_url: https://github.com/Whatsonyourmind/modelforge
theme:
name: material
palette:
scheme: default
primary: indigo
accent: amber
features:
- navigation.instant
- navigation.tracking
- navigation.sections
- navigation.top
- search.suggest
- search.highlight
- content.code.copy
- content.action.edit
nav:
- Home: index.md
- Quickstart: quickstart.md
- Architecture: architecture.md
- CLI Reference: cli-reference.md
- Template Gallery: templates.md
- Comparison: comparison.md
- FAQ: faq.md
markdown_extensions:
- admonition
- attr_list
- def_list
- footnotes
- md_in_html
- toc:
permalink: true
- pymdownx.details
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- tables
plugins:
- search