Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ export default defineConfig({
themeConfig: {
nav: [
{ text: "Blog", link: "/blog/" },
{ text: "Clice", link: "/clice/guide/what-is-clice" },
{ text: "Catter", link: "/catter/overview" },
{ text: "Cltas", link: "https://clice-io.github.io/cltas/" },
{ text: "clice", link: "/clice/guide/what-is-clice" },
{ text: "catter", link: "/catter/overview" },
{ text: "cltas", link: "https://clice-io.github.io/cltas/" },
Comment on lines 20 to +24
Copy link

Copilot AI Apr 8, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PR title/description mention updating the nav label for “eventide”, but the nav list here only includes blog/clice/catter/cltas (no Eventide entry). Either adjust the PR title/description to match the actual scope, or add/update the Eventide nav item if it’s intended to be present.

Copilot uses AI. Check for mistakes.
],
sidebar: {
"/clice/": [
Expand Down Expand Up @@ -72,9 +72,9 @@ export default defineConfig({
themeConfig: {
nav: [
{ text: "博客", link: "/zh/blog/" },
{ text: "Clice", link: "/zh/clice/guide/what-is-clice" },
{ text: "Catter", link: "/zh/catter/overview" },
{ text: "Cltas", link: "https://clice-io.github.io/cltas/" },
{ text: "clice", link: "/zh/clice/guide/what-is-clice" },
{ text: "catter", link: "/zh/catter/overview" },
{ text: "cltas", link: "https://clice-io.github.io/cltas/" },
],
sidebar: {
"/zh/clice/": [
Expand Down