Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update zh deploy mining pool doc #131

Merged
merged 1 commit into from
Jul 8, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@ module.exports = {
title: 'Advanced',
collapsable: false,
children: [
['', 'Venus CLI commands'],
['Tips-Running-In-China.md', 'Tips running in China'],
['', 'Tips running in China'],
['venus-cli.md', 'Venus CLI commands'],
['Multisig-wallet.md', 'Multisig wallet'],
['venus_load_balancing.md', 'Venus load balancing'],
['Payment-Channel.md', 'Payment channel'],
Expand Down Expand Up @@ -162,7 +162,7 @@ module.exports = {
collapsable: false,
children: [
['', 'Venus daemon'],
['How to use venus messager.md', 'Venus messager'],
['How-To-Use-Messager.md', 'Venus messager'],
['How-To-Use-Wallet-In-Venus.md', 'Venus wallet'],
// ['Venus-wallet.md', 'Venus wallet'],
['Venus-Worker.md', 'Venus worker'],
Expand All @@ -174,8 +174,9 @@ module.exports = {
title: '进阶',
collapsable: false,
children: [
['', 'CLI命令'],
['Tips-Running-In-China.md', '中国部署提示'],
['', '中国部署提示'],
['Venus-Project-Dependency-Upgrade.md', '依赖与升级'],
['venus-cli.md', 'CLI命令'],
['Multisig-Wallet.md', '多签钱包'],
['venus_load_balancing.md', '负载均衡'],
['Payment-Channel.md', '支付通道'],
Expand Down
Loading