Skip to content

Commit

Permalink
doc: Add Remote Attestation to dev-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 Jan 23, 2024
1 parent cb955ac commit b46ac72
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions doc/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
- [Use Cases](./usecases/index.md)
- [Confidential Machine Learning](./usecases/confidential_ml.md)
- [Cross Platform E2EE](./usecases/cross-platform-e2ee.md)
- [Remote Attestation](./usecases/remote-attestation.md)
- [Rust Crates](./crates/index.md)
- [Realm Management Monitor](./plat-doc/islet_rmm/index.html)
- [Confidential Application SDK](./app-doc/islet_sdk/index.html)
1 change: 1 addition & 0 deletions doc/usecases/cross-platform-e2ee.md
1 change: 1 addition & 0 deletions doc/usecases/index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Contents
- [4.1. Confidential Machine Learning](https://islet-project.github.io/islet/usecases/confidential_ml.html)
- [4.2. Cross Platform E2EE](https://islet-project.github.io/islet/usecases/cross-platform-e2ee.html)
- [4.3. Remote Attestation](https://islet-project.github.io/islet/usecases/remote-attestation.html)
1 change: 1 addition & 0 deletions scripts/make_doc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ ln -sf ../../rmm/README.md rmm.md
cd ${ROOT}/doc/usecases
ln -sf ../../examples/confidential-ml/README.md confidential-ml.md
ln -sf ../../examples/cross-platform-e2ee/README.md cross-platform-e2ee.md
ln -sf ../../examples/veraison/README.md remote-attestation.md

# RMM crate
rm -rf ${ROOT}/doc/plat-doc
Expand Down

0 comments on commit b46ac72

Please sign in to comment.