From ab104b6ba9b03a9263cf164e9abf96cedaa47975 Mon Sep 17 00:00:00 2001 From: Jason Lee Date: Wed, 22 Oct 2025 22:27:49 +0800 Subject: [PATCH] docs: Update docs links. --- docs/.vitepress/config.mts | 11 ++++++++++- docs/.vitepress/theme/style.css | 3 ++- docs/contributors.md | 3 +++ 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/docs/.vitepress/config.mts b/docs/.vitepress/config.mts index e3e0c704..4654247e 100644 --- a/docs/.vitepress/config.mts +++ b/docs/.vitepress/config.mts @@ -56,13 +56,22 @@ const config: UserConfig = { footer: { message: "GPUI Component is an open source project under the Apache-2.0 License, developed by Longbridge.", + copyright: ` + Contributors + | + llms-full.txt + | + Report Bug + | + Discussion + `, }, // 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: [ diff --git a/docs/.vitepress/theme/style.css b/docs/.vitepress/theme/style.css index 26e61f2b..a61bd0a7 100644 --- a/docs/.vitepress/theme/style.css +++ b/docs/.vitepress/theme/style.css @@ -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); diff --git a/docs/contributors.md b/docs/contributors.md index 5c543961..c5f606ca 100644 --- a/docs/contributors.md +++ b/docs/contributors.md @@ -1,10 +1,13 @@ --- +layout: home --- +
+ # Contributors We would like to extend our heartfelt thanks to the following