We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1c2d96c + 169ecbe commit 808fbc4Copy full SHA for 808fbc4
2 files changed
CHANGES.md
@@ -2,6 +2,8 @@
2
3
## unreleased
4
5
+- Add `cdk8s-plone` to the ecosystem navigation dropdown in the docs.
6
+
7
- Fix Python 3.10 incompatibility in the test suite: replace the
8
Python 3.11+ `datetime.UTC` import with `timezone.utc` in
9
`tests/test_pg_json.py` and `tests/test_known_types.py` [#10]
docs/sources/conf.py
@@ -69,6 +69,11 @@
69
"url": "https://bluedynamics.github.io/plone-pgthumbor/",
70
"summary": "Thumbor image scaling",
71
},
72
+ {
73
+ "title": "cdk8s-plone",
74
+ "url": "https://bluedynamics.github.io/cdk8s-plone/",
75
+ "summary": "Deploy Plone to Kubernetes",
76
+ },
77
],
78
79
{
0 commit comments