Skip to content

Commit 79c2b7b

Browse files
committed
Add section for tutorials
1 parent 7b6dcb7 commit 79c2b7b

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

docs/tutorials/index.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
sidebar_position: 1
3+
title: Tutorials
4+
description: Learn cutting edge techniques to take advantage of the power of Flow with EVM and Cadence.
5+
---
6+
7+
In this section, you'll find our most complicated and advanced tutorials. Check out the list below to find information on how to power up your apps.

docusaurus.config.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -290,6 +290,12 @@ const config = {
290290
label: 'Growth',
291291
activeBasePath: '/growth',
292292
},
293+
{
294+
to: 'growth',
295+
position: 'left',
296+
label: 'Tutorials',
297+
activeBasePath: '/tutorials',
298+
},
293299
{
294300
type: 'custom-connectButton',
295301
position: 'right',

0 commit comments

Comments
 (0)