docs(architecture): configuration-over-code page + atom-card page types + cn-domain-tree overview#331
Merged
Conversation
…s, cn-domain-tree overview, AI tile Rebased onto development (the active integration branch) after the original PR mistakenly targeted beta. - New /docs/architecture/configuration-over-code page: the JSON-contract -as-safe-AI-sandbox framing, with the OpenSpec spec-driven section (org/app ADRs, /opsx-explore + /opsx-apply, ADR-031 declarative business logic with n8n/Windmill, the quality + gatekeeping harness). Links the academy tutorial + OpenBuilt. - manifest.md "Page types" restructured into atom-aware cards (one per type), mirroring the AtomZones vocabulary from app-design-principles. - overview.md: Mermaid 3-layer graph replaced with stacked cn-domain-tree hex diagrams; diagrams loaded browser-only (require inside BrowserOnly) so static site generation doesn't choke on HTMLElement. - Sidebar positions: schemas-and-registers 3->4, customization 4->5, new page at 3. - Landing page: fifth "Configuration over code" entry-point tile + lede.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Docs-only architecture additions. Originally opened against
beta(#328) which the org branch-protection rule rejects (feature→beta not allowed); rebuilt here ondevelopment, the active integration branch./docs/architecture/configuration-over-code/— the JSON-contract-as-safe-AI-sandbox framing, with a spec-driven section on OpenSpec (org/app ADR tiers,/opsx-explore+/opsx-apply, ADR-031 declarative business logic via n8n/Windmill, the quality + gatekeeping harness). Links the academy tutorial + OpenBuilt.cn-domain-treehex diagrams. Diagrams are loaded browser-only (requireinsideBrowserOnly) so static site generation doesn't crash onHTMLElement.Notes
beta/main, so this lands on development; a follow-updevelopment → betapromotion publishes it to the live docs site.Test plan
cd docusaurus && npx docusaurus buildsucceeds (SSG, no HTMLElement error) — verified locally./docs/architecture/manifest/Page types renders 8 atom cards./docs/architecture/configuration-over-code/resolves; sidebar order overview→manifest→config-over-code→schemas→customization./docs/architecture/overview/renders three cn-domain-tree hex diagrams.