diff --git a/docs/getting-started/Running a node.mdx b/docs/getting-started/Running a node.mdx index b959667..6709b15 100644 --- a/docs/getting-started/Running a node.mdx +++ b/docs/getting-started/Running a node.mdx @@ -1,5 +1,7 @@ --- slug: running-a-node +sidebar_position: 2 + --- diff --git a/docs/getting-started/first-smart-contract.md b/docs/getting-started/first-smart-contract.md index 8ebf9d1..0b28b96 100644 --- a/docs/getting-started/first-smart-contract.md +++ b/docs/getting-started/first-smart-contract.md @@ -1,6 +1,7 @@ --- slug: creating-your-first-smart-contract title: Creating your first smart contract +sidebar_position: 3 --- # Creating your first smart contract diff --git a/docs/getting-started/sdk.md b/docs/getting-started/sdk.md index 70dd548..0a3cf45 100644 --- a/docs/getting-started/sdk.md +++ b/docs/getting-started/sdk.md @@ -1,3 +1,7 @@ +--- +title: Smart Contract SDK +sidebar_position: 4 +--- VSC provides a robust Assemblyscript SDK for use within your smart contract. The SDK provides smart contract developers with many essential functions such as data manipulation, sending/receiving tokens, cryptographic functions and more diff --git a/docs/getting-started/why-vsc.md b/docs/getting-started/why-vsc.md index 04be0d5..7a91ba9 100644 --- a/docs/getting-started/why-vsc.md +++ b/docs/getting-started/why-vsc.md @@ -1,5 +1,7 @@ --- -title: Why use VSC? +title: Why VSC? +sidebar_position: 1 + ---