-
Notifications
You must be signed in to change notification settings - Fork 459
Expand file tree
/
Copy path.a11yrc.json.example
More file actions
23 lines (23 loc) · 978 Bytes
/
.a11yrc.json.example
File metadata and controls
23 lines (23 loc) · 978 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"subdomain": "",
"username": "",
"password": "",
"urls": [
"https://***.zendesk.com/hc/en-us",
"https://***.zendesk.com/hc/en-us/categories/:id",
"https://***.zendesk.com/hc/en-us/sections/:id",
"https://***.zendesk.com/hc/en-us/articles/:id",
"https://***.zendesk.com/hc/en-us/requests/new",
"https://***.zendesk.com/hc/en-us/search?utf8=%E2%9C%93&query=Help+Center",
"https://***.zendesk.com/hc/en-us/community/topics",
"https://***.zendesk.com/hc/en-us/community/topics/:id",
"https://***.zendesk.com/hc/en-us/community/posts",
"https://***.zendesk.com/hc/en-us/community/posts/:id",
"https://***.zendesk.com/hc/en-us/profiles/:id",
"https://***.zendesk.com/hc/contributions/posts?locale=en-us",
"https://***.zendesk.com/hc/en-us/subscriptions",
"https://***.zendesk.com/hc/en-us/requests",
"https://***.zendesk.com/hc/en-us/requests/:id",
"https://***.zendesk.com/hc/en-us/community/posts/new"
]
}