|
85 | 85 | # Ignore pages that require authentication
|
86 | 86 | r"https://github.com/orgs/plone/teams/", # requires auth
|
87 | 87 | r"https://github.com/plone/documentation/issues/new", # requires auth
|
88 |
| - r"https://github.com/plone/volto/issues/new", # requires auth |
89 | 88 | r"https://opensource.org/", # requires auth
|
90 | 89 | # Ignore github.com pages with anchors
|
91 | 90 | r"https://github.com/.*#.*",
|
92 | 91 | # Ignore github.com searches
|
93 | 92 | r"https://github.com/search",
|
| 93 | + # Ignore rate limiting by github.com |
| 94 | + r"https://github.com/plone/volto/issues", |
| 95 | + r"https://github.com/plone/volto/pull", |
94 | 96 | # Ignore other specific anchors
|
95 | 97 | r"https://coveralls.io/repos/github/plone/plone.restapi/badge.svg\?branch=main", # plone.restapi
|
96 | 98 | r"https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS/Errors#Identifying_the_issue",
|
|
243 | 245 | "repository_url": "https://github.com/plone/documentation",
|
244 | 246 | "search_bar_text": "Search",
|
245 | 247 | "switcher": {
|
246 |
| - "json_url": "/_static/switcher.json", |
| 248 | + "json_url": "https://6.docs.plone.org/_static/switcher.json", |
247 | 249 | "version_match": version,
|
248 | 250 | },
|
249 | 251 | "use_edit_page_button": True,
|
|
0 commit comments