Skip to content

Commit 3a9c273

Browse files
committed
chore(math): stabilize Central Math Vault v2.1.0
- Fixed path integrity via use_directory_urls: false - Professionalized social metadata and social preview - Optimized search and navigation for high-dimensional proofs
1 parent 3d3b254 commit 3a9c273

10 files changed

Lines changed: 35 additions & 25 deletions

File tree

986 KB
Loading

mkdocs.yml

Lines changed: 25 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,37 @@
11
site_name: NRC Central Math Vault
2-
site_description: Professional Mathematical Primitives & Lattice Resonance Primes
2+
site_description: Institutional-grade mathematical primitives and high-dimensional lattice resonance vaults.
33
site_author: James Trageser
4-
site_url: https://Nexus-Resonance-Codex.github.io/NRC/
4+
site_url: https://nexus-resonance-codex.github.io/NRC/
5+
repo_url: https://github.com/Nexus-Resonance-Codex/NRC
6+
use_directory_urls: false
57

68
theme:
79
name: material
810
palette:
911
- media: "(prefers-color-scheme: dark)"
1012
scheme: slate
11-
primary: grey
12-
accent: gold
13-
- media: "(prefers-color-scheme: light)"
14-
scheme: default
15-
primary: grey
13+
primary: black
1614
accent: gold
15+
font:
16+
text: Outfit
17+
code: JetBrains Mono
1718
features:
18-
- navigation.tabs
1919
- navigation.sections
2020
- navigation.expand
21+
- navigation.top
2122
- content.code.copy
2223
- content.code.annotate
24+
- content.tooltips
25+
logo: https://raw.githubusercontent.com/Nexus-Resonance-Codex/Phi-Infinity-Lattice-Compression/main/docs/assets/phi_spiral_banner.png
26+
favicon: https://raw.githubusercontent.com/Nexus-Resonance-Codex/Phi-Infinity-Lattice-Compression/main/docs/assets/phi_spiral_banner.png
27+
28+
extra:
29+
social:
30+
- icon: fontawesome/brands/github
31+
link: https://github.com/Nexus-Resonance-Codex/NRC
32+
status:
33+
new: Math-Vault v2.1.0
34+
social_image: assets/images/social-preview.png
2335

2436
markdown_extensions:
2537
- pymdownx.highlight:
@@ -39,13 +51,13 @@ extra_javascript:
3951

4052
nav:
4153
- Home: index.md
42-
- Math Playground: demos/math-playground.html
43-
- Algorithms:
44-
- TTT Modular Stability: proofs/index.md
45-
- Professional Links:
46-
- Resource Manifold: LINKS.md
54+
- '📐 Math Playground': demos/math-playground.html
55+
- '🏛 Proof Vaults':
56+
- 'TTT Modular Stability': proofs/index.md
57+
- '🔗 Resource Manifold': LINKS.md
4758

4859
plugins:
4960
- search
5061
- minify:
5162
minify_html: true
63+

site/404.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

site/LINKS/index.html

Lines changed: 0 additions & 1 deletion
This file was deleted.

site/index.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)