Skip to content

Commit

Permalink
docs: replace runcommand with cmdrun
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeChenL committed Apr 15, 2024
1 parent 4e3153d commit 2bc188c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions book.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ after = ["links"]
command = "mdbook-toc"
renderer = ["html"]

[preprocessor.runcommand]
command = "mdbook-runcommand"
[preprocessor.cmdrun]
command = "mdbook-cmdrun"
3 changes: 2 additions & 1 deletion devenv.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
libguestfs-with-appliance
mdbook
mdbook-admonish
cargo
mdbook-i18n-helpers
mdbook-linkcheck
mdbook-toc
Expand All @@ -31,7 +32,7 @@
];

enterShell = ''
export PATH=$PWD/src/bin:$PWD/node_modules/.bin:$PATH
export PATH=$HOME/.cargo/bin:$PWD/src/bin:$PWD/node_modules/.bin:$PATH
if [[ -n "$DEVENV_NIX" ]]
then
Expand Down
2 changes: 1 addition & 1 deletion docs/cmd/rsdk-build.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$(rsdk build --help)
<!-- cmdrun rsdk build --help -->

## Build Radxa OS image

Expand Down

0 comments on commit 2bc188c

Please sign in to comment.