Skip to content

Commit 27724f1

Browse files
committed
doc: rename plat-dev.md and change its title
Signed-off-by: Bokdeuk Jeong <bd.jeong@samsung.com>
1 parent eb8b91b commit 27724f1

File tree

5 files changed

+7
-8
lines changed

5 files changed

+7
-8
lines changed

doc/SUMMARY.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@
44

55
- [Getting Started](./getting-started/index.md)
66
- [About CCA](./getting-started/cca.md)
7+
- [How to Build and Run Islet](./getting-started/islet-how-to.md)
8+
- [Network Configuration](./getting-started/network.md)
9+
- [Command Shortcut](./getting-started/run-shortcut.md)
710
- [Application Developer](./getting-started/app-dev.md)
8-
- [Platform Developer](./getting-started/plat-dev.md)
9-
- [Network Configuration](./network.md)
1011
- [Verification](./getting-started/verification.md)
1112
- [Model Checking](./islet-model-checking.md)
1213
- [Components](./components/index.md)

doc/getting-started/index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Contents
22
- [1.1. About CCA](https://islet-project.github.io/islet/getting-started/cca.html)
3-
- [1.2. Application Developer](https://islet-project.github.io/islet/getting-started/app-dev.html)
4-
- [1.3. Platform Developer](https://islet-project.github.io/islet/getting-started/plat-dev.html)
3+
- [1.2. How to Build and Run Islet](https://islet-project.github.io/islet/getting-started/islet-how-to.html)
4+
- [1.3. Application Developer](https://islet-project.github.io/islet/getting-started/app-dev.html)
55
- [1.4. Verification](https://islet-project.github.io/islet/getting-started/verification.html)

doc/getting-started/plat-dev.md doc/getting-started/islet-how-to.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
# Platform Developer
2-
Platform developers are who want to develop Confidential Computing Platform Components.
3-
Platform components include from Realm Management Monitor(RMM) to Realm.
1+
# How to build and run Islet
42

53
`Islet` provides Rust-based RMM and scripts to compose Confidential Computing Platform.
64
You can explore CCA platform with our scripts and
@@ -40,7 +38,7 @@ $ LD_LIBRARY_PATH=./ ./sdk-example-c
4038

4139
## Running a linux realm with a networking support and prebuilt examples
4240
See [examples](https://github.com/islet-project/islet/tree/main/examples).
43-
To get details about its network configuration, see [network.md](https://github.com/islet-project/islet/blob/main/doc/network.md)
41+
To get details about its network configuration, see [network.md](./network.md)
4442

4543
## Testing the realm features
4644
```bash
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)