From 672a80dcd8019440afa5027327951d9673b2e570 Mon Sep 17 00:00:00 2001 From: Jason Lee Date: Mon, 17 Nov 2025 10:22:01 +0800 Subject: [PATCH] docs: Remove index page warrning. --- docs/index.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docs/index.md b/docs/index.md index 19557ad5..d7d7f6bc 100644 --- a/docs/index.md +++ b/docs/index.md @@ -29,12 +29,6 @@ gpui = "{{ GPUI_VERSION }}" gpui-component = "{{ VERSION }}" ``` -:::warning -We are currently working on the refactoring of some APIs. - -Currently, the documentation is updated to match the `main` branch's changes, so you can try depending on the `main` branch until the next release (v0.4.0). -::: - ## Hello World The following `src/main.rs` is a simple "Hello, World!" application: