We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 171ccf9 commit 4b2fd93Copy full SHA for 4b2fd93
2 files changed
src/data/paths.yaml
@@ -80,3 +80,8 @@
80
title: Enrollment Automations
81
resources:
82
- enrollment_automation
83
+
84
+/connect_webviews:
85
+ title: Connect Webviews
86
+ resources:
87
+ - connect_webview
src/lib/reference.ts
@@ -57,7 +57,8 @@ export const reference = (
57
!route.path.startsWith('/acs') &&
58
!route.path.startsWith('/thermostats') &&
59
!route.path.startsWith('/phones') &&
60
- !route.path.startsWith('/user_identities')
+ !route.path.startsWith('/user_identities') &&
61
+ !route.path.startsWith('/connect_webviews')
62
) {
63
continue
64
}
0 commit comments