Skip to content

Commit 13f5fcd

Browse files
committed
chore: remove docs workflow and update links
1 parent 54f0a36 commit 13f5fcd

File tree

4 files changed

+5
-62
lines changed

4 files changed

+5
-62
lines changed

.github/workflows/deploy-docs.yml

-56
This file was deleted.

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ vite/net/simular/genesis.go
4242

4343
# node.js
4444
node_modules
45-
docs/.vuepress/dist
4645
*.log
4746
package-lock.json
4847
sw.*

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ The go-vite binary files can be download from [releases](https://github.com/vite
2222

2323
## Guides & Documentation
2424
* [White Paper](https://github.com/vitelabs/whitepaper/blob/master/vite_en.pdf)
25-
* [Documentation](https://docs.vite.org/go-vite/)
26-
* [Techblog](https://docs.vite.org/go-vite/articles/)
25+
* [Documentation](https://docs.vite.org)
26+
* [Techblog](https://docs.vite.org/vite-docs/articles/)
2727
* [Runing a node](https://vite.wiki/tutorial/node/install.html)
2828

2929

@@ -50,9 +50,9 @@ The go-vite binary files can be download from [releases](https://github.com/vite
5050

5151
You can choose one of the following installation options:
5252

53-
- [Install from binary](https://docs.vite.org/go-vite/tutorial/node/install.html#install-from-binary)
53+
- [Install from binary](https://docs.vite.org/vite-docs/tutorial/node/install.html#install-from-binary)
5454

55-
- [Install from source](https://docs.vite.org/go-vite/tutorial/node/install.html#install-from-source)
55+
- [Install from source](https://docs.vite.org/vite-docs/tutorial/node/install.html#install-from-source)
5656

5757
### Faster ledger sync
5858

cmd/subcmd_rpc/rpc_call.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ var (
1818
ArgsUsage: "gvite rpc [endpoint] methodName '[args]'",
1919
Flags: append(utils.ConsoleFlags, utils.DataDirFlag),
2020
Category: "REMOTE COMMANDS",
21-
Description: `For details, see <https://docs.vite.org/go-vite/api/rpc>`,
21+
Description: `For details, see <https://docs.vite.org/vite-docs/api/rpc>`,
2222
}
2323
)
2424

0 commit comments

Comments
 (0)