Skip to content

Commit 4c6ced2

Browse files
authored
docs: add index page for tutorials (#1118)
* docs: add index page for tutorials * changes in text
1 parent de44be6 commit 4c6ced2

File tree

3 files changed

+20
-0
lines changed

3 files changed

+20
-0
lines changed

main/.vitepress/config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -450,6 +450,7 @@ export default defineConfig({
450450
},
451451
{
452452
text: 'Tutorials',
453+
link: '/guides/getting-started/tutorial/',
453454
collapsed: true,
454455
items: [
455456
{

main/.vitepress/themeConfig/nav.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,10 @@ export const nav = [
110110
{
111111
text: 'Tutorials',
112112
items: [
113+
{
114+
text: 'Tutorial: Dapp with Agoric',
115+
link: '/guides/getting-started/tutorial/',
116+
},
113117
{
114118
text: 'dapp-agoric-basics',
115119
link: '/guides/getting-started/tutorial-dapp-agoric-basics',
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Tutorials
2+
3+
Here you will find tutorials to implement different types of dApp using Agoric.
4+
5+
## Your First Agoric Dapp
6+
7+
If you are just starting with Agoric, refer to our guide on creating [your first Agoric dApp](https://docs.agoric.com/guides/zoe/contract-basics.html).
8+
9+
## UI Tutorial
10+
11+
If you have already developed your smart contract, you can explore our detailed guide on [how to build your own dApp UI](https://docs.agoric.com/guides/getting-started/ui-tutorial/).
12+
13+
## Dapp Basics
14+
15+
Explore our [dapp-agoric-basics tutorial](https://docs.agoric.com/guides/getting-started/tutorial-dapp-agoric-basics.html) for more detailed examples of Agoric dApps.

0 commit comments

Comments
 (0)