Skip to content

Commit

Permalink
feat: 🎸 update site configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
futantan committed Dec 6, 2023
1 parent 1ed2167 commit 5a9e621
Show file tree
Hide file tree
Showing 5 changed files with 50 additions and 31 deletions.
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,11 @@
# Nextra Docs Template
# Smart Token Store Documentation

This is a template for creating documentation with [Nextra](https://nextra.site).

[**Live Demo →**](https://nextra-docs-template.vercel.app)

[![](.github/screenshot.png)](https://nextra-docs-template.vercel.app)

## Quick Start

Click the button to clone this repository and deploy it on Vercel:

[![](https://vercel.com/button)](https://vercel.com/new/clone?s=https%3A%2F%2Fgithub.com%2Fshuding%2Fnextra-docs-template&showOptionalTeamCreation=false)

## Local Development

First, run `pnpm i` to install the dependencies.
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
{
"name": "nextra-docs-template",
"name": "smart-token-store-doc",
"version": "0.0.1",
"description": "Nextra docs template",
"description": "Smart Token Store Docs",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shuding/nextra-docs-template.git"
"url": "git+https://github.com/smarttokenlabs/tokenscript-doc.git"
},
"author": "Shu Ding <[email protected]>",
"author": "[email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/shuding/nextra-docs-template/issues"
"url": "https://github.com/smarttokenlabs/tokenscript-doc/issues"
},
"homepage": "https://github.com/shuding/nextra-docs-template#readme",
"homepage": "https://github.com/smarttokenlabs/tokenscript-doc#readme",
"dependencies": {
"next": "^13.0.6",
"nextra": "latest",
Expand Down
14 changes: 8 additions & 6 deletions pages/_meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,16 @@
"store": "Smart Token Store",
"tokenscript": "TokenScript",

"about": {
"title": "About",
"type": "page"
"storeWebsite": {
"title": "Store ↗",
"type": "page",
"href": "https://store.smartlayer.network/",
"newWindow": true
},
"contact": {
"title": "Contact ↗",
"tokenscriptWebsite": {
"title": "TokenScript ↗",
"type": "page",
"href": "https://twitter.com/shuding_",
"href": "https://www.tokenscript.org/",
"newWindow": true
}
}
3 changes: 0 additions & 3 deletions pages/about.mdx

This file was deleted.

Loading

0 comments on commit 5a9e621

Please sign in to comment.