We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d40eca commit e45a9b5Copy full SHA for e45a9b5
docs/handlers/legacy-dev-portal-handler.mdx
@@ -35,7 +35,7 @@ as it provides better performance and usability.
35
"title": "Dev Portal Redirect"
36
},
37
"paths": {
38
- "/docs(.*)": {
+ "/docs{(.*)}": {
39
"x-zuplo-path": {
40
"pathMode": "url-pattern"
41
docs/programmable-api/cache.mdx
@@ -1,7 +1,7 @@
1
---
2
title: Cache
3
sidebar_label: Cache
4
-draft: true
+draft: false
5
6
7
The [Cache API](https://developer.mozilla.org/en-US/docs/Web/API/Cache) provides
0 commit comments