File tree Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,8 @@ See the chapter {ref}`training:dexterity1-label` from the Mastering Plone 6 Trai
52
52
53
53
``` {toctree}
54
54
:maxdepth: 2
55
-
55
+ ```
56
+ % Uncomment each of the following and move into the toctree above when migrated from Plone 5 documentation
56
57
% designing
57
58
% prerequisite
58
59
% schema-driven-types
@@ -61,7 +62,6 @@ See the chapter {ref}`training:dexterity1-label` from the Mastering Plone 6 Trai
61
62
% advanced/index
62
63
% testing/index
63
64
% reference/index
64
- ```
65
65
66
66
67
67
## Factory Type Information
Original file line number Diff line number Diff line change @@ -637,11 +637,11 @@ This way you also have a test for the generated view.
637
637
638
638
# # Guided information
639
639
640
- The Mastering Plone Training has several chapters on views.
640
+ The Mastering Plone 5 Training has several chapters on views.
641
641
642
- - {ref }` training:views1-label `
643
- - {ref }` training:views2-label `
644
- - {ref }` training:views3-label `
642
+ - {doc }` training:mastering-plone-5/views_1 `
643
+ - {doc }` training:mastering-plone-5/views_2 `
644
+ - {doc }` training:mastering-plone-5/views_3 `
645
645
646
646
647
647
(classic-ui-anatomy-of-a-view-label)=
Original file line number Diff line number Diff line change 91
91
r"https://coveralls.io/repos/github/plone/plone.restapi/badge.svg\?branch=main" , # plone.restapi
92
92
r"https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS/Errors#Identifying_the_issue" ,
93
93
r"https://docs.cypress.io/guides/references/migration-guide#Migrating-to-Cypress-version-10-0" , # volto
94
+ # Ignore unreliable sites
95
+ r"https://web.archive.org/" , # volto
94
96
]
95
97
linkcheck_anchors = True
96
98
linkcheck_timeout = 5
You can’t perform that action at this time.
0 commit comments