diff --git a/app.config.ts b/app.config.ts index 4c9b8dfb..7e06978f 100644 --- a/app.config.ts +++ b/app.config.ts @@ -90,20 +90,7 @@ export default defineAppConfig({ title: '', edit: 'https://github.com/matter-labs/zksync-docs/edit/staging/content', feedback: 'https://github.com/matter-labs/zksync-docs/issues/new?labels=documentation', - links: [ - { - icon: 'i-heroicons-chat-bubble-oval-left-ellipsis-16-solid', - label: 'Chat on Discord', - to: 'https://join.zksync.dev/', - target: '_blank', - }, - { - icon: 'i-heroicons-user-group-20-solid', - label: 'Developer Forum', - to: 'https://github.com/zkSync-Community-Hub/zkync-developers/discussions', - target: '_blank', - }, - ], + links: [], }, }, }); diff --git a/content/tutorials/another-guide/10.index.md b/content/tutorials/another-guide/10.index.md index b5a96a28..e42dc98e 100644 --- a/content/tutorials/another-guide/10.index.md +++ b/content/tutorials/another-guide/10.index.md @@ -1,6 +1,6 @@ --- -title: Example Guide -description: Learn how to do something with this example guide. +title: Another Guide +description: Another guide to learn things. --- ## Avidi deceptam precesque struxisse diff --git a/content/tutorials/another-guide/30.last-step.md b/content/tutorials/another-guide/30.last-step.md index f0991f34..aa10fc80 100644 --- a/content/tutorials/another-guide/30.last-step.md +++ b/content/tutorials/another-guide/30.last-step.md @@ -1,6 +1,6 @@ --- -title: Step 2 -description: The next step in the guide +title: Final Step +description: The last step to this guide. --- ## Pede si diva cruentat et non patri diff --git a/content/tutorials/another-guide/_info.yml b/content/tutorials/another-guide/_info.yml index 09423fea..6f1b5a03 100644 --- a/content/tutorials/another-guide/_info.yml +++ b/content/tutorials/another-guide/_info.yml @@ -5,7 +5,7 @@ author: avatar: https://avatars.githubusercontent.com/u/812331?v=4 github_repo: https://github.com/zkSync-Community-Hub tags: - - account-abstraction + - web3 - vyper summary: This is a short description of the guide that will show up on tweets or previews. description: diff --git a/content/tutorials/best-tutorial/10.index.md b/content/tutorials/best-tutorial/10.index.md index c7007ac9..d4086c5c 100644 --- a/content/tutorials/best-tutorial/10.index.md +++ b/content/tutorials/best-tutorial/10.index.md @@ -1,6 +1,6 @@ --- title: Best Tutorial -description: Learn how to do something with this example guide. +description: The best tutorial to learn from. --- ## Avidi deceptam precesque struxisse diff --git a/content/tutorials/best-tutorial/20.next.md b/content/tutorials/best-tutorial/20.next.md index f0991f34..c91dbdde 100644 --- a/content/tutorials/best-tutorial/20.next.md +++ b/content/tutorials/best-tutorial/20.next.md @@ -1,6 +1,6 @@ --- -title: Step 2 -description: The next step in the guide +title: Finish +description: We finish up the guide here. --- ## Pede si diva cruentat et non patri diff --git a/content/tutorials/best-tutorial/_info.yml b/content/tutorials/best-tutorial/_info.yml index 2c608dfe..702ff497 100644 --- a/content/tutorials/best-tutorial/_info.yml +++ b/content/tutorials/best-tutorial/_info.yml @@ -5,7 +5,8 @@ author: avatar: https://avatars.githubusercontent.com/u/812331?v=4 github_repo: https://github.com/zkSync-Community-Hub tags: - - account-abstraction + - hardhat + - viem - solidity summary: This is a short description of the guide that will show up on tweets or previews. description: diff --git a/content/tutorials/cool-guide/10.index.md b/content/tutorials/cool-guide/10.index.md index b5a96a28..b452adbd 100644 --- a/content/tutorials/cool-guide/10.index.md +++ b/content/tutorials/cool-guide/10.index.md @@ -1,6 +1,6 @@ --- -title: Example Guide -description: Learn how to do something with this example guide. +title: Cool Guide +description: Learn from the coolest guide. --- ## Avidi deceptam precesque struxisse diff --git a/content/tutorials/cool-guide/20.next.md b/content/tutorials/cool-guide/20.next.md index f0991f34..e58f0ad1 100644 --- a/content/tutorials/cool-guide/20.next.md +++ b/content/tutorials/cool-guide/20.next.md @@ -1,5 +1,5 @@ --- -title: Step 2 +title: Second Cool Step description: The next step in the guide --- diff --git a/content/tutorials/cool-guide/_info.yml b/content/tutorials/cool-guide/_info.yml index 3236db27..644b9512 100644 --- a/content/tutorials/cool-guide/_info.yml +++ b/content/tutorials/cool-guide/_info.yml @@ -5,7 +5,7 @@ author: avatar: https://avatars.githubusercontent.com/u/812331?v=4 github_repo: https://github.com/zkSync-Community-Hub tags: - - account-abstraction + - foundry - solidity summary: This is a short description of the guide that will show up on tweets or previews. description: diff --git a/content/tutorials/simple-tutorial/10.index.md b/content/tutorials/simple-tutorial/10.index.md index b5a96a28..30d9e8be 100644 --- a/content/tutorials/simple-tutorial/10.index.md +++ b/content/tutorials/simple-tutorial/10.index.md @@ -1,6 +1,6 @@ --- -title: Example Guide -description: Learn how to do something with this example guide. +title: Simple Tutorial +description: This one is a simple tutorial for beginners. --- ## Avidi deceptam precesque struxisse diff --git a/content/tutorials/simple-tutorial/_info.yml b/content/tutorials/simple-tutorial/_info.yml index 80ec2658..c7c298f6 100644 --- a/content/tutorials/simple-tutorial/_info.yml +++ b/content/tutorials/simple-tutorial/_info.yml @@ -5,7 +5,7 @@ author: avatar: https://avatars.githubusercontent.com/u/812331?v=4 github_repo: https://github.com/zkSync-Community-Hub tags: - - account-abstraction + - smart-contracts - solidity summary: This is a short description of the guide that will show up on tweets or previews. description: diff --git a/layouts/docs.vue b/layouts/docs.vue index 042fdca6..884c1c23 100644 --- a/layouts/docs.vue +++ b/layouts/docs.vue @@ -1,19 +1,7 @@ - + diff --git a/layouts/tutorials.vue b/layouts/tutorials.vue index 8633d4a5..3e822ecd 100644 --- a/layouts/tutorials.vue +++ b/layouts/tutorials.vue @@ -1,9 +1,16 @@