Skip to content

Commit 4bd02d0

Browse files
committed
Sort out tutorial ordring
1 parent 798f761 commit 4bd02d0

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

docs/tutorial/convex-lisp/lisp-guide-advanced.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
2-
slug: convex-lisp
2+
slug: convex-lisp-advanced
33
title: Advanced Guide
4+
sidebar_position: 2
45
authors: [mikera, helins]
56
tags: [convex, developer, lisp]
67
---

docs/tutorial/convex-lisp/lisp-guide.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
---
2+
slug: convex-lisp-intro
3+
title: Gentle Introduction
4+
sidebar_position: 0
5+
authors: [mikera, helins]
6+
tags: [convex, developer, lisp]
7+
---
8+
19
This guide is intended for developers interested in learning about Convex Lisp. We will take you through the basics of the language, all the way through to designing and deploying a simple smart contract!
210

311
## Setup

0 commit comments

Comments
 (0)