mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
parent
c37f414a83
commit
92fd6bf856
2 changed files with 2 additions and 0 deletions
|
@ -9,6 +9,7 @@ main() {
|
|||
local td=$(mktemp -d)
|
||||
cp -r target/doc $td/api
|
||||
mkdir $td/book/
|
||||
cp redirect.html $td/book/index.html
|
||||
for lang in ${langs[@]}; do
|
||||
( cd book/$lang && mdbook build )
|
||||
cp -r book/$lang/book $td/book/$lang
|
||||
|
|
1
redirect.html
Normal file
1
redirect.html
Normal file
|
@ -0,0 +1 @@
|
|||
<meta http-equiv="refresh" content="0; URL='https://japaric.github.io/cortex-m-rtfm/book/en/'" />
|
Loading…
Reference in a new issue