Skip to content

Commit

Permalink
feat: 🎸 doc structure
Browse files Browse the repository at this point in the history
  • Loading branch information
futantan committed Nov 29, 2023
1 parent 247761d commit 25a719d
Show file tree
Hide file tree
Showing 13 changed files with 20 additions and 48 deletions.
5 changes: 3 additions & 2 deletions pages/_meta.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"index": "Introduction",
"another": "Another Page",
"advanced": "Advanced (A Folder)",
"store": "Smart Token Store",
"tokenscript": "TokenScript",

"about": {
"title": "About",
"type": "page"
Expand Down
3 changes: 0 additions & 3 deletions pages/advanced.mdx

This file was deleted.

3 changes: 0 additions & 3 deletions pages/advanced/satori.mdx

This file was deleted.

31 changes: 0 additions & 31 deletions pages/another.mdx

This file was deleted.

10 changes: 1 addition & 9 deletions pages/index.mdx
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
# Introduction

Welcome to Nextra! This is a basic docs template. You can use it as a starting point for your own project :)

## What is Nextra?

A **simple**, **powerful** and **flexible** site generation framework with everything you love from Next.js.

## Documentation

The documentation is available at [https://nextra.site](https://nextra.site).
Welcome! This is the docs website for Smart Token Store and TokenScript.
5 changes: 5 additions & 0 deletions pages/store/_meta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"store": "What is Smart Token Store",
"erc5169": "What is ERC-5169",
"implement5169": "How to implement ERC-5169"
}
1 change: 1 addition & 0 deletions pages/store/erc5169.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
https://medium.com/alphawallet/eip-5169-a-new-application-level-standard-for-ethereum-and-web3-2a5c6dc59a47
1 change: 1 addition & 0 deletions pages/store/implement5169.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- [] TODO: @Oleh
Empty file added pages/store/store.mdx
Empty file.
3 changes: 3 additions & 0 deletions pages/tokenscript/_meta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"extra-features": "Extra Features"
}
4 changes: 4 additions & 0 deletions pages/tokenscript/extra-features/_meta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"opensea_animation_url": "OpenSea animation_url",
"token-messaging": "Token Messaging"
}
1 change: 1 addition & 0 deletions pages/tokenscript/extra-features/opensea_animation_url.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- [] TODO: @Miccy
1 change: 1 addition & 0 deletions pages/tokenscript/extra-features/token-messaging.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- [] TODO: @Oleh

0 comments on commit 25a719d

Please sign in to comment.