Add advanced topics

This commit is contained in:
Hsy-Intel 2024-06-17 10:36:09 +08:00 committed by Tate, Hongliang Tian
parent c06c1aa422
commit c97514a6eb
2 changed files with 5 additions and 1 deletions

View File

@ -24,7 +24,7 @@
* [Creating an OS Project](osdk/guide/create-project.md)
* [Testing or Running an OS Project](osdk/guide/run-project.md)
* [Working in a Workspace](osdk/guide/work-in-workspace.md)
* Advanced Topics
* [Advanced Topics](osdk/guide/advanced_topics.md)
* [Intel TDX](osdk/guide/intel-tdx.md)
* [OSDK User Reference](osdk/reference/README.md)
* [Commands](osdk/reference/commands/README.md)

View File

@ -0,0 +1,4 @@
# Advanced topics
This chapter delves into advanced topics regarding OSDK,
including its application in TEE environments such as Intel TDX.