Skip to content

Commit

Permalink
Merge branch '6.0' into xref-training
Browse files Browse the repository at this point in the history
  • Loading branch information
stevepiercy authored Dec 2, 2024
2 parents cca5716 + 78a7a6f commit e4af196
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ The value you use for this CSS rule should identify one of the fontello icons in

It is not possible at this time to set an icon for your add-on package control panels without including CSS in your package.

For documentation on how to use it in your own add-ons see {doc}`training:mastering-plone-5/registry`.
For documentation on how to use it in your own add-ons see {doc}`training-2023:mastering-plone-5/registry`.


### Properties
Expand Down
2 changes: 1 addition & 1 deletion docs/classic-ui/viewlets.md
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ The following Python code example, such as in a file {file}`viewlets.py`, extend
```{todo}
The following Facebook like viewlet example is obsolete (note that links use `http`) and needs to be replaced with a modern one.
The concept is valid, but the code will not actually work with Facebook.
For a somewhat more recent example, see {doc}`training:mastering-plone-5/viewlets_1` in the Master Plone 5 training.
For a somewhat more recent example, see {doc}`training-2023:mastering-plone-5/viewlets_1` in the Master Plone 5 training.
```

```python
Expand Down
6 changes: 3 additions & 3 deletions docs/classic-ui/views.md
Original file line number Diff line number Diff line change
Expand Up @@ -663,9 +663,9 @@ This way you will also have a test for the generated view.

The Mastering Plone 5 Training has several chapters on views.

- {doc}`training:mastering-plone-5/views_1`
- {doc}`training:mastering-plone-5/views_2`
- {doc}`training:mastering-plone-5/views_3`
- {doc}`training-2023:mastering-plone-5/views_1`
- {doc}`training-2023:mastering-plone-5/views_2`
- {doc}`training-2023:mastering-plone-5/views_3`


(classic-ui-anatomy-of-a-view-label)=
Expand Down
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,7 @@
"python": ("https://docs.python.org/3/", None),
"training": ("https://training.plone.org/", None),
"training-2022": ("https://2022.training.plone.org/", None),
"training-2023": ("https://2023.training.plone.org/", None),
}


Expand Down

0 comments on commit e4af196

Please sign in to comment.