Skip to content

Commit bcbf7f3

Browse files
committed
fix(node-infrastructure): add to sidebar and restore Protocol Stack further reading link
Adds node-infrastructure after app-architecture in the explicit Concepts sidebar (now that PR #209 has merged). Restores the Protocol Stack further reading link that was blocked during cross-branch validation.
1 parent 5d3305a commit bcbf7f3

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

docs/concepts/node-infrastructure.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,7 @@ Because the integrity checker is part of the initramdisk, a malicious actor cann
180180

181181
## Further reading
182182

183-
- [Glossary: replica](../references/glossary.md#replica): the software stack that runs inside GuestOS
183+
- [Protocol Stack](protocol/index.md): the four-layer architecture (peer-to-peer, consensus, message routing, execution) that runs inside GuestOS
184+
- [Glossary: replica](../references/glossary.md#replica): the replica process that implements the protocol stack
184185

185186
<!-- Upstream: informed by Learn Hub articles "Overview" (Node Infrastructure), "Trusted Execution Environments" (migrated, source retired) -->

sidebar.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ export const sidebar = [
8080
{ slug: "concepts/network-overview" },
8181
{ slug: "concepts/canisters" },
8282
{ slug: "concepts/app-architecture" },
83+
{ slug: "concepts/node-infrastructure" },
8384
{
8485
label: "Protocol Stack",
8586
collapsed: true,

0 commit comments

Comments
 (0)