diff --git a/_data/pages/ambassadors.yml b/_data/pages/ambassadors.yml index 9c57a7816b..ee68dc5b5d 100644 --- a/_data/pages/ambassadors.yml +++ b/_data/pages/ambassadors.yml @@ -178,6 +178,8 @@ blocks: discord: Louthing#3654 tags: - tag: Event organizer + - tag: Event speaker + - tag: Content generator image: /assets/louthing-final.png - full_name: Nurstar title: Content Creator and Community Builder diff --git a/_data/pages/what-is-starknet.yml b/_data/pages/what-is-starknet.yml index 88aaf5ddb8..dc077e929e 100644 --- a/_data/pages/what-is-starknet.yml +++ b/_data/pages/what-is-starknet.yml @@ -1,6 +1,7 @@ id: 93b845d7-5662-4cd4-8c13-3730440880c0 title: What is Starknet? template: content +toc: false parent_page: /learn/ breadcrumbs: false page_last_updated: true @@ -9,16 +10,14 @@ blocks: title: "What is Starknet? " - type: markdown body: >- - ## Introduction - - - Starknet is a Validity Rollup Layer 2. It provides high throughput, low gas costs, and retains Ethereum Layer 1 levels of security + Starknet is a Validity Rollup Layer 2. It provides high throughput, low + gas costs, and retains Ethereum Layer 1 levels of security Given a sudoku puzzle, verifying a solution is easier than solving from scratch. If our goal is to convince people of the statement “this puzzle has been solved”, we can save a lot of computation by having one person compute a solution and then propagate it for others to verify. In this strategy, each computation of a solution becomes a one-time event which does not require replication by society. In a similar vein, Starknet scales Ethereum by replacing heavy L1 computation with lighter (hence cheaper!) L1 verification using STARK proofs computed off-chain. - type: video_section scaling-eth: - title: How Starknet Scales Ethereum + title: How Starknet Works description: Chapter 1 explains how Starknet works at a high level content: >- ### How Starknet Scales Ethereum diff --git a/_data/settings/main-menu.yml b/_data/settings/main-menu.yml index 4258236b03..3b9442ef59 100644 --- a/_data/settings/main-menu.yml +++ b/_data/settings/main-menu.yml @@ -84,7 +84,7 @@ items: - title: Content items: - custom_internal_link: /posts/ - custom_title: All blog posts + custom_title: All content - custom_title: Community & events custom_internal_link: /posts/events-and-webinars hide_from_footer: true