This is an automated email from the ASF dual-hosted git repository.

morningman 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 4aa1fb69d01 [docs]issue update (#1008)
4aa1fb69d01 is described below

commit 4aa1fb69d0156ab957bb576ca9aead63034327d0
Author: 0xFlackoLFG <[email protected]>
AuthorDate: Thu Aug 15 20:43:07 2024 +0800

    [docs]issue update (#1008)
---
 sidebarsBenchmark.json             |  7 ----
 sidebarsEcosystem.json             | 32 -------------------
 sidebarsFAQ.json                   |  8 -----
 sidebarsGettingStarted.json        |  6 ----
 sidebarsReleaseNotes.json          | 65 --------------------------------------
 src/theme/DocItem/Layout/index.tsx |  2 +-
 6 files changed, 1 insertion(+), 119 deletions(-)

diff --git a/sidebarsBenchmark.json b/sidebarsBenchmark.json
deleted file mode 100644
index e9b50fed3fa..00000000000
--- a/sidebarsBenchmark.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
-  "benchmark": [
-    "ssb",
-    "tpch",
-    "tpcds"
-  ]
-}
\ No newline at end of file
diff --git a/sidebarsEcosystem.json b/sidebarsEcosystem.json
deleted file mode 100644
index ea19744f091..00000000000
--- a/sidebarsEcosystem.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
-    "ecosystems": [
-        "spark-doris-connector",
-        "flink-doris-connector",
-        "doris-kafka-connector",
-        "datax",
-        "dbt-doris-adapter",
-        "seatunnel",
-        "kyuubi",
-        "logstash",
-        "beats",
-        "cloudcanal",
-        "automq-load",
-        "doris-streamloader",
-        "hive-bitmap-udf",
-        "hive-hll-udf",
-        {
-            "type": "category",
-            "label": "BI and Database IDE",
-            "items": [
-                "bi/apache-superset",
-                "bi/dbeaver",
-                "bi/datagrip",
-                "bi/finebi",
-                "bi/powerbi",
-                "bi/tableau",
-                "bi/quicksight",
-                "bi/quickbi"
-            ]
-        }
-    ]
-}
\ No newline at end of file
diff --git a/sidebarsFAQ.json b/sidebarsFAQ.json
deleted file mode 100644
index 8456bc9aa75..00000000000
--- a/sidebarsFAQ.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
-    "faq": [
-        "install-faq",
-        "data-faq",
-        "sql-faq",
-        "lakehouse-faq"
-    ]
-}
\ No newline at end of file
diff --git a/sidebarsGettingStarted.json b/sidebarsGettingStarted.json
deleted file mode 100644
index 585ba4468fe..00000000000
--- a/sidebarsGettingStarted.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
-    "gettingStarted": [
-        "what-is-new",
-        "what-is-apache-doris"
-    ]
-}
diff --git a/sidebarsReleaseNotes.json b/sidebarsReleaseNotes.json
deleted file mode 100644
index 3a172857c8d..00000000000
--- a/sidebarsReleaseNotes.json
+++ /dev/null
@@ -1,65 +0,0 @@
-{
-  "releasenotes": [
-    "all-release",
-    {
-      "type": "category",
-      "label": "v2.1",
-      "items": [
-        "v2.1/release-2.1.5",
-        "v2.1/release-2.1.4",
-        "v2.1/release-2.1.3",
-        "v2.1/release-2.1.2",
-        "v2.1/release-2.1.1",
-        "v2.1/release-2.1.0"
-      ]
-    },
-    {
-      "type": "category",
-      "label": "v2.0",
-      "items": [
-        "v2.0/release-2.0.14",
-        "v2.0/release-2.0.13",
-        "v2.0/release-2.0.12",
-        "v2.0/release-2.0.11",
-        "v2.0/release-2.0.10",
-        "v2.0/release-2.0.9",
-        "v2.0/release-2.0.8",
-        "v2.0/release-2.0.7",
-        "v2.0/release-2.0.6",
-        "v2.0/release-2.0.5",
-        "v2.0/release-2.0.4",
-        "v2.0/release-2.0.3",
-        "v2.0/release-2.0.2",
-        "v2.0/release-2.0.1",
-        "v2.0/release-2.0.0"
-      ]
-    },
-    {
-      "type": "category",
-      "label": "v1.2",
-      "items": [
-        "v1.2/release-1.2.8",
-        "v1.2/release-1.2.7",
-        "v1.2/release-1.2.6",
-        "v1.2/release-1.2.5",
-        "v1.2/release-1.2.4",
-        "v1.2/release-1.2.3",
-        "v1.2/release-1.2.2",
-        "v1.2/release-1.2.1",
-        "v1.2/release-1.2.0"
-      ]
-    },
-    {
-      "type": "category",
-      "label": "v1.1",
-      "items": [
-        "v1.1/release-1.1.5",
-        "v1.1/release-1.1.4",
-        "v1.1/release-1.1.3",
-        "v1.1/release-1.1.2",
-        "v1.1/release-1.1.1",
-        "v1.1/release-1.1.0"
-      ]
-    }
-  ]
-}
\ No newline at end of file
diff --git a/src/theme/DocItem/Layout/index.tsx 
b/src/theme/DocItem/Layout/index.tsx
index c09b2c4d3fe..12b354274d8 100644
--- a/src/theme/DocItem/Layout/index.tsx
+++ b/src/theme/DocItem/Layout/index.tsx
@@ -78,7 +78,7 @@ export default function DocItemLayout({ children }: Props): 
JSX.Element {
                             </Link>
                         )}
                         <Link
-                            
to="https://github.com/apache/doris-website/issues/new";
+                            
to={`https://github.com/apache/doris-website/issues/new?title=Issue on 
docs&body=Path:${typeof window !== 'undefined' && location.pathname}`}
                             className={`mr-6 ${styles.footerBtn}`}
                         >
                             <DocsAttention /> <span className="ml-2">{isZH ? 
'反馈问题' : 'Report issue'}</span>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to