Skip to content

Commit 0638ab6

Browse files
committed
add links to relevant trainings
1 parent fd0450f commit 0638ab6

File tree

7 files changed

+24
-2
lines changed

7 files changed

+24
-2
lines changed

docs/backend/behaviors.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,7 @@ myst:
1111

1212
# Behaviors
1313

14+
15+
```{seealso}
16+
See the chapter {ref}`training:behaviors1-label` from the Mastering Plone 6 Training
17+
```

docs/backend/content-types.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ myst:
1111

1212
# Content Types
1313

14+
```{seealso}
15+
See the chapter {ref}`training:dexterity1-label` from the Mastering Plone 6 Training
16+
```
1417

1518
```{todo}
1619
Describe how to add a content type (Python/XML) including FTI settings.

docs/backend/control-panels.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,8 @@ To manually register a view as a control panel, add the following registration t
4242
<permission>Manage portal</permission>
4343
</configlet>
4444
</object>
45-
```
45+
```
46+
47+
```{seealso}
48+
See the chapter {ref}`training:controlpanel-label` from the Mastering Plone 6 Training
49+
```

docs/backend/fields.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ myst:
1111

1212
# Fields
1313

14-
14+
```{seealso}
15+
See the chapter {ref}`training:dexterity-reference-label` from the Mastering Plone 6 Training
16+
```
1517

1618
(backend-fields-schema-label)=
1719

docs/backend/vocabularies.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,6 @@ myst:
1111

1212
# Vocabularies
1313

14+
```{seealso}
15+
See the chapter {ref}`training:vocabularies-label` from the Mastering Plone 6 Training
16+
```

docs/backend/widgets.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ myst:
1111

1212
# Widgets
1313

14+
```{seealso}
15+
See the chapter {ref}`training:dexterity-reference-label` from the Mastering Plone 6 Training
16+
```
1417

1518
(backend-widgets-autoform-label)=
1619

docs/backend/workflows.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,6 @@ myst:
1111

1212
# Workflows
1313

14+
```{seealso}
15+
See the training {ref}`training:workflow-label`
16+
```

0 commit comments

Comments
 (0)