diff --git a/docs/reference/apis/index.md b/docs/reference/apis/index.md index 109e77c..774bbcb 100644 --- a/docs/reference/apis/index.md +++ b/docs/reference/apis/index.md @@ -17,7 +17,7 @@ Ocre provides *two* primary categories of APIs: 1. **[Container APIs:](../apis/container-api)** APIs that are accessible from within containers and allow applications to interact with hardware, timers, and other system resources. These are designed for application developers building solutions that will run within Ocre containers. -2. **[Runtime API:](../apis/runtime-api)** The API for managing the Ocre runtime environment itself, including container lifecycle operations. The Runtime API is intended for system implementors and integrators looking to incorporate the Ocre runtime into their own solutions. +2. **[Container Runtime API:](../apis/runtime-api)** The API for managing the Ocre container runtime environment itself, including container lifecycle operations. The Runtime API is intended for system implementors and integrators looking to incorporate the Ocre runtime into their own solutions. --- diff --git a/docs/reference/apis/runtime-api/index.md b/docs/reference/apis/runtime-api/index.md index 5af432a..cb6e495 100644 --- a/docs/reference/apis/runtime-api/index.md +++ b/docs/reference/apis/runtime-api/index.md @@ -1,14 +1,14 @@ --- -title: Runtime +title: Container Runtime layout: default parent: APIs has_toc: false --- -# Runtime API +# Container Runtime API {: .no_toc } -The Ocre Runtime API enables full container lifecycle management and can be integrated into various environments including real-time operating systems ([Zephyr](https://zephyrproject.org/), [FreeRTOS](https://www.freertos.org/)), Linux-based platforms (including [Yocto](https://www.yoctoproject.org/)), or custom firmware implementations. With these interfaces, platform developers can initialize the runtime, deploy containers, monitor their execution, and control their operation throughout the system lifecycle. +The Ocre Container Runtime API enables full container lifecycle management and can be integrated into various environments including real-time operating systems ([Zephyr](https://zephyrproject.org/), [FreeRTOS](https://www.freertos.org/)), Linux-based platforms (including [Yocto](https://www.yoctoproject.org/)), or custom firmware implementations. With these interfaces, platform developers can initialize the runtime, deploy containers, monitor their execution, and control their operation throughout the system lifecycle. ---