diff --git a/content/index.md b/content/index.md index da776c252..0a1b3767b 100644 --- a/content/index.md +++ b/content/index.md @@ -17,4 +17,4 @@ This site is an ongoing work in progress. The links within are an attempt to cap - [Comms (Acid Info)](acid/overview.md) ### Skunk works -- [Innovation Lab](innovation_lab/overview.md) +- [Innovation Lab](innovation_lab/index.md) diff --git a/content/innovation_lab/index.md b/content/innovation_lab/index.md new file mode 100644 index 000000000..60a2b6b3f --- /dev/null +++ b/content/innovation_lab/index.md @@ -0,0 +1,10 @@ +--- +title: Innovation Lab Roadmap Overview +tags: + - overview +description: Overview of the Logos Innovation Lab development +--- + +Welcome to the Innovation lab Roadmap Overview +- [Milestones](innovation_lab/milestones-overview.md) +- [weekly updates](tags/ilab-updates) \ No newline at end of file diff --git a/content/innovation_lab/overview.md b/content/innovation_lab/overview.md deleted file mode 100644 index 59f51f126..000000000 --- a/content/innovation_lab/overview.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Innovation Lab Roadmap Overview" -tags: -- "overview" ---- - -Welcome to the Innovation lab Roadmap Overview -- [Milestones](innovation_lab/milestones-overview.md) -- [weekly updates](tags/ilab-updates) \ No newline at end of file diff --git a/content/nomos/base-layer-spec/index.md b/content/nomos/base-layer-spec/index.md index 163a0e1e4..9680b8d05 100644 --- a/content/nomos/base-layer-spec/index.md +++ b/content/nomos/base-layer-spec/index.md @@ -1,5 +1,6 @@ --- title: "Nomos Milestone: Full Base Layer Specification" +description: The initial milestone of the Nomos project is a full specification of the Base Layer. This entails detailed explanations of the working parts of the architecture and how they lay the groundwork for future layers to be built on top. --- ## `nomos:base-layer-spec:` --- @@ -12,24 +13,24 @@ The initial milestone of the Nomos project is a full specification of the Base L This work can be tracked via the following epics. ### Key Epics -#### `network-privacy:` [[nomos/base-layer-spec/network-privacy/index|index]] +#### `network-privacy:` [[nomos/base-layer-spec/network-privacy/index|details]] - due: - progress: - short description: Creation of a privacy preserving network underlay -#### `private-pos:` [[nomos/base-layer-spec/priv-pos/index|index]] +#### `private-pos:` [[nomos/base-layer-spec/priv-pos/index|details]] - due: Sept 29, 2023 - progress: - short description: Creation of a Proof-of-Stake model that preserves the privacy of the stakers within the network -#### `data-availability:` [[nomos/base-layer-spec/data-avail/index|index]] +#### `data-availability:` [[nomos/base-layer-spec/data-avail/index|details]] - due: - progress: - short description: Definition of how Nomos makes data available to network participants, and its reference implementation for the Base Layer. ### Dependent Upon: #### `vac:dr:carnot-aggregation-spec` -- [[carnot-2-3rds-vote-aggregation]] +- [[vac/dr/consensus/nomos/carnot-2-3rds-vote-aggregation|carnot-2-3rds-vote-aggregation]] #### `vac:tke:stake-rewards` - [[vac/tke/g/nomos/economic-analysis|economic-analysis]] \ No newline at end of file diff --git a/content/nomos/index.md b/content/nomos/index.md index 463a9d36b..e0b7841a6 100644 --- a/content/nomos/index.md +++ b/content/nomos/index.md @@ -1,6 +1,6 @@ --- title: Nomos Roadmap Overview -description: The Nomos project is an attempt to make a scalable, modular, and private L1. To learn more about the project, please visit [the website](https://nomos.tech). Nomos is currently in its initial phase as a project within Logos, namely the research and architecture design phase. +description: The Nomos project is an attempt to make a scalable, modular, and private L1. To learn more about the project, please visit https://nomos.tech. Nomos is currently in its initial phase as a project within Logos, namely the research and architecture design phase. --- ## `nomos:` --- diff --git a/content/private/private-note.md b/content/private/private-note.md deleted file mode 100644 index 6930c102c..000000000 --- a/content/private/private-note.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Private Stuff" ---- - -This page doesn't get published! \ No newline at end of file diff --git a/content/templates/monthly-template.md b/content/templates/monthly-template.md index f83e8e3a7..fcccddb9d 100644 --- a/content/templates/monthly-template.md +++ b/content/templates/monthly-template.md @@ -2,6 +2,7 @@ title: Monthly Report draft: true lastmod: <% tp.date.now() %> +description: "Monthly Report of " --- ## Executive Summary diff --git a/content/templates/update-template.md b/content/templates/update-template.md index b48605b42..d0d710ff7 100644 --- a/content/templates/update-template.md +++ b/content/templates/update-template.md @@ -5,5 +5,6 @@ tags: date: <% tp.date.now() %> lastmod: <% tp.date.now() %> draft: false +description: "Weekly update of " ---