diff --git a/docs/src/api/.pages b/docs/src/api/.pages
index a6bb24b5d98..f7eb0f4cb5d 100644
--- a/docs/src/api/.pages
+++ b/docs/src/api/.pages
@@ -1,3 +1,5 @@
nav:
- index.md
- - 'Catalyst gateway': catalyst-gateway.md
\ No newline at end of file
+ - 'Catalyst gateway':
+ - 'Rust docs': cat-gateway-rust.md
+ - 'OpenAPI docs': cat-gateway-openapi.md
\ No newline at end of file
diff --git a/docs/src/api/cat-gateway-openapi.md b/docs/src/api/cat-gateway-openapi.md
new file mode 100644
index 00000000000..42a60dad9d5
--- /dev/null
+++ b/docs/src/api/cat-gateway-openapi.md
@@ -0,0 +1,11 @@
+---
+icon: material/server
+---
+
+# Catalyst Gateway OpenAPI docs
+
+```JSON
+{
+
+}
+```
\ No newline at end of file
diff --git a/docs/src/api/catalyst-gateway.md b/docs/src/api/cat-gateway-rust.md
similarity index 84%
rename from docs/src/api/catalyst-gateway.md
rename to docs/src/api/cat-gateway-rust.md
index e79572beb97..18381f70044 100644
--- a/docs/src/api/catalyst-gateway.md
+++ b/docs/src/api/cat-gateway-rust.md
@@ -1,5 +1,5 @@
---
-icon: material/gate
+icon: material/language-rust
---
@@ -7,7 +7,7 @@ icon: material/gate
# Catalyst Gateway Rust docs
-
+
[OPEN FULL PAGE](./catalyst-gateway/rust-docs/index.html)