From cb4b3efa5e16ae11fac0e593a9d1e2b1dc45552d Mon Sep 17 00:00:00 2001 From: AmalyStark <129071621+AmalyStark@users.noreply.github.com> Date: Thu, 7 Dec 2023 12:59:03 +0200 Subject: [PATCH 1/5] =?UTF-8?q?Update=20Page=20=E2=80=9Cdevelopers?= =?UTF-8?q?=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _data/pages/developers.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_data/pages/developers.yml b/_data/pages/developers.yml index 883c542ed5..4910e91df0 100644 --- a/_data/pages/developers.yml +++ b/_data/pages/developers.yml @@ -126,10 +126,10 @@ blocks: custom_external_link: https://docs.starknet.io/documentation/architecture_and_concepts/Blocks/transactions/ - link: custom_title: Contract ABI - custom_external_link: https://docs.starknet.io/documentation/architecture_and_concepts/Contracts/contract-abi/ + custom_external_link: https://docs.starknet.io/documentation/architecture_and_concepts/Smart_Contracts/contract-abi/ - link: custom_title: "Account abstraction " - custom_external_link: https://docs.starknet.io/documentation/architecture_and_concepts/Account_Abstraction/introduction/ + custom_external_link: https://docs.starknet.io/documentation/architecture_and_concepts/Accounts/introduction/ - type: link_list heading: "Tools & resources " listSize: lg From 9cc8ead7a24d5b02173d0fd2404fea8f769f1830 Mon Sep 17 00:00:00 2001 From: AmalyStark <129071621+AmalyStark@users.noreply.github.com> Date: Thu, 7 Dec 2023 12:59:15 +0200 Subject: [PATCH 2/5] =?UTF-8?q?Update=20Page=20=E2=80=9Cdevelopers?= =?UTF-8?q?=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _data/pages/developers.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/_data/pages/developers.yml b/_data/pages/developers.yml index 4910e91df0..b922529733 100644 --- a/_data/pages/developers.yml +++ b/_data/pages/developers.yml @@ -140,6 +140,3 @@ blocks: - link: custom_title: "Starknet CLI reference " custom_external_link: https://docs.starknet.io/documentation/tools/CLI/commands/ - - link: - custom_title: "Starknet compiler reference " - custom_external_link: https://docs.starknet.io/documentation/tools/CLI/starknet-compiler-options/ From c220c145ab822676ea15693339fc01f0c0a7af34 Mon Sep 17 00:00:00 2001 From: AmalyStark <129071621+AmalyStark@users.noreply.github.com> Date: Thu, 7 Dec 2023 13:00:42 +0200 Subject: [PATCH 3/5] =?UTF-8?q?Update=20Page=20=E2=80=9Cdevelopers?= =?UTF-8?q?=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit From 35f9228bfa37f68d33096f831873f117cf9504a2 Mon Sep 17 00:00:00 2001 From: AmalyStark <129071621+AmalyStark@users.noreply.github.com> Date: Thu, 7 Dec 2023 13:02:40 +0200 Subject: [PATCH 4/5] =?UTF-8?q?Update=20Page=20=E2=80=9Cdevelopers?= =?UTF-8?q?=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _data/pages/developers.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/_data/pages/developers.yml b/_data/pages/developers.yml index b922529733..be2ae99cfa 100644 --- a/_data/pages/developers.yml +++ b/_data/pages/developers.yml @@ -108,9 +108,6 @@ blocks: - link: custom_title: Upcoming Starknet versions custom_external_link: https://docs.starknet.io/documentation/starknet_versions/upcoming_versions/ - - link: - custom_title: "CLI commands " - custom_external_link: https://docs.starknet.io/documentation/tools/CLI/commands/ - type: link_list heading: Architecture & concepts listSize: lg @@ -138,5 +135,5 @@ blocks: custom_title: Starknet block explorers custom_external_link: https://docs.starknet.io/documentation/tools/ref_block_explorers/ - link: - custom_title: "Starknet CLI reference " - custom_external_link: https://docs.starknet.io/documentation/tools/CLI/commands/ + custom_title: StarkLi CLI + custom_external_link: https://docs.starknet.io/documentation/tools/devtools/#starkli From ad16ecada35c37e5291d9a6f8b983acb1901176e Mon Sep 17 00:00:00 2001 From: AmalyStark <129071621+AmalyStark@users.noreply.github.com> Date: Thu, 7 Dec 2023 13:07:32 +0200 Subject: [PATCH 5/5] =?UTF-8?q?Update=20Page=20=E2=80=9Cdevelopers?= =?UTF-8?q?=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _data/pages/developers.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/_data/pages/developers.yml b/_data/pages/developers.yml index be2ae99cfa..9f44b1528a 100644 --- a/_data/pages/developers.yml +++ b/_data/pages/developers.yml @@ -101,7 +101,7 @@ blocks: custom_external_link: https://docs.starknet.io/documentation/ - link: custom_title: "Setting up a Starknet account " - custom_external_link: https://docs.starknet.io/documentation/getting_started/account_setup/ + custom_external_link: https://docs.starknet.io/documentation/quick_start/set_up_an_account/ - link: custom_title: Latest Starknet version custom_external_link: https://docs.starknet.io/documentation/starknet_versions/version_notes/ @@ -114,13 +114,13 @@ blocks: blocks: - link: custom_title: Block structure - custom_external_link: https://docs.starknet.io/documentation/architecture_and_concepts/Blocks/header/ + custom_external_link: https://docs.starknet.io/documentation/architecture_and_concepts/Network_Architecture/header/ - link: custom_title: "Transaction lifecycle " - custom_external_link: https://docs.starknet.io/documentation/architecture_and_concepts/Blocks/transaction-life-cycle/ + custom_external_link: https://docs.starknet.io/documentation/architecture_and_concepts/Network_Architecture/transaction-life-cycle/ - link: custom_title: "Transaction structure " - custom_external_link: https://docs.starknet.io/documentation/architecture_and_concepts/Blocks/transactions/ + custom_external_link: https://docs.starknet.io/documentation/architecture_and_concepts/Network_Architecture/transactions/ - link: custom_title: Contract ABI custom_external_link: https://docs.starknet.io/documentation/architecture_and_concepts/Smart_Contracts/contract-abi/