We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b6dcb7 commit 79c2b7bCopy full SHA for 79c2b7b
docs/tutorials/index.md
@@ -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
@@ -290,6 +290,12 @@ const config = {
290
label: 'Growth',
291
activeBasePath: '/growth',
292
},
293
+ {
294
+ to: 'growth',
295
+ position: 'left',
296
+ label: 'Tutorials',
297
+ activeBasePath: '/tutorials',
298
+ },
299
{
300
type: 'custom-connectButton',
301
position: 'right',
0 commit comments