diff --git a/docs_src/src/pages/documentation/en/hosting.mdx b/docs_src/src/pages/documentation/en/hosting.mdx
index 7302be5e..51f9841a 100644
--- a/docs_src/src/pages/documentation/en/hosting.mdx
+++ b/docs_src/src/pages/documentation/en/hosting.mdx
@@ -105,4 +105,4 @@ We can go to our domain `/hello` and confirm that the message "Hello Wor
## Next Steps
-- [Future Roadmap](/documentation/api_reference/future-roadmap)
+- [Future Roadmap](/documentation/en/api_reference/future-roadmap)
diff --git a/docs_src/src/pages/documentation/en/index.mdx b/docs_src/src/pages/documentation/en/index.mdx
index a5407515..e9f9ef9e 100644
--- a/docs_src/src/pages/documentation/en/index.mdx
+++ b/docs_src/src/pages/documentation/en/index.mdx
@@ -19,8 +19,8 @@ Welcome to the Robyn API documentation. You'll find comprehensive guides and doc
We have divided the documentation into two parts: the [Example Application](#guides) and the [API Reference](#resources).
-
-
+
+
## Getting started {{ anchor: false }}
diff --git a/docs_src/src/pages/documentation/en/plugins.mdx b/docs_src/src/pages/documentation/en/plugins.mdx
index b68cfcbe..51233634 100644
--- a/docs_src/src/pages/documentation/en/plugins.mdx
+++ b/docs_src/src/pages/documentation/en/plugins.mdx
@@ -38,4 +38,4 @@ The plugin integrates seamlessly with the Robyn web framework, enhancing the sec
After exploring the plugins, Batman wanted to explore the community.So, Robyn pointed him to
-- [Future Roadmap](/documentation/api_reference/future-roadmap)
\ No newline at end of file
+- [Future Roadmap](/documentation/en/api_reference/future-roadmap)
diff --git a/docs_src/src/pages/documentation/zh/index.mdx b/docs_src/src/pages/documentation/zh/index.mdx
index 65362ce6..09b0f539 100644
--- a/docs_src/src/pages/documentation/zh/index.mdx
+++ b/docs_src/src/pages/documentation/zh/index.mdx
@@ -17,8 +17,8 @@ export const sections = [
欢迎来到Robyn API文档。您将找到全面的指南和文档,帮助您尽快开始使用Robyn,并在遇到困难时获得支持。
-
-
+
+
## 入门指南 {{ anchor: false }}
@@ -30,4 +30,4 @@ API参考包含了有关Robyn API的详细信息。如果您已经熟悉Robyn并
-
\ No newline at end of file
+
diff --git a/docs_src/src/pages/index.jsx b/docs_src/src/pages/index.jsx
index 2beedf9d..9c3b7188 100644
--- a/docs_src/src/pages/index.jsx
+++ b/docs_src/src/pages/index.jsx
@@ -125,7 +125,7 @@ export default function Home({ articles }) {