Skip to content

Commit e45a9b5

Browse files
authored
update regex for url (#905)
1 parent 1d40eca commit e45a9b5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/handlers/legacy-dev-portal-handler.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ as it provides better performance and usability.
3535
"title": "Dev Portal Redirect"
3636
},
3737
"paths": {
38-
"/docs(.*)": {
38+
"/docs{(.*)}": {
3939
"x-zuplo-path": {
4040
"pathMode": "url-pattern"
4141
},

docs/programmable-api/cache.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Cache
33
sidebar_label: Cache
4-
draft: true
4+
draft: false
55
---
66

77
The [Cache API](https://developer.mozilla.org/en-US/docs/Web/API/Cache) provides

0 commit comments

Comments
 (0)