Skip to content

Commit 0da2287

Browse files
committed
update structure
1 parent 855b8a8 commit 0da2287

14 files changed

+8
-23
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```
2+
npm run docs:dev
3+
```

docs/.vuepress/config.js

+4-18
Original file line numberDiff line numberDiff line change
@@ -9,31 +9,17 @@ module.exports = {
99
logoLink: "https://www.openfuture.io/",
1010
sidebarDepth: 5,
1111
logo: '/images/open-logo.svg',
12-
nav: [
13-
{text: 'Home', link: '/'},
14-
{
15-
text: 'OPEN Chain',
16-
items: [
17-
{ text: 'User Guide', link: '/open-chain/OPEN-User-Guide.md' },
18-
{ text: 'White Paper', link: '/open-chain/OPEN-Chain-White-Paper.md' },
19-
{ text: 'Yellow Paper', link: '/open-chain/OPEN-Chain-Yellow-Paper.md' },
20-
]
21-
},
22-
{text: 'OPEN API', link: '/open-api/OPEN-API.md'},
23-
],
2412
sidebar: {
25-
'/open-chain/': [
26-
'OPEN-User-Guide.md',
27-
'OPEN-Chain-White-Paper.md',
28-
'OPEN-Chain-Yellow-Paper.md',
29-
],
30-
'/open-api/': [
13+
'/': [
3114
'OPEN-API.md',
3215
'GoLang-SDK.md',
3316
'Python-SDK.md',
3417
'JVM-SDK.md',
3518
'JS-SDK.md',
3619
'Spring-Boot-Starter.md',
20+
'OPEN-User-Guide.md',
21+
'OPEN-Chain-White-Paper.md',
22+
'OPEN-Chain-Yellow-Paper.md',
3723
],
3824
},
3925
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

docs/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
home: true
33
heroImage: /images/main-image.png
44
actionText: Get Started →
5-
actionLink: /open-chain/OPEN-User-Guide.md
5+
actionLink: /OPEN-API.md
66
footer: © 2019 OPEN. All Rights Reserved
77
---
88

File renamed without changes.

docs/open-api/README.md

-2
This file was deleted.

docs/open-chain/README.md

-2
This file was deleted.

0 commit comments

Comments
 (0)