docs: Update docs links.
This commit is contained in:
parent
5153e67691
commit
ab104b6ba9
3 changed files with 15 additions and 2 deletions
|
|
@ -56,13 +56,22 @@ const config: UserConfig = {
|
||||||
footer: {
|
footer: {
|
||||||
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: `
|
||||||
|
<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
|
// https://vitepress.dev/reference/default-theme-config
|
||||||
nav: [
|
nav: [
|
||||||
{ text: "Home", link: "/" },
|
{ text: "Home", link: "/" },
|
||||||
{ text: "Getting Started", link: "/docs/getting-started" },
|
{ text: "Getting Started", link: "/docs/getting-started" },
|
||||||
{ text: "Components", link: "/docs/components" },
|
{ text: "Components", link: "/docs/components" },
|
||||||
{ text: "Docs", link: "https://docs.rs/gpui-component" },
|
{ text: "API Doc", link: "https://docs.rs/gpui-component" },
|
||||||
{
|
{
|
||||||
text: "Resources",
|
text: "Resources",
|
||||||
items: [
|
items: [
|
||||||
|
|
|
||||||
|
|
@ -41,10 +41,11 @@
|
||||||
--sidebar-ring: oklch(0.708 0 0);
|
--sidebar-ring: oklch(0.708 0 0);
|
||||||
|
|
||||||
--vp-c-bg: var(--background);
|
--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-elv: var(--popover);
|
||||||
--vp-c-bg-soft: var(--secondary);
|
--vp-c-bg-soft: var(--secondary);
|
||||||
|
|
||||||
|
--vp-c-text-1: var(--foreground);
|
||||||
--vp-c-brand-1: var(--primary);
|
--vp-c-brand-1: var(--primary);
|
||||||
--vp-c-default-1: var(--secondary);
|
--vp-c-default-1: var(--secondary);
|
||||||
--vp-c-default-2: var(--muted);
|
--vp-c-default-2: var(--muted);
|
||||||
|
|
|
||||||
|
|
@ -1,10 +1,13 @@
|
||||||
---
|
---
|
||||||
|
layout: home
|
||||||
---
|
---
|
||||||
|
|
||||||
<script setup>
|
<script setup>
|
||||||
import Contributors from './contributors.vue'
|
import Contributors from './contributors.vue'
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
<div class="py-10"></div>
|
||||||
|
|
||||||
# Contributors
|
# Contributors
|
||||||
|
|
||||||
We would like to extend our heartfelt thanks to the following
|
We would like to extend our heartfelt thanks to the following
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue