Skip to content

Commit

Permalink
reorganized contract section
Browse files Browse the repository at this point in the history
  • Loading branch information
gagdiez committed Sep 5, 2023
1 parent e39fd79 commit 81c48a4
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 13 deletions.
2 changes: 1 addition & 1 deletion docs/2.develop/relevant-contracts/dao.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
id: dao
sidebar_label: Autonomous Organizations
sidebar_label: Autonomous Organizations (DAO)
title: Decentralized Autonomous Organizations
---

Expand Down
2 changes: 1 addition & 1 deletion docs/2.develop/relevant-contracts/ft.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
id: ft
title: Fungible Tokens
title: Fungible Tokens (FT)
---
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
Expand Down
2 changes: 1 addition & 1 deletion docs/2.develop/relevant-contracts/nft.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
id: nft
title: Non Fungible Tokens
title: Non Fungible Tokens (NFT)
---

import Tabs from '@theme/Tabs';
Expand Down
24 changes: 14 additions & 10 deletions website/sidebars.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
[
"develop/contracts/whatisacontract",
{
"Build": [
"Build a Contract": [
"develop/contracts/introduction",
"develop/contracts/basics",
"develop/contracts/anatomy",
Expand All @@ -125,7 +125,7 @@
]
},
{
"Test": [
"Test the Contract": [
"develop/testing/introduction",
"develop/testing/unit-test",
"develop/testing/integration-test",
Expand All @@ -138,7 +138,7 @@
]
},
{
"Deploy & Maintain": [
"Deploy, Update & Lock": [
"develop/deploy",
"develop/upgrade",
"develop/lock"
Expand Down Expand Up @@ -174,15 +174,19 @@
},
{
"type": "html",
"value": "<span class='menu__link'><b><small> Educational Resources </small></b></span>"
"value": "<span class='menu__link'><b><small> Standards & Primitives </small></b></span>"
},
"develop/relevant-contracts/ft",
"develop/relevant-contracts/nft",
"develop/relevant-contracts/oracles",
"develop/relevant-contracts/dao",
{
"Standard Contracts": [
"develop/relevant-contracts/ft",
"develop/relevant-contracts/nft",
"develop/relevant-contracts/oracles",
"develop/relevant-contracts/dao"
]
"type": "html",
"value": "<hr/>"
},
{
"type": "html",
"value": "<span class='menu__link'><b><small> Examples & Tutorials </small></b></span>"
},
{
"Examples": [
Expand Down

0 comments on commit 81c48a4

Please sign in to comment.