Skip to content

Commit 4b2fd93

Browse files
Enable connect webviews gen
1 parent 171ccf9 commit 4b2fd93

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

src/data/paths.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,3 +80,8 @@
8080
title: Enrollment Automations
8181
resources:
8282
- enrollment_automation
83+
84+
/connect_webviews:
85+
title: Connect Webviews
86+
resources:
87+
- connect_webview

src/lib/reference.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ export const reference = (
5757
!route.path.startsWith('/acs') &&
5858
!route.path.startsWith('/thermostats') &&
5959
!route.path.startsWith('/phones') &&
60-
!route.path.startsWith('/user_identities')
60+
!route.path.startsWith('/user_identities') &&
61+
!route.path.startsWith('/connect_webviews')
6162
) {
6263
continue
6364
}

0 commit comments

Comments
 (0)