This is an automated email from the ASF dual-hosted git repository.
dataroaring pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris-website.git
The following commit(s) were added to refs/heads/master by this push:
new f51c661ce21 [docs] Rename the POC getting started guide (#3456)
f51c661ce21 is described below
commit f51c661ce212efd37c4e981f9035c79010c6fb9b
Author: Yongqiang YANG <[email protected]>
AuthorDate: Thu Mar 12 02:29:07 2026 -0700
[docs] Rename the POC getting started guide (#3456)
## Summary
- rename the getting started POC guide to `Before You Start the POC`
- update the English and Chinese localized doc filenames to match the
new slug
- update the sidebar entry to point to the renamed page
---
.../{must-read-before-poc.md => before-you-start-the-poc.md} | 6 +++---
.../{must-read-before-poc.md => before-you-start-the-poc.md} | 0
sidebars.ts | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/docs/gettingStarted/must-read-before-poc.md
b/docs/gettingStarted/before-you-start-the-poc.md
similarity index 97%
rename from docs/gettingStarted/must-read-before-poc.md
rename to docs/gettingStarted/before-you-start-the-poc.md
index da53a1bf6ee..6263b429e8e 100644
--- a/docs/gettingStarted/must-read-before-poc.md
+++ b/docs/gettingStarted/before-you-start-the-poc.md
@@ -1,13 +1,13 @@
---
{
- "title": "Must Read Before the POC",
+ "title": "Before You Start the POC",
"language": "en",
"description": "Common issues new users encounter with table design, data
loading, and query tuning in Apache Doris.",
- "sidebar_label": "Must Read Before the POC"
+ "sidebar_label": "Before You Start the POC"
}
---
-# Must Read Before the POC
+# Before You Start the POC
This document highlights common issues that new users may encounter, with the
goal of accelerating the POC process.
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/gettingStarted/must-read-before-poc.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/gettingStarted/before-you-start-the-poc.md
similarity index 100%
rename from
i18n/zh-CN/docusaurus-plugin-content-docs/current/gettingStarted/must-read-before-poc.md
rename to
i18n/zh-CN/docusaurus-plugin-content-docs/current/gettingStarted/before-you-start-the-poc.md
diff --git a/sidebars.ts b/sidebars.ts
index c59e2107f72..1ccd49f57c3 100644
--- a/sidebars.ts
+++ b/sidebars.ts
@@ -9,7 +9,7 @@ const sidebars: SidebarsConfig = {
items: [
'gettingStarted/what-is-apache-doris',
'gettingStarted/quick-start',
- 'gettingStarted/must-read-before-poc',
+ 'gettingStarted/before-you-start-the-poc',
{
type: 'category',
label: 'Tech Alternatives',
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]