Skip to content

Commit 6e972db

Browse files
authored
Direct readers to official doc website (#80)
* Direct readers to official doc website * Reorder sidebar
1 parent bb64410 commit 6e972db

File tree

5 files changed

+22
-37
lines changed

5 files changed

+22
-37
lines changed

README.md

+5-19
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
# Website
1+
# Visit the Official 0G Docs Website
22

3-
This website is built using [Docusaurus](https://docusaurus.io/), a modern static website generator.
3+
If you want to learn more about 0G, visit the [0G Docs](https://docs.0g.ai/)
4+
5+
# Contributing to 0G Docs
46

57
### Installation
68

@@ -22,20 +24,4 @@ This command starts a local development server and opens up a browser window. Mo
2224
$ yarn build
2325
```
2426

25-
This command generates static content into the `build` directory and can be served using any static contents hosting service.
26-
27-
### Deployment
28-
29-
Using SSH:
30-
31-
```
32-
$ USE_SSH=true yarn deploy
33-
```
34-
35-
Not using SSH:
36-
37-
```
38-
$ GIT_USER=<Your GitHub username> yarn deploy
39-
```
40-
41-
If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the `gh-pages` branch.
27+
This command generates static content into the `build` directory and can be served using any static contents hosting service.

docs/build-with-0g/compute-network/marketplace.md

-7
This file was deleted.

docs/build-with-0g/da-integration.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
id: da-integration
3-
title: Setting Up DA Client Nodes
3+
title: DA Client Nodes
44
sidebar_position: 2
55
---
66
import Tabs from '@theme/Tabs';

docs/build-with-0g/marketplace.md

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
id: marketplace
3+
title: Marketplace (coming soon)
4+
---
5+
6+
Coming soon

sidebars.ts

+10-10
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,15 @@ const sidebars: SidebarsConfig = {
4343
label: 'Build with 0G',
4444
className: 'sidebar-category build-with-0g',
4545
items: [
46+
{
47+
type: 'category',
48+
label: 'Compute Network',
49+
items: [
50+
'build-with-0g/compute-network/overview',
51+
'build-with-0g/compute-network/provider',
52+
'build-with-0g/compute-network/sdk',
53+
],
54+
},
4655
'build-with-0g/storage-sdk',
4756
'build-with-0g/storage-cli',
4857
'build-with-0g/da-integration',
@@ -62,18 +71,9 @@ const sidebars: SidebarsConfig = {
6271
],
6372
},
6473
'build-with-0g/contracts',
74+
'build-with-0g/marketplace',
6575
'build-with-0g/faucet',
6676
'build-with-0g/explorer',
67-
{
68-
type: 'category',
69-
label: 'Compute Network',
70-
items: [
71-
'build-with-0g/compute-network/overview',
72-
'build-with-0g/compute-network/provider',
73-
'build-with-0g/compute-network/sdk',
74-
'build-with-0g/compute-network/marketplace',
75-
],
76-
},
7777
],
7878
},
7979
{

0 commit comments

Comments
 (0)