diff --git a/frontend/app/src/pages/docs/_meta.json b/frontend/app/src/pages/docs/_meta.json
index 71f213b9..d497a0b6 100644
--- a/frontend/app/src/pages/docs/_meta.json
+++ b/frontend/app/src/pages/docs/_meta.json
@@ -5,10 +5,6 @@
},
"index": "Introduction",
"quick-start": "Quick Start",
- "how-to-read-these-docs": {
- "title": "How to read these docs",
- "display": "hidden"
- },
"changelog": "Changelog",
"faq": "FAQ",
"-- Deploy This RAG": {
diff --git a/frontend/app/src/pages/docs/how-to-read-these-docs.mdx b/frontend/app/src/pages/docs/how-to-read-these-docs.mdx
deleted file mode 100644
index ff24b94d..00000000
--- a/frontend/app/src/pages/docs/how-to-read-these-docs.mdx
+++ /dev/null
@@ -1,103 +0,0 @@
-import { ArrowRightIcon, FormulaIcon, FileIcon, CloudIcon, CodeIcon, BoxIcon, GearIcon, RowsIcon, CardsIcon } from '@/components/icons'
-import { Callout, Card, Cards, Steps } from 'nextra/components'
-
-
-# How to read these docs
-
-Welcome to the TiDB.AI documentation! We've tried hard to make these docs approachable regardless of your experience level with TiDB, TiDB Serverless, RAG and generative AI in general.
-
-
-## Before you start
-
-**TiDB Serverless** is the serverless version of TiDB, which is a MySQL compatible but with Vector Storage support, fully managed, built-in analytical engine, with 25GiB storage free!
-
-**TiDB.AI** is a xlab-level of site which currently is demostrating RAG demo built with TiDB Vector.
-
-
-
-Note: Both TiDB Vector and TiDB.AI are still under development, you can join the waitlist by https://tidb.cloud/ai.
-
-
-
-## Reading Path
-
-
-### Play Live Demo!
-
- }
- title="Click to Play Live Demo"
- href="https://tidb.ai"
- target="_blank"
- />
-
-
-### Learn The Basics - Optional
-
- }
- title="What is TiDB.AI"
- href="/docs"
- />
- }
- title="What is TiDB"
- href="https://tidb.cloud"
- target="_blank"
- />
- }
- title="What is RAG"
- href="https://docs.llamaindex.ai/en/stable/getting_started/concepts/#retrieval-augmented-generation-rag"
- />
-
-
-### Deploy Your Own RAG / Chatbot
-
- }
- title="Deploy on EC2"
- href="/docs/deploy-self-hosted"
- />
- }
- title="Deploy to Vercel"
- href="/docs/deploy-to-vercel"
- />
-
-
-### Customize RAG Workflow- Advanced
-
- }
- title="Config Doc Loader"
- href="/"
- />
- }
- title="Change Chunk Size"
- href="/"
- />
- }
- title="Choose Other LLM"
- href="/"
- />
- }
- title="Change Embedding API"
- href="/"
- />
- }
- title="Change Reranker"
- href="/"
- />
- }
- title="Customize Prompt"
- href="/"
- />
-
-
-