-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yml
More file actions
78 lines (73 loc) · 2.37 KB
/
Copy pathmkdocs.yml
File metadata and controls
78 lines (73 loc) · 2.37 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
site_name: OM Core Documentation
site_description: Documentation and modeling guides for OM Core.
site_url: https://cloudcell.github.io/om-docs/
repo_url: https://github.com/cloudcell/om-docs
repo_name: cloudcell/om-docs
theme:
name: material
logo: assets/brand/om-core-icon.png
favicon: assets/brand/om-core-icon.png
palette:
- scheme: default
primary: blue
accent: cyan
features:
- navigation.sections
- navigation.expand
- navigation.top
- search.suggest
- search.highlight
- content.code.copy
extra_css:
- stylesheets/extra.css
markdown_extensions:
- admonition
- attr_list
- md_in_html
- tables
- fenced_code
- toc:
permalink: true
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.superfences
nav:
- 🏠 Home: index.md
- 🌟 Start:
- What is OM Core?: start/what-is-om-core.md
- Why not spreadsheets?: start/why-not-spreadsheets.md
- Installation: start/installation.md
- Quickstart: start/quickstart.md
- 📐 Concepts:
- Dimensions: concepts/dimensions.md
- Cubes: concepts/cubes.md
- Rules: concepts/rules.md
- Groups and Hierarchies: concepts/groups-and-hierarchies.md
- Views: concepts/views.md
- 📚 Guides:
- Build a P&L model: guides/building-a-pl-model.md
- Build models with an agent: guides/building-models-with-an-agent.md
- 🖥️ UI/UX:
- Interface overview: ui-ux/interface.md
- TUI: ui-ux/tui.md
- Gallery: ui-ux/gallery.md
- 📖 Reference:
- Dimensions: reference/dimensions.md
- Rule syntax: reference/rule-syntax.md
- Functions: reference/functions.md
- Scripting: reference/scripting.md
- OM Script Reference: reference/om-script-reference.md
- Formatting: reference/formatting.md
- Rule engine semantics: reference/rule-engine-semantics.md
- Glossary: reference/glossary.md
- 🤖 Agent Skills:
- Overview: skills/index.md
- Financial Modeling:
- Skill: skills/om-core-financial-modeling/SKILLS.md
- Examples: skills/om-core-financial-modeling/examples/index.md
- Group Management:
- Skill: skills/om-core-group-management/SKILLS.md
- ⚖️ Legal:
- License: legal/license.md