|
95 | 95 | # Ignore file downloads |
96 | 96 | r"^/_static/", |
97 | 97 | # Ignore pages that require authentication |
98 | | - r"https://github.com/simplesconsultoria/voltoimageeditor/issues/new", # requires auth |
| 98 | + r"https://github.com/collective/volto-image-editor/issues/new", # requires auth |
99 | 99 | # Ignore github.com pages with anchors |
100 | 100 | r"https://github.com/.*#.*", |
101 | 101 | # Ignore other specific anchors |
|
155 | 155 | "icon_links": [ |
156 | 156 | { |
157 | 157 | "name": "GitHub", |
158 | | - "url": "https://github.com/simplesconsultoria/voltoimageeditor", |
| 158 | + "url": "https://github.com/collective/volto-image-editor", |
159 | 159 | "icon": "fa-brands fa-square-github", |
160 | 160 | "type": "fontawesome", |
161 | 161 | "attributes": { |
|
182 | 182 | "navigation_with_keys": True, |
183 | 183 | "path_to_docs": "docs/docs", |
184 | 184 | "repository_branch": "main", |
185 | | - "repository_url": "https://github.com/simplesconsultoria/voltoimageeditor", |
| 185 | + "repository_url": "https://github.com/collective/volto-image-editor", |
186 | 186 | "search_bar_text": "Search", |
187 | 187 | "show_toc_level": 2, |
188 | 188 | "use_edit_page_button": True, |
|
192 | 192 | # suggest edit link |
193 | 193 | # remark: is mandatory in "edit_page_url_template" |
194 | 194 | # html_context = { |
195 | | -# "edit_page_url_template": "https://github.com/simplesconsultoria/voltoimageeditor/edit/main/docs/", |
| 195 | +# "edit_page_url_template": "https://github.com/collective/volto-image-editor/edit/main/docs/", |
196 | 196 | # } |
197 | 197 |
|
198 | 198 | # Announce that we have an opensearch plugin |
|
0 commit comments