Skip to content

Commit bf46dfa

Browse files
authored
docs: add pindexer and cometbft to rustdoc (penumbra-zone#5116)
## Describe your changes Eventually all the docs will be published on crates.io, but right now the binaries in particular aren't published from the workspace, so we'll continue to use `rustdoc` as a catch-all reference for developers learning the Rust API. ## Issue ticket number and link N/A ## Testing and review CI passing is enough: post-merge we should see the new docs on https://rustdoc.penumbra.zone. ## Checklist before requesting a review - [x] I have added guiding text to explain how a reviewer should test these changes. - [x] If this code contains consensus-breaking changes, I have added the "consensus-breaking" label. Otherwise, I declare my belief that there are not consensus-breaking changes, for the following reason: > docs/CI only, no code changes
1 parent 46288f8 commit bf46dfa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

deployments/scripts/rust-docs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ cargo +nightly doc --no-deps \
2222
-p ark-serialize \
2323
-p cnidarium \
2424
-p cnidarium-component \
25+
-p cometindex \
2526
-p decaf377-fmd \
2627
-p decaf377-ka \
2728
-p decaf377-rdsa \
@@ -58,6 +59,7 @@ cargo +nightly doc --no-deps \
5859
-p penumbra-sdk-txhash \
5960
-p penumbra-sdk-view \
6061
-p penumbra-sdk-wallet \
62+
-p pindexer \
6163
-p poseidon-permutation \
6264
-p poseidon377 \
6365
-p tendermint \

0 commit comments

Comments
 (0)