docs: Fix footer and add note to home page. (#1511)

Ref https://github.com/longbridge/gpui-component/discussions/1509
This commit is contained in:
Jason Lee 2025-11-04 23:07:33 +08:00 committed by GitHub
parent 4b8775f7d3
commit 522f3ced43
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 2 deletions

View file

@ -57,7 +57,6 @@ const config: UserConfig = {
message:
"GPUI Component is an open source project under the Apache-2.0 License, developed by <a href='https://longbridge.com' target='_blank'>Longbridge</a>.",
copyright: `
<div>
<a href="https://gpui.rs">GPUI</a>
|
<a href="/gpui-component/contributors">Contributors</a>
@ -67,7 +66,6 @@ const config: UserConfig = {
<a href="https://github.com/longbridge/gpui-component/issues" target="_blank">Report Bug</a>
|
<a href="https://github.com/longbridge/gpui-component/discussions" target="_blank">Discussion</a>
</div>
`,
},
// https://vitepress.dev/reference/default-theme-config

View file

@ -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: