Skip to content

infra(nav): restructure navigation, apply sentence case throughout, clean up staging#230

Merged
marc0olo merged 5 commits into
infra/learn-hub-migration-prepfrom
infra/nav-restructure-226
May 11, 2026
Merged

infra(nav): restructure navigation, apply sentence case throughout, clean up staging#230
marc0olo merged 5 commits into
infra/learn-hub-migration-prepfrom
infra/nav-restructure-226

Conversation

@marc0olo
Copy link
Copy Markdown
Member

@marc0olo marc0olo commented May 11, 2026

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

…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).
@marc0olo marc0olo requested a review from a team as a code owner May 11, 2026 07:23
marc0olo added 4 commits May 11, 2026 09:52
…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 marc0olo changed the title infra(nav): restructure Concepts sidebar into 5 groups, reorder top-level nav infra(nav): restructure navigation, apply sentence case throughout, clean up staging May 11, 2026
@marc0olo marc0olo merged commit 2a9d6f2 into infra/learn-hub-migration-prep May 11, 2026
3 checks passed
@marc0olo marc0olo deleted the infra/nav-restructure-226 branch May 11, 2026 08:43
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant