docs: Fix footer and add note to home page. (#1511)
Ref https://github.com/longbridge/gpui-component/discussions/1509
This commit is contained in:
parent
4b8775f7d3
commit
522f3ced43
2 changed files with 6 additions and 2 deletions
|
|
@ -57,7 +57,6 @@ const config: UserConfig = {
|
||||||
message:
|
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>.",
|
"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: `
|
copyright: `
|
||||||
<div>
|
|
||||||
<a href="https://gpui.rs">GPUI</a>
|
<a href="https://gpui.rs">GPUI</a>
|
||||||
|
|
|
|
||||||
<a href="/gpui-component/contributors">Contributors</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/issues" target="_blank">Report Bug</a>
|
||||||
|
|
|
|
||||||
<a href="https://github.com/longbridge/gpui-component/discussions" target="_blank">Discussion</a>
|
<a href="https://github.com/longbridge/gpui-component/discussions" target="_blank">Discussion</a>
|
||||||
</div>
|
|
||||||
`,
|
`,
|
||||||
},
|
},
|
||||||
// https://vitepress.dev/reference/default-theme-config
|
// https://vitepress.dev/reference/default-theme-config
|
||||||
|
|
|
||||||
|
|
@ -29,6 +29,12 @@ gpui = "0.2"
|
||||||
gpui-component = "0.3"
|
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
|
## Hello World
|
||||||
|
|
||||||
The following `src/main.rs` is a simple "Hello, World!" application:
|
The following `src/main.rs` is a simple "Hello, World!" application:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue