Skip to content
Merged

Main #51

Show file tree
Hide file tree
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
15 changes: 13 additions & 2 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,17 @@ const config = {
'docusaurus-plugin-sass',
'./plugin/postcss-tailwind-loader',
'./plugin/fix-canvas-node-error',
[
'@docusaurus/plugin-client-redirects',
{
redirects: [
{
from: '/docs/dimensions-define',
to: '/docs/service-guide',
},
],
},
],
],

themeConfig:
Expand All @@ -117,8 +128,7 @@ const config = {
{
title: 'Tutorial',
items: [
{ label: 'Quick start', to: '/docs/quick-start' },
{ label: 'Dimensions Define', to: '/docs/dimensions-define' },
{ label: 'Service Guide', to: '/docs/service-guide' },
],
},
{
Expand All @@ -140,6 +150,7 @@ const config = {
items: [
{ label: 'Github', href: 'https://github.com/oss-compass' },
{ label: 'Gitee', href: 'https://gitee.com/oss-compass' },
{ label: 'AtomGit', href: 'https://atomgit.com/oss-compass' },
],
},
],
Expand Down
9 changes: 9 additions & 0 deletions i18n/en/code.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,12 @@
"community.official_repository_on_gitee": {
"message": "Official repository on Gitee"
},
"community.atomgit": {
"message": "AtomGit"
},
"community.official_repository_on_atomgit": {
"message": "Official repository on AtomGit"
},
"community.meeting": {
"message": "Weekly Meeting"
},
Expand Down Expand Up @@ -401,5 +407,8 @@
},
"header.home_input_experience": {
"message": "Home Input Experience Product"
},
"header.service_guide": {
"message": "Service Guide"
}
}
28 changes: 28 additions & 0 deletions i18n/en/docusaurus-plugin-content-docs/current.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,30 @@
"message": "Next",
"description": "The label for version current"
},
"sidebar.webSidebar.category.Service Guide": {
"message": "Service Guide",
"description": "The label for category Compass Service Guide in sidebar webSidebar"
},
"sidebar.webSidebar.category.Service Guide.link.generated-index.description": {
"message": "This guide introduces the core services provided by OSS Compass platform, helping users understand and utilize various evaluation and analysis tools.",
"description": "The generated-index page description for category Compass Service Guide in sidebar webSidebar"
},
"sidebar.webSidebar.doc.Open Source Trend Insights": {
"message": "Open Source Trend Insights",
"description": "The label for the doc item Open Source Trend Insights in sidebar webSidebar"
},
"sidebar.webSidebar.doc.Software Selection Evaluation": {
"message": "Software Selection Evaluation",
"description": "The label for the doc item Software Selection Evaluation in sidebar webSidebar"
},
"sidebar.webSidebar.doc.Developer Persona Evaluation": {
"message": "Developer Persona Evaluation",
"description": "The label for the doc item Developer Persona Evaluation in sidebar webSidebar"
},
"sidebar.webSidebar.doc.Research Data Hub": {
"message": "Research Data Hub",
"description": "The label for the doc item Research Data Hub in sidebar webSidebar"
},
"sidebar.webSidebar.category.Ecosystem Evaluation System": {
"message": "Ecosystem Evaluation System",
"description": "The label for category Ecosystem Evaluation System in sidebar webSidebar"
Expand Down Expand Up @@ -71,6 +95,10 @@
"message": "Gitee",
"description": "The label for link Gitee in sidebar webSidebar, linking to https://gitee.com/oss-compass"
},
"sidebar.webSidebar.link.AtomGit": {
"message": "AtomGit",
"description": "The label for link AtomGit in sidebar webSidebar, linking to https://atomgit.com/oss-compass"
},
"sidebar.webSidebar.doc.Quick Start": {
"message": "Quick Start",
"description": "The label for the doc item Quick Start in sidebar webSidebar, linking to the doc community/quick-start"
Expand Down
8 changes: 4 additions & 4 deletions i18n/en/docusaurus-theme-classic/footer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"message": "Code",
"description": "The title of the footer links column with title=Code in the footer"
},
"link.item.label.Quick start": {
"message": "Quick start",
"link.item.label.Service Guide": {
"message": "Service Guide",
"description": "The label of footer link with label=Quick start linking to /quick-start"
},
"link.item.label.Dimensions Define": {
Expand Down Expand Up @@ -52,7 +52,7 @@
"description": "The label of footer link with label=Gitee linking to https://gitee.com/oss-compass"
},
"copyright": {
"message": "Copyright © 2023 OSS compass. All Rights Reserved.",
"message": "Copyright © 2026 OSS compass. All Rights Reserved.",
"description": "The footer copyright"
}
}
}
11 changes: 10 additions & 1 deletion i18n/zh/code.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,12 @@
"community.official_repository_on_gitee": {
"message": "官方 Gitee 仓库"
},
"community.atomgit": {
"message": "AtomGit"
},
"community.official_repository_on_atomgit": {
"message": "官方 AtomGit 仓库"
},
"community.meeting": {
"message": "腾讯会议"
},
Expand Down Expand Up @@ -289,7 +295,7 @@
"description": "The skip to content label used for accessibility, allowing to rapidly navigate to main content with keyboard tab/enter navigation"
},
"theme.tags.tagsListLabel": {
"message": "标签:",
"message": "标签",
"description": "The label alongside a tag list"
},
"theme.AnnouncementBar.closeButtonAriaLabel": {
Expand Down Expand Up @@ -402,6 +408,9 @@
"header.home_input_experience": {
"message": "首页输入框体验产品"
},
"header.service_guide": {
"message": "服务指引"
},
"theme.colorToggle.ariaLabel.mode.system": {
"message": "system mode",
"description": "The name for the system color mode"
Expand Down
48 changes: 42 additions & 6 deletions i18n/zh/docusaurus-plugin-content-docs/current.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,38 @@
"message": "下篇文档",
"description": "The label for version current"
},
"sidebar.webSidebar.category.Service Guide": {
"message": "服务指南",
"description": "The label for category 'Compass Service Guide' in sidebar 'webSidebar'"
},
"sidebar.webSidebar.category.Service Guide.link.generated-index.description": {
"message": "本指南介绍 OSS Compass 平台提供的核心服务,帮助用户了解和使用各种评估分析工具。",
"description": "The generated-index page description for category 'Compass Service Guide' in sidebar 'webSidebar'"
},
"sidebar.webSidebar.doc.Open Source Trend Insights": {
"message": "开源态势洞察服务",
"description": "The label for the doc item 'Open Source Trend Insights' in sidebar 'webSidebar'"
},
"sidebar.webSidebar.doc.Software Selection Evaluation": {
"message": "开源软件选型评估服务",
"description": "The label for the doc item 'Software Selection Evaluation' in sidebar 'webSidebar'"
},
"sidebar.webSidebar.doc.Developer Persona Evaluation": {
"message": "开发者画像评估服务",
"description": "The label for the doc item 'Developer Persona Evaluation' in sidebar 'webSidebar'"
},
"sidebar.webSidebar.doc.Research Data Hub": {
"message": "开源研究数据中枢服务",
"description": "The label for the doc item 'Research Data Hub' in sidebar 'webSidebar'"
},
"sidebar.webSidebar.category.Ecosystem Evaluation Service": {
"message": "开源生态评估服务",
"description": "The label for category 'Ecosystem Evaluation Service' in sidebar 'webSidebar'"
},
"sidebar.webSidebar.category.Ecosystem Evaluation Service.link.generated-index.description": {
"message": "构建三维评估体系,评估开源社区的健康状态。",
"description": "The generated-index page description for category 'Ecosystem Evaluation Service' in sidebar 'webSidebar'"
},
"sidebar.webSidebar.category.Ecosystem Evaluation System": {
"message": "开源生态评估体系",
"description": "The label for category 'Ecosystem Evaluation System' in sidebar 'webSidebar'"
Expand All @@ -12,39 +44,39 @@
"description": "The generated-index page description for category 'Ecosystem Evaluation System' in sidebar 'webSidebar'"
},
"sidebar.webSidebar.category.Collaboration-Productivity": {
"message": "协作-生产力",
"message": "协作 - 生产力",
"description": "The label for category 'Collaboration-Productivity' in sidebar 'webSidebar'"
},
"sidebar.webSidebar.category.Collaboration-Productivity.link.generated-index.description": {
"message": "一个开源生态将投入转化为产出的能力。",
"description": "The generated-index page description for category 'Collaboration-Productivity' in sidebar 'webSidebar'"
},
"sidebar.webSidebar.category.Collaboration-Robustness": {
"message": "协作-稳健性",
"message": "协作 - 稳健性",
"description": "The label for category 'Collaboration-Robustness' in sidebar 'webSidebar'"
},
"sidebar.webSidebar.category.Collaboration-Robustness.link.generated-index.description": {
"message": "生态系统面对内部或者外部冲突自我恢复的能力。",
"description": "The generated-index page description for category 'Collaboration-Robustness' in sidebar 'webSidebar'"
},
"sidebar.webSidebar.category.Collaboration-Niche Creation": {
"message": "协作-创新力",
"message": "协作 - 创新力",
"description": "The label for category 'Collaboration-Niche Creation' in sidebar 'webSidebar'"
},
"sidebar.webSidebar.category.Collaboration-Niche Creation.link.generated-index.description": {
"message": "社区生态具有持续创造多样性创新的能力,并成为社区生态向前演进的动力。",
"description": "The generated-index page description for category 'Collaboration-Niche Creation' in sidebar 'webSidebar'"
},
"sidebar.webSidebar.category.People-Productivity": {
"message": "贡献者-生产力",
"message": "贡献者 - 生产力",
"description": "The label for category 'People-Productivity' in sidebar 'webSidebar'"
},
"sidebar.webSidebar.category.People-Productivity.link.generated-index.description": {
"message": "一个开源生态将投入转化为产出的能力。",
"description": "The generated-index page description for category 'People-Productivity' in sidebar 'webSidebar'"
},
"sidebar.webSidebar.category.Software Artifact-Robustness": {
"message": "软件制品-稳健性",
"message": "软件制品 - 稳健性",
"description": "The label for category 'Software Artifact-Robustness' in sidebar 'webSidebar'"
},
"sidebar.webSidebar.category.Software Artifact-Robustness.link.generated-index.description": {
Expand All @@ -71,6 +103,10 @@
"message": "Gitee",
"description": "The label for link 'Gitee' in sidebar 'webSidebar', linking to 'https://gitee.com/oss-compass'"
},
"sidebar.webSidebar.link.AtomGit": {
"message": "AtomGit",
"description": "The label for link 'AtomGit' in sidebar 'webSidebar', linking to 'https://atomgit.com/oss-compass'"
},
"sidebar.webSidebar.doc.Quick Start": {
"message": "快速入门",
"description": "The label for the doc item 'Quick Start' in sidebar 'webSidebar', linking to the doc community/quick-start"
Expand Down Expand Up @@ -127,4 +163,4 @@
"message": "概览",
"description": "The label for the doc item 'Overview' in sidebar 'webSidebar', linking to the doc docs/metrics-models/software_artifact/robustness/software-artifact-robustness-overview"
}
}
}
8 changes: 4 additions & 4 deletions i18n/zh/docusaurus-theme-classic/footer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"message": "开源代码",
"description": "The title of the footer links column with title=Code in the footer"
},
"link.item.label.Quick start": {
"message": "快速入门",
"link.item.label.Service Guide": {
"message": "服务指南",
"description": "The label of footer link with label=Quick start linking to /docs/quick-start"
},
"link.item.label.Dimensions Define": {
Expand Down Expand Up @@ -52,7 +52,7 @@
"description": "The label of footer link with label=Gitee linking to https://gitee.com/oss-compass"
},
"copyright": {
"message": "Copyright © 2022 开源指南针。保留所有权利。",
"message": "Copyright © 2026 开源指南针。保留所有权利。",
"description": "The footer copyright"
}
}
}
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"dependencies": {
"@crowdin/cli": "^3.9.1",
"@docusaurus/core": "3.9.2",
"@docusaurus/plugin-client-redirects": "^3.9.2",
"@docusaurus/preset-classic": "3.9.2",
"@mdx-js/react": "^3.0.0",
"@radix-ui/react-portal": "^1.0.3",
Expand Down
Loading
Loading