Skip to content
This repository was archived by the owner on Aug 7, 2025. It is now read-only.

Commit c88e8a1

Browse files
pthmasgemini-code-assist[bot]tac0turtle
authored
feat: inline technical specification into docs (#594)
* Add specs to docs * updated DA page * remove dependency-graph * add specs to config.ts * remove link page to technical specs * Update learn/specs/block-validity.md Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> * Update learn/specs/block-validity.md Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> * Update learn/specs/store.md Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> * Update learn/specs/store.md Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> * Update learn/specs/template.md Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> * Apply suggestion from @gemini-code-assist[bot] Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> * remove template for the docs * add overview and update config.ts --------- Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> Co-authored-by: Marko <marko@baricevic.me>
1 parent d11a712 commit c88e8a1

File tree

13 files changed

+1251
-7
lines changed

13 files changed

+1251
-7
lines changed

.vitepress/config.ts

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,10 +206,17 @@ function sidebarHome() {
206206
link: "/learn/execution"
207207
},
208208
{
209-
text: "Resources",
209+
text: "Technical Specifications",
210210
collapsed: true,
211211
items: [
212-
{ text: "Technical specifications", link: "/learn/specifications" },
212+
{ text: "overview", link: "/learn/specs/overview" },
213+
{ text: "block-manager", link: "/learn/specs/block-manager" },
214+
{ text: "block-validity", link: "/learn/specs/block-validity" },
215+
{ text: "da", link: "/learn/specs/da" },
216+
{ text: "full_node", link: "/learn/specs/full_node" },
217+
{ text: "header-sync", link: "/learn/specs/header-sync" },
218+
{ text: "p2p", link: "/learn/specs/p2p" },
219+
{ text: "store", link: "/learn/specs/store" },
213220
],
214221
},
215222
],

learn/specifications.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)