Skip to content

Commit

Permalink
tweak rpc/readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chenyukang committed Oct 10, 2023
1 parent 8f101f0 commit 9879713
Show file tree
Hide file tree
Showing 5 changed files with 5,224 additions and 6,379 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ doc-deps: ## Build the documentation for the local package and all dependencies.
.PHONY: gen-rpc-doc
gen-rpc-doc: ## Generate rpc documentation
cd rpc && cargo build
./target/debug/ckb-rpc-gen-doc > rpc/new_readme.md
./target/debug/ckb-rpc-gen-doc rpc/README.md

.PHONY: gen-hashes
gen-hashes: ## Generate docs/hashes.toml
Expand Down
2 changes: 1 addition & 1 deletion rpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repository = "https://github.com/nervosnetwork/ckb"

[[bin]]
name = "ckb-rpc-gen-doc"
path = "src/bin/gen_doc.rs"
path = "src/gen_doc/main.rs"

[dependencies]
ckb-chain-spec = { path = "../spec", version = "= 0.112.0-pre" }
Expand Down
Loading

0 comments on commit 9879713

Please sign in to comment.