Skip to content

Commit

Permalink
doc: Update our developer site
Browse files Browse the repository at this point in the history
Signed-off-by: Sangwan Kwon <sangwan.kwon@samsung.com>
  • Loading branch information
bitboom committed Oct 24, 2023
1 parent eb1a787 commit 68bb954
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion doc/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,13 @@
- [Realm Management Monitor](./components/rmm.md)
- [Command Line Interface](./components/cli.md)
- [Software Development Kit](./components/sdk.md)
- [SDK Design](./sdk-sdd.md)
- [Attestation](./components/attestation.md)
- [Certifier](./components/certifier.md)
- [Platform development](./platform-development/index.md)
- [Secure interactions with the Host](./platform-development/secure-interaction.md)
- [Use Cases](./usecases/index.md)
- [Confidential Machine Learning](./usecases/confidential_ml.md)
- [Rust Crates](./crates/index.md)
- [Realm Management Monitor](./plat-doc/monitor/index.html)
- [Realm Management Monitor](./plat-doc/islet_rmm/index.html)
- [Confidential Application SDK](./app-doc/islet_sdk/index.html)
3 changes: 1 addition & 2 deletions scripts/make_doc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ ln -sf ../../examples/confidential-ml/README.md confidential-ml.md

# RMM crate
rm -rf ${ROOT}/doc/plat-doc
cd ${ROOT}/rmm
cargo doc --lib --no-deps -p monitor
cargo doc --lib --no-deps -p islet_rmm
cp -R ${ROOT}/out/aarch64-unknown-none-softfloat/doc ${ROOT}/doc/plat-doc

# SDK crate
Expand Down

0 comments on commit 68bb954

Please sign in to comment.