This is an automated email from the ASF dual-hosted git repository.
jeffreyh 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 a740d28a830 fix:static file cannot find(v-3.0,v-dev) (#2627)
a740d28a830 is described below
commit a740d28a830fb90ca7c2e1e4f104d76ce4238a6a
Author: yangon <[email protected]>
AuthorDate: Mon Jul 14 16:44:30 2025 +0800
fix:static file cannot find(v-3.0,v-dev) (#2627)
---
docs/gettingStarted/{quick-start.md => quick-start.mdx} | 2 +-
.../version-3.0/gettingStarted/{quick-start.md => quick-start.mdx} | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/gettingStarted/quick-start.md
b/docs/gettingStarted/quick-start.mdx
similarity index 98%
rename from docs/gettingStarted/quick-start.md
rename to docs/gettingStarted/quick-start.mdx
index 977ac9a9d3f..eec6a60d0dc 100644
--- a/docs/gettingStarted/quick-start.md
+++ b/docs/gettingStarted/quick-start.mdx
@@ -22,7 +22,7 @@ Starting from Doris version 2.1.8, Docker can be used for
rapid deployment.
### Step 1: Download the Quick-Start script
-[Download the script](/files/start-doris.sh), run the following command to
grant it the corresponding execution permissions.
+<a target="_blank" download rel="noopener noreferrer"
href="/files/start-doris.sh"> Download the script </a>, run the following
command to grant it the corresponding execution permissions.
```shell
chmod 755 start-doris.sh
diff --git a/versioned_docs/version-3.0/gettingStarted/quick-start.md
b/versioned_docs/version-3.0/gettingStarted/quick-start.mdx
similarity index 98%
rename from versioned_docs/version-3.0/gettingStarted/quick-start.md
rename to versioned_docs/version-3.0/gettingStarted/quick-start.mdx
index bd25c669efb..d706f27e1c5 100644
--- a/versioned_docs/version-3.0/gettingStarted/quick-start.md
+++ b/versioned_docs/version-3.0/gettingStarted/quick-start.mdx
@@ -22,7 +22,7 @@ Starting from Doris version 2.1.8, Docker can be used for
rapid deployment.
### Step 1: Download the Quick-Start script
-[Download the script](/files/start-doris.sh), run the following command to
grant it the corresponding execution permissions.
+<a target="_blank" download rel="noopener noreferrer"
href="/files/start-doris.sh"> Download the script </a>, run the following
command to grant it the corresponding execution permissions.
```shell
chmod 755 start-doris.sh
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]