infra(nav): restructure navigation, apply sentence case throughout, clean up staging#230
Merged
marc0olo merged 5 commits intoMay 11, 2026
Merged
Conversation
…evel nav Closes #225. Addresses #226 (concepts grouping sub-task). Concepts section: - Network: network-overview, protocol-stack, node-infrastructure, edge-infrastructure, evolution-scaling - Canisters: canisters, principals, app-architecture, cycles, orthogonal-persistence, timers, verifiable-randomness, https-outcalls - Cryptography: chain-key-cryptography, certified-data, vetkeys - Chain Fusion: (7 sub-pages, own group) - Trust & governance: security, governance, sns-framework, network-economics, ledgers Top-level order (#225): Languages now appears before Developer Tools. concepts/index.md updated to match sidebar groupings; adds 4 pages missing since batch PRs: node-infrastructure, edge-infrastructure, evolution-scaling (Network), sns-framework (Trust & governance). Staging cleanup: https-outcalls.md and how-does-icp-work.md deleted (fully migrated); SNS inspection guide moved to out-of-scope (issue #228).
…ts sidebar - Extract Protocol Stack from Network sub-group into its own Concepts group (fixes 4-level nesting depth that violated the 3-level rule) - Add label: "Overview" to concepts/network-overview for consistency with Protocol Stack and Chain Fusion patterns - Move Governance to top of Trust & governance group; Security Model to end - Update concepts/index.md to match: new Protocol Stack section, reordered Trust & governance
All 57 in-scope Learn Hub articles have been migrated. The staging directory is no longer needed; Zendesk URLs and out-of-scope rationale are preserved in git history and referenced in GitHub issues (#228 and others).
Rename sidebar group "Canisters" → "Canisters & capabilities" and convert all explicit sidebar labels and frontmatter titles (80+ pages) from title case to sentence case per brand voice guidelines. Proper nouns (Chain Fusion, VetKeys, Bitcoin, etc.) and abbreviations (ICP, SNS, HTTPS, etc.) are preserved. concepts/index.md section headings and link text updated to match. One exception: docs/languages/motoko/icp-features/view-queries.md is a synced file; its title fix belongs upstream in caffeinelabs/motoko.
Replace flat 17-item list with four collapsed groups plus ungrouped specs: - Development reference: management canister, cycles costs, subnet types, execution errors - Canister registry: system, protocol, application canisters + chain-key IDs - Standards: ICRC standards, digital asset standards - Governance: NNS proposal types, SNS settings Candid, IC interface spec, HTTP gateway spec, Internet Identity spec remain ungrouped to avoid a 4-level nesting depth violation (IC interface spec already uses a sub-group for its 7 pages). Glossary stays at end.
marc0olo
added a commit
that referenced
this pull request
May 11, 2026
…lean up staging (#230) ## Summary **Concepts sidebar** restructured into 6 named groups (closes #225, addresses #226): - **Network** — overview, node infrastructure, edge infrastructure, evolution & scaling - **Protocol stack** — promoted to its own top-level group (was nested inside Network, violating the 3-level nesting rule); 7 pages - **Canisters & capabilities** — canisters, principals, app architecture, cycles, orthogonal persistence, timers, verifiable randomness, HTTPS outcalls - **Cryptography** — chain-key cryptography, certified data, VetKeys - **Chain Fusion** — own group (7 sub-pages), not nested under Cryptography - **Trust & governance** — governance (moved to first), SNS framework, network economics, ledgers, security model (moved to last) **Top-level order** (#225): Languages now appears before Developer Tools. **Sentence case applied throughout** — all explicit sidebar labels and frontmatter page titles (89 files) converted from title case to sentence case per brand voice guidelines. Proper nouns (Chain Fusion, VetKeys, Bitcoin, etc.) and abbreviations (ICP, SNS, HTTPS, etc.) preserved. One known exception: `languages/motoko/icp-features/view-queries.md` is a synced file; its fix belongs upstream. **References section** restructured from a flat 17-item list into 4 thematic groups: - **Development reference** — management canister, cycles costs, subnet types, execution errors - **Canister registry** — system canisters, protocol canisters, application canisters, chain-key token canister IDs - **Standards** — ICRC standards, digital asset standards - **Governance** — NNS proposal types, SNS settings - Candid, IC interface spec, HTTP gateway spec, Internet Identity spec remain ungrouped (avoid 4-level nesting with IC interface spec sub-group) **`concepts/index.md`** updated throughout: 6 sections matching the sidebar, sentence-case link text, 4 pages previously missing (node-infrastructure, edge-infrastructure, evolution-scaling, sns-framework) added. **Staging cleanup**: `.migration/` directory removed — all 57 in-scope Learn Hub articles have been migrated; Zendesk URLs and history preserved in git log. SNS inspection guide tracked in #228. ## Sync recommendation hand-written
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
Concepts sidebar restructured into 6 named groups (closes #225, addresses #226):
Top-level order (#225): Languages now appears before Developer Tools.
Sentence case applied throughout — all explicit sidebar labels and frontmatter page titles (89 files) converted from title case to sentence case per brand voice guidelines. Proper nouns (Chain Fusion, VetKeys, Bitcoin, etc.) and abbreviations (ICP, SNS, HTTPS, etc.) preserved. One known exception:
languages/motoko/icp-features/view-queries.mdis a synced file; its fix belongs upstream.References section restructured from a flat 17-item list into 4 thematic groups:
concepts/index.mdupdated throughout: 6 sections matching the sidebar, sentence-case link text, 4 pages previously missing (node-infrastructure, edge-infrastructure, evolution-scaling, sns-framework) added.Staging cleanup:
.migration/directory removed — all 57 in-scope Learn Hub articles have been migrated; Zendesk URLs and history preserved in git log. SNS inspection guide tracked in #228.Sync recommendation
hand-written