From 522f3ced439d5d107ca4b791472c6a151e660d61 Mon Sep 17 00:00:00 2001 From: Jason Lee Date: Tue, 4 Nov 2025 23:07:33 +0800 Subject: [PATCH] docs: Fix footer and add note to home page. (#1511) Ref https://github.com/longbridge/gpui-component/discussions/1509 --- docs/.vitepress/config.mts | 2 -- docs/index.md | 6 ++++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/.vitepress/config.mts b/docs/.vitepress/config.mts index e7e4639a..23be525a 100644 --- a/docs/.vitepress/config.mts +++ b/docs/.vitepress/config.mts @@ -57,7 +57,6 @@ const config: UserConfig = { message: "GPUI Component is an open source project under the Apache-2.0 License, developed by Longbridge.", copyright: ` -
GPUI | Contributors @@ -67,7 +66,6 @@ const config: UserConfig = { Report Bug | Discussion -
`, }, // https://vitepress.dev/reference/default-theme-config diff --git a/docs/index.md b/docs/index.md index b9587972..e9f07504 100644 --- a/docs/index.md +++ b/docs/index.md @@ -29,6 +29,12 @@ gpui = "0.2" gpui-component = "0.3" ``` +:::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: