Skip to content

Commit

Permalink
chore: remove docs workflow and update links
Browse files Browse the repository at this point in the history
  • Loading branch information
niklr committed Mar 20, 2022
1 parent 54f0a36 commit 13f5fcd
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 62 deletions.
56 changes: 0 additions & 56 deletions .github/workflows/deploy-docs.yml

This file was deleted.

1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ vite/net/simular/genesis.go

# node.js
node_modules
docs/.vuepress/dist
*.log
package-lock.json
sw.*
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ The go-vite binary files can be download from [releases](https://github.com/vite

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


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

You can choose one of the following installation options:

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

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

### Faster ledger sync

Expand Down
2 changes: 1 addition & 1 deletion cmd/subcmd_rpc/rpc_call.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ var (
ArgsUsage: "gvite rpc [endpoint] methodName '[args]'",
Flags: append(utils.ConsoleFlags, utils.DataDirFlag),
Category: "REMOTE COMMANDS",
Description: `For details, see <https://docs.vite.org/go-vite/api/rpc>`,
Description: `For details, see <https://docs.vite.org/vite-docs/api/rpc>`,
}
)

Expand Down

0 comments on commit 13f5fcd

Please sign in to comment.