docs: Update docs links.

This commit is contained in:
Jason Lee 2025-10-22 22:27:49 +08:00
parent 5153e67691
commit ab104b6ba9
3 changed files with 15 additions and 2 deletions

View file

@ -56,13 +56,22 @@ const config: UserConfig = {
footer: {
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: `
<a href="/gpui-component/contributors">Contributors</a>
|
<a href="/gpui-component/llms-full.txt" target="_blank">llms-full.txt</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>
`,
},
// https://vitepress.dev/reference/default-theme-config
nav: [
{ text: "Home", link: "/" },
{ text: "Getting Started", link: "/docs/getting-started" },
{ text: "Components", link: "/docs/components" },
{ text: "Docs", link: "https://docs.rs/gpui-component" },
{ text: "API Doc", link: "https://docs.rs/gpui-component" },
{
text: "Resources",
items: [

View file

@ -41,10 +41,11 @@
--sidebar-ring: oklch(0.708 0 0);
--vp-c-bg: var(--background);
--vp-c-bg-alt: var(--secondary/75);
--vp-c-bg-alt: var(--sidebar);
--vp-c-bg-elv: var(--popover);
--vp-c-bg-soft: var(--secondary);
--vp-c-text-1: var(--foreground);
--vp-c-brand-1: var(--primary);
--vp-c-default-1: var(--secondary);
--vp-c-default-2: var(--muted);

View file

@ -1,10 +1,13 @@
---
layout: home
---
<script setup>
import Contributors from './contributors.vue'
</script>
<div class="py-10"></div>
# Contributors
We would like to extend our heartfelt thanks to the following