From df09e148239ffe4cf42d1839712929fd47689a09 Mon Sep 17 00:00:00 2001 From: zhangxiaowei16 Date: Tue, 12 May 2026 16:50:09 +0800 Subject: [PATCH] docs: add API reference link to README --- README.md | 1 + README_zh-cn.md | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index 4c4ea8d3..018e9feb 100644 --- a/README.md +++ b/README.md @@ -155,6 +155,7 @@ If you want to experience openvela, we provide a fully functional emulator that ## Developer Documentation - [Documentation Center](https://doc.openvela.com/document) +- [API Reference](./en/api/index.md) — Complete API specification for kernel, network, and application framework interfaces ## Application Example Center diff --git a/README_zh-cn.md b/README_zh-cn.md index c49a7da0..b6634b17 100644 --- a/README_zh-cn.md +++ b/README_zh-cn.md @@ -156,6 +156,7 @@ openvela 采用双分支模型来平衡系统的创新性与稳定性。请根 ## 开发者文档 - [文档中心](https://doc.openvela.com/document) +- [API 参考文档](./zh-cn/api/index.md) — 内核接口、网络接口、应用框架 API 完整说明 ## 应用示例中心