From 8daab8ff2aeb8015f6e7bb83e110ac24144fbbda Mon Sep 17 00:00:00 2001
From: Sanskar Jethi <29942790+sansyrox@users.noreply.github.com>
Date: Sun, 19 Jan 2025 21:18:40 +0000
Subject: [PATCH] fix: some broken routes in the refactor (#1114)
---
docs_src/src/pages/documentation/en/hosting.mdx | 2 +-
docs_src/src/pages/documentation/en/index.mdx | 4 ++--
docs_src/src/pages/documentation/en/plugins.mdx | 2 +-
docs_src/src/pages/documentation/zh/index.mdx | 6 +++---
docs_src/src/pages/index.jsx | 6 +++---
5 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/docs_src/src/pages/documentation/en/hosting.mdx b/docs_src/src/pages/documentation/en/hosting.mdx
index 7302be5e3..51f9841ad 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 a54075151..e9f9ef9e5 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 b68cfcbe5..512336342 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 65362ce67..09b0f5394 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 2beedf9df..9c3b7188a 100644
--- a/docs_src/src/pages/index.jsx
+++ b/docs_src/src/pages/index.jsx
@@ -125,7 +125,7 @@ export default function Home({ articles }) {