Skip to content

Commit

Permalink
Add 3.0 relative doc(deploy, quick start, auth and console api) (#843)
Browse files Browse the repository at this point in the history
  • Loading branch information
KomachiSion authored Dec 4, 2024
1 parent d50169e commit 8a0df37
Show file tree
Hide file tree
Showing 20 changed files with 5,818 additions and 284 deletions.
8 changes: 4 additions & 4 deletions src/components/common/Header/DocsMenu.astro
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ export const docsItems = [
{
label: "最新版(Latest)",
target: "_self",
link: "/docs/latest/what-is-nacos/",
link: "/docs/latest/overview/",
translations: {
en: "Latest",
link: "/en/docs/latest/what-is-nacos/",
link: "/en/docs/latest/overview/",
}
},
{
Expand All @@ -30,10 +30,10 @@ export const docsItems = [
{
label: "3.0",
target: "_self",
link: "/docs/v3.0/what-is-nacos/",
link: "/docs/v3.0/overview/",
translations: {
en: "3.0",
link: "/en/docs/v3.0/what-is-nacos/",
link: "/en/docs/v3.0/overview/",
}
},
{
Expand Down
Loading

0 comments on commit 8a0df37

Please sign in to comment.