-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
64 lines (57 loc) · 1.76 KB
/
Copy pathmkdocs.yml
File metadata and controls
64 lines (57 loc) · 1.76 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
site_name: NRC Central Math Vault
site_description: Institutional-grade mathematical primitives and high-dimensional lattice resonance vaults.
site_author: James Trageser
site_url: https://nexus-resonance-codex.github.io/NRC/
repo_url: https://github.com/Nexus-Resonance-Codex/NRC
use_directory_urls: false
theme:
name: material
palette:
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: black
accent: gold
font:
text: Outfit
code: JetBrains Mono
features:
- navigation.sections
- navigation.expand
- navigation.top
- content.code.copy
- content.code.annotate
- content.tooltips
logo: https://raw.githubusercontent.com/Nexus-Resonance-Codex/Phi-Infinity-Lattice-Compression/main/docs/assets/phi_spiral_banner.png
favicon: https://raw.githubusercontent.com/Nexus-Resonance-Codex/Phi-Infinity-Lattice-Compression/main/docs/assets/phi_spiral_banner.png
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/Nexus-Resonance-Codex/NRC
status:
new: Math-Vault v2.1.0
social_image: assets/images/social-preview.png
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.arithmatex:
generic: true
- attr_list
- md_in_html
extra_javascript:
- javascripts/mathjax.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
nav:
- '🔬 NRC Models': Models.md
- Home: index.md
- '📐 Math Playground': demos/math-playground.html
- '🏛 Proof Vaults':
- 'TTT Modular Stability': proofs/index.md
- '🔗 Resource Manifold': LINKS.md
plugins:
- search
- minify:
minify_html: true