Skip to content

Commit

Permalink
scratch docs rework
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-noland committed Feb 8, 2025
1 parent 4f6d8c1 commit 351e7de
Show file tree
Hide file tree
Showing 26 changed files with 896 additions and 432 deletions.
3 changes: 3 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ LIBCLANG_PATH = { value = "compile-env/lib", relative = true, force = true }

[build]
target = "x86_64-unknown-linux-gnu"
rustdocflags = [
"--cfg", "doc",
]

[alias]
just = ["just", "cargo"]
Expand Down
4 changes: 0 additions & 4 deletions design-docs/src/mdbook/book.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ multilingual = false
src = "src"
title = "Hedgehog Dataplane Design Notes"

[preprocessor.plantuml]
plantuml-cmd = "/bin/plantuml"
after = ["links"]

[preprocessor.mermaid]
after = ["links"]

Expand Down
1 change: 1 addition & 0 deletions design-docs/src/mdbook/src/build/.gen/build-sequence.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 351e7de

Please sign in to comment.