Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add release-notes and faq to the zh doc #1014

Merged
merged 1 commit into from
Jun 20, 2024
Merged
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
8 changes: 8 additions & 0 deletions docs/.vitepress/config/zh.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,14 @@ export const zhConfig = async () => ({
key: 'Reference',
icon: 'reference',
},
{
key: 'Release Notes',
icon: 'changelog',
},
{
key: '常见问题及其他',
icon: 'FAQandOthers',
},
],
editLink: {
pattern: 'https://github.com/GreptimeTeam/docs/blob/main/docs/:path',
Expand Down
2 changes: 1 addition & 1 deletion docs/nightly/en/faq-and-others/overview.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# FAQ and others
# Overview

In this section, we present the [most frequently asked questions](./faq.md) and some additional information.
217 changes: 217 additions & 0 deletions docs/nightly/zh/faq-and-others/faq.md

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions docs/nightly/zh/faq-and-others/overview.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# 概述

In this section, we present the [most frequently asked questions](./faq.md) and some additional information.
1 change: 1 addition & 0 deletions docs/nightly/zh/summary-i18n.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,4 @@ back-up-&-restore-data: 备份和恢复
SDK: SDK
SQL: SQL
FAQ-and-Others: 常见问题及其他
Release-Notes: Release Notes
2 changes: 1 addition & 1 deletion docs/v0.8/en/faq-and-others/overview.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# FAQ and others
# Overview

In this section, we present the [most frequently asked questions](./faq.md) and some additional information.
217 changes: 217 additions & 0 deletions docs/v0.8/zh/faq-and-others/faq.md

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions docs/v0.8/zh/faq-and-others/overview.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# 概述

In this section, we present the [most frequently asked questions](./faq.md) and some additional information.
1 change: 1 addition & 0 deletions docs/v0.8/zh/summary-i18n.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,4 @@ back-up-&-restore-data: 备份和恢复
SDK: SDK
SQL: SQL
FAQ-and-Others: 常见问题及其他
Release-Notes: Release-Notes
Loading