1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-07-29 22:01:14 +03:00

Add placeholders in the documentation to make browsing the documentation source less confusing

Fixes #1078
This commit is contained in:
Quentin Gliech
2023-10-11 17:20:15 +02:00
parent 883af8217a
commit 3bcf4b2500
4 changed files with 7 additions and 2 deletions

View File

@ -43,6 +43,7 @@ env RUSTC_BOOTSTRAP=1 \
rm target/doc/.lock
# Move the Rust documentation within the mdBook
rm -rf target/book/rustdoc
mv target/doc target/book/rustdoc
# Build the frontend storybook