docs: lowercase clice, catter, cltas, eventide in nav and home features#4
Merged
tsurumi-yizhou merged 3 commits intomainfrom Apr 8, 2026
Merged
Conversation
…tures Agent-Logs-Url: https://github.com/clice-io/docs/sessions/ba6d3cc9-4357-4e82-ae30-362e644e0d79 Co-authored-by: tsurumi-yizhou <89072149+tsurumi-yizhou@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update navigation and home feature to lowercase
docs: lowercase clice, catter, cltas, eventide in nav and home features
Apr 8, 2026
Agent-Logs-Url: https://github.com/clice-io/docs/sessions/4d460534-cdae-4a32-b985-38c54c010e69 Co-authored-by: tsurumi-yizhou <89072149+tsurumi-yizhou@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
This PR standardizes the casing of project names shown in the VitePress top navigation to be lowercase.
Changes:
- Lowercase
clice,catter, andcltasnav labels for the English locale. - Lowercase
clice,catter, andcltasnav labels for the Simplified Chinese locale.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
20
to
+24
| 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/" }, |
There was a problem hiding this comment.
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
.vitepress/config.mts/home/runner/work/docs/docs/en/index.mdto leading-capital project names/home/runner/work/docs/docs/zh/index.mdto leading-capital project namesnpm run buildto verify the docs still build