Skip to content

Commit

Permalink
Merge pull request #847 from plone/2024-prep
Browse files Browse the repository at this point in the history
Prepare for PloneConf 2024
  • Loading branch information
stevepiercy authored Jun 17, 2024
2 parents 53e54c9 + 7b29198 commit c0c9ec3
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 19 deletions.
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,3 @@ If you have issues, please open an issue in our [Issue Tracker](https://github.c
## License

The project is licensed under the [Creative Commons Attribution 4.0 International License](https://creativecommons.org/licenses/by/4.0/) by the [Plone Foundation](https://plone.org).


## The landing page

The code for the landing page at https://training.plone.org is in another repository at https://github.com/plone/training.plone.org.
4 changes: 3 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@

html_theme_options = {
"logo": {
"text": "Plone Training 2023",
"text": "Plone Training 2024",
},
"path_to_docs": "docs",
"repository_branch": "main",
Expand Down Expand Up @@ -201,6 +201,8 @@
"plone5docs": ("https://5.docs.plone.org/", None),
"plone6docs": ("https://6.docs.plone.org/", None),
"python": ("https://docs.python.org/3/", None),
"training2023": ("https://2023.training.plone.org/", None),
"training2022": ("https://2022.training.plone.org/", None),
}


Expand Down
60 changes: 47 additions & 13 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,35 +120,69 @@ Beginning in 2022, after every Plone Conference, we take a snapshot and archive
Because we began this practice in 2022, all previous trainings that have documentation were archived.


### 2023

#### Development and Customization

- {doc}`training2023:mastering-plone/index`
- {doc}`training2023:mastering-plone-5/index`
- {doc}`training2023:testing/index`


#### Volto, React, and Javascript

- {doc}`training2023:voltohandson/index`
- {doc}`training2023:voltoaddons/index`
- {doc}`training2023:volto_customization/index`
- {doc}`training2023:effective-volto/index`
- [Use, Integrate and develop Patterns for Plone 6 Classic](https://patternslib.github.io/patternslib-training)


#### Theming

- {doc}`training2023:theming/index`


#### Deployment

- {doc}`training2023:plone-deployment/index`


#### Other

- {doc}`training2023:migrations/index`


### 2022

#### Development and Customization

- [Through-The-Web Plone Customization](https://2022.training.plone.org/ttw/index.html)
- {doc}`training2022:ttw/index`


#### Volto, React, and Javascript

- [Volto](https://2022.training.plone.org/volto/index.html)
- [Angular SDK for Plone](https://2022.training.plone.org/angular/index.html)
- [GatsbyJS](https://2022.training.plone.org/gatsby/index.html)
- [JavaScript For Plone Developers (up to Plone 5)](https://2022.training.plone.org/javascript/index.html)
- [React](https://2022.training.plone.org/react/index.html)
- {doc}`training2022:volto/index`
- {doc}`training2022:angular/index`
- {doc}`training2022:gatsby/index`
- {doc}`training2022:javascript/index`
- {doc}`training2022:react/index`


#### Theming

- [Plone 5 Theming](https://2022.training.plone.org/theming_plone_5/index.html)
- {doc}`training2022:theming_plone_5/index`


#### Deployment

- [Deploying and Operating Plone on WSGI](https://2022.training.plone.org/wsgi/index.html)
- [Automating Plone Deployment](https://2022.training.plone.org/deployment/index.html)
- [Plone Deployments With Amazon OpsWorks](https://2022.training.plone.org/deployment/opsworks/index.html)
- {doc}`training2022:wsgi/index`
- {doc}`training2022:deployment/index`
- {doc}`training2022:deployment/opsworks/index`


#### Other

- [Build your own webframework from scratch](https://2022.training.plone.org/advanced-python/index.html)
- [Migrating Content with Transmogrifier](https://2022.training.plone.org/transmogrifier/index.html)
- [Plone Training Solr](https://2022.training.plone.org/solr/index.html)
- {doc}`training2022:advanced-python/index`
- {doc}`training2022:transmogrifier/index`
- {doc}`training2022:solr/index`

0 comments on commit c0c9ec3

Please sign in to comment.