From d62391758ec52f016369d1ba9744b3b0e93fe771 Mon Sep 17 00:00:00 2001 From: olgahryniuk <67585499+olgahryniuk@users.noreply.github.com> Date: Tue, 26 Nov 2024 12:47:17 +0200 Subject: [PATCH 1/5] Ordering Change the order in the education section --- .../{02-community-education.mdx => 01-community-education.mdx} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename docs/pioneer-programs/{02-community-education.mdx => 01-community-education.mdx} (98%) diff --git a/docs/pioneer-programs/02-community-education.mdx b/docs/pioneer-programs/01-community-education.mdx similarity index 98% rename from docs/pioneer-programs/02-community-education.mdx rename to docs/pioneer-programs/01-community-education.mdx index 8f05c6bf..e737dc93 100644 --- a/docs/pioneer-programs/02-community-education.mdx +++ b/docs/pioneer-programs/01-community-education.mdx @@ -1,7 +1,7 @@ --- title: Community education initiatives metaTitle: Community education -sidebar_position: 3 +sidebar_position: 1 --- This section aims to highlight the diverse educational efforts led by the Cardano community. From 0541b355ca802d362fa848c7705c0fa8e255e38b Mon Sep 17 00:00:00 2001 From: olgahryniuk <67585499+olgahryniuk@users.noreply.github.com> Date: Tue, 26 Nov 2024 12:48:11 +0200 Subject: [PATCH 2/5] Update and rename 00-education.mdx to 02-education.mdx --- docs/pioneer-programs/{00-education.mdx => 02-education.mdx} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename docs/pioneer-programs/{00-education.mdx => 02-education.mdx} (99%) diff --git a/docs/pioneer-programs/00-education.mdx b/docs/pioneer-programs/02-education.mdx similarity index 99% rename from docs/pioneer-programs/00-education.mdx rename to docs/pioneer-programs/02-education.mdx index 53603a4f..0df16478 100644 --- a/docs/pioneer-programs/00-education.mdx +++ b/docs/pioneer-programs/02-education.mdx @@ -1,7 +1,7 @@ --- title: Input | Output education metaTitle: Education overview -sidebar_position: 1 +sidebar_position: 2 --- ## IO initiatives From 3ae8ddb25562b48ff31f85d976459df81f210b1c Mon Sep 17 00:00:00 2001 From: olgahryniuk <67585499+olgahryniuk@users.noreply.github.com> Date: Tue, 26 Nov 2024 12:48:39 +0200 Subject: [PATCH 3/5] Update and rename 01-plutus-pioneers.mdx to 03-plutus-pioneers.mdx --- .../{01-plutus-pioneers.mdx => 03-plutus-pioneers.mdx} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename docs/pioneer-programs/{01-plutus-pioneers.mdx => 03-plutus-pioneers.mdx} (99%) diff --git a/docs/pioneer-programs/01-plutus-pioneers.mdx b/docs/pioneer-programs/03-plutus-pioneers.mdx similarity index 99% rename from docs/pioneer-programs/01-plutus-pioneers.mdx rename to docs/pioneer-programs/03-plutus-pioneers.mdx index 980502ff..7e4177f0 100644 --- a/docs/pioneer-programs/01-plutus-pioneers.mdx +++ b/docs/pioneer-programs/03-plutus-pioneers.mdx @@ -1,7 +1,7 @@ --- title: Plutus Pioneer program metaTitle: Plutus Pioneer program -sidebar_position: 2 +sidebar_position: 3 --- :::info From 6194e20fd1d512a8e7572d068351086bca6ef617 Mon Sep 17 00:00:00 2001 From: olgahryniuk <67585499+olgahryniuk@users.noreply.github.com> Date: Tue, 26 Nov 2024 13:09:25 +0200 Subject: [PATCH 4/5] Update 01-community-education.mdx --- docs/pioneer-programs/01-community-education.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/pioneer-programs/01-community-education.mdx b/docs/pioneer-programs/01-community-education.mdx index e737dc93..1cc32fee 100644 --- a/docs/pioneer-programs/01-community-education.mdx +++ b/docs/pioneer-programs/01-community-education.mdx @@ -17,6 +17,7 @@ Contributions are encouraged! Share your educational resources to expand this li ## Community education resources - [Cardano Academy](https://academy.cardanofoundation.org/) – learn about blockchain – empowering the digital architects of the future +- [IO Academy YouTube channel](https://www.youtube.com/channel/UCX9j__vYOJu00iqBrCzecVw) – explore learning resources and check out [this section](/pioneer-programs/education/) for more details - [Emurgo Academy](https://www.emurgo.io/academy/) – training developers and professionals for a Web3 future - [Gimbalabs](https://www.gimbalabs.com/gimbalgrid) – a space for people to learn about and participate in the Cardano blockchain - From bf229e02e95b1ef3f56ecafd59b1761abe3fcb88 Mon Sep 17 00:00:00 2001 From: Filip Stoyanov Date: Tue, 26 Nov 2024 14:27:03 +0000 Subject: [PATCH 5/5] filip(fix): adjust education link --- docusaurus.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus.config.ts b/docusaurus.config.ts index ebf48ec2..ad3d5929 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -134,7 +134,7 @@ const config: Config = { position: 'left', }, { - to: '/pioneer-programs/education', + to: '/pioneer-programs/community-education/', label: 'Education', position: 'left', },