forked from aya-rs/aya
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
xtask: remove assumptions from docs command
This slightly changes the site layout: crate documentation is now flat rather than being nested under "user" and "bpf". - Run `cargo clean --doc` before generating docs to ensure hermiticity. - Generate header.html into a temporary directory. - Remove "site" on each run to ensure hermiticity. - Invoke cargo only once. - Avoid editing sources.
- Loading branch information
Showing
4 changed files
with
76 additions
and
86 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,5 +3,4 @@ target/ | |
.vscode/ | ||
!.vscode/settings.json | ||
site/ | ||
header.html | ||
.idea/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,3 +13,4 @@ indoc = "2.0" | |
proc-macro2 = "1" | ||
quote = "1" | ||
syn = "2" | ||
tempfile = "3" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters