docs: prepare cloud docs (#12784)

* initial

* fixes

* docs: prepare cloud docs
This commit is contained in:
Shahed Nasser
2025-06-20 12:59:38 +03:00
committed by GitHub
parent c2f91c8a8a
commit 5122ced9f6
30 changed files with 241 additions and 46 deletions
+1 -1
View File
@@ -9,5 +9,5 @@ export function middleware(request: NextRequest) {
}
export const config = {
matcher: "/((?!resources|api|ui|user-guide).*)index.html.md",
matcher: "/((?!resources|api|ui|user-guide|cloud).*)index.html.md",
}