Skip to content

Commit 733d2ff

Browse files
committed
Refactor documentation to emphasize Majestic's identity-driven architecture. Updated descriptions in the index and overview files for clarity, and modified footer copyright statement. Enhanced CSS for improved layout density in the documentation site.
1 parent 2d53663 commit 733d2ff

File tree

4 files changed

+18
-11
lines changed

4 files changed

+18
-11
lines changed

docs/.vitepress/config.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ export default defineConfig({
7272
socialLinks: [],
7373
footer: {
7474
message: 'Contract version and hash embedded at build time.',
75-
copyright: 'Majestic — local-first, identity-driven media server.',
75+
copyright: 'Built from canonical contract bundle.',
7676
},
7777

7878
outline: [2, 3],

docs/.vitepress/theme/majestic.css

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,16 @@
5555
:root:not(.dark) {
5656
color-scheme: dark;
5757
}
58+
59+
/* Spec site: tighter density, less marketing air */
60+
.VPHome .VPHero {
61+
padding-top: 2rem;
62+
padding-bottom: 1.5rem;
63+
}
64+
.VPHome .vp-doc {
65+
padding-top: 1rem;
66+
}
67+
.VPHome .vp-doc h2 {
68+
margin-top: 1.5rem;
69+
margin-bottom: 0.75rem;
70+
}

docs/index.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,13 @@ layout: home
44

55
# Majestic Core — Technical Documentation
66

7-
Majestic is a local-first, identity-driven media server. Version, hash, and build time are in the footer.
8-
9-
---
7+
Majestic is a local-first media server built on immutable edition identity.
108

119
## Sections
1210

1311
| Section | Description |
1412
|---------|-------------|
1513
| [Architecture](/architecture/) | Identity, API, build, streaming, data lineage |
16-
| [API Contracts](/contracts/) | Wire contract, schemas, versioning, bundle download |
14+
| [Contracts](/contracts/) | Schemas, versioning, canonical bundle |
1715
| [Integration](/integration/) | Client integration patterns |
1816
| [Invariants](/invariants/) | Breaking-change rules, compatibility policy |
19-
20-
---
21-
22-
No hero graphics. No slogans. This is a specification.

docs/overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Overview
22

3-
Majestic is a local-first, identity-driven media server.
3+
Majestic is a local-first media server built on immutable edition identity.
44

55
## Principles
66

@@ -14,6 +14,6 @@ Majestic is a local-first, identity-driven media server.
1414
| Section | Contents |
1515
|---------|----------|
1616
| [Architecture](/architecture/) | Identity, API, build, streaming, data lineage |
17-
| [Contracts](/contracts/) | Wire contract, schemas, versioning, bundle |
17+
| [Contracts](/contracts/) | Schemas, versioning, canonical bundle |
1818
| [Integration](/integration/) | Client integration patterns |
1919
| [Invariants](/invariants/) | Breaking-change rules, compatibility policy |

0 commit comments

Comments
 (0)