From 49ef0e9f7aa7606ab62387e231f679197572cf28 Mon Sep 17 00:00:00 2001 From: jiangjianfeng Date: Fri, 27 Jun 2025 08:10:41 +0000 Subject: [PATCH] Change the documentation website of OSTD --- ostd/Cargo.toml | 1 + ostd/README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ostd/Cargo.toml b/ostd/Cargo.toml index ddea2b449..5354a488b 100644 --- a/ostd/Cargo.toml +++ b/ostd/Cargo.toml @@ -6,6 +6,7 @@ description = "Rust OS framework that facilitates the development of and innovat license = "MPL-2.0" readme = "README.md" repository = "https://github.com/asterinas/asterinas" +documentation = "https://asterinas.github.io/api-docs" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/ostd/README.md b/ostd/README.md index bbb8c99c7..e848b3a60 100644 --- a/ostd/README.md +++ b/ostd/README.md @@ -18,4 +18,4 @@ Asterinas OSTD offers the following key values. ## OSTD APIs -See [API docs](https://docs.rs/ostd/latest/ostd). +See [API docs](https://asterinas.github.io/api-docs).