This is an automated email from the ASF dual-hosted git repository.
zykkk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push:
new a7a5e14d52 [typo](docs) Merge Doris Introductions File into Getting
Started Category (#22449)
a7a5e14d52 is described below
commit a7a5e14d52145f803e40c618bb8ca46f197f2cc5
Author: KassieZ <[email protected]>
AuthorDate: Wed Aug 2 21:50:55 2023 +0800
[typo](docs) Merge Doris Introductions File into Getting Started Category
(#22449)
---
docs/en/docs/get-starting/{get-starting.md => quick-start.md} | 2 +-
.../basic-summary.md => get-starting/what-is-apache-doris.md} | 4 ++--
docs/sidebars.json | 10 ++--------
3 files changed, 5 insertions(+), 11 deletions(-)
diff --git a/docs/en/docs/get-starting/get-starting.md
b/docs/en/docs/get-starting/quick-start.md
similarity index 99%
rename from docs/en/docs/get-starting/get-starting.md
rename to docs/en/docs/get-starting/quick-start.md
index 05f721eebb..414fe14018 100644
--- a/docs/en/docs/get-starting/get-starting.md
+++ b/docs/en/docs/get-starting/quick-start.md
@@ -1,6 +1,6 @@
---
{
- "title": "Getting-Started",
+ "title": "Quick Start",
"language": "en"
}
diff --git a/docs/en/docs/summary/basic-summary.md
b/docs/en/docs/get-starting/what-is-apache-doris.md
similarity index 98%
rename from docs/en/docs/summary/basic-summary.md
rename to docs/en/docs/get-starting/what-is-apache-doris.md
index d446a595db..4d53a2e97d 100644
--- a/docs/en/docs/summary/basic-summary.md
+++ b/docs/en/docs/get-starting/what-is-apache-doris.md
@@ -1,5 +1,5 @@
---
-{ 'title': 'Introduction to Apache Doris', 'language': 'en' }
+{ 'title': 'What is Apache Doris', 'language': 'en' }
---
<!--
@@ -21,7 +21,7 @@ specific language governing permissions and limitations
under the License.
-->
-# Introduction to Apache Doris
+# What is Apache Doris ?
Apache Doris is a high-performance, real-time analytical database based on MPP
architecture, known for its extreme speed and ease of use. It only requires a
sub-second response time to return query results under massive data and can
support not only high-concurrent point query scenarios but also high-throughput
complex analysis scenarios. All this makes Apache Doris an ideal tool for
scenarios including report analysis, ad-hoc query, unified data warehouse, and
data lake query accelerati [...]
diff --git a/docs/sidebars.json b/docs/sidebars.json
index eebda7a026..9549b3d54c 100644
--- a/docs/sidebars.json
+++ b/docs/sidebars.json
@@ -4,14 +4,8 @@
"type": "category",
"label": "Getting Started",
"items": [
- "get-starting/get-starting"
- ]
- },
- {
- "type": "category",
- "label": "Doris Introduction",
- "items": [
- "summary/basic-summary"
+ "get-starting/quick-start",
+ "get-starting/what-is-apache-doris"
]
},
{
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]