Skip to content

Commit

Permalink
chore(docs): show only workspace crates in sidebar (#1044)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanpwang authored Dec 15, 2024
1 parent b1755e5 commit 0a3905c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
run: |
cargo doc --workspace --no-deps --exclude "openvm-benchmarks" --target-dir target/doc-nodeps
cp target/doc-nodeps/doc/index.html target/doc/
cp target/doc-nodeps/doc/crates.js target/doc/
env:
RUSTDOCFLAGS: --enable-index-page -Zunstable-options

Expand Down

0 comments on commit 0a3905c

Please sign in to comment.