Skip to content

Commit 808fbc4

Browse files
authored
Merge pull request #9 from bluedynamics/docs/cdk8s-plone-nav
docs(ecosystem): add cdk8s-plone to the Ecosystem nav dropdown
2 parents 1c2d96c + 169ecbe commit 808fbc4

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

CHANGES.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## unreleased
44

5+
- Add `cdk8s-plone` to the ecosystem navigation dropdown in the docs.
6+
57
- Fix Python 3.10 incompatibility in the test suite: replace the
68
Python 3.11+ `datetime.UTC` import with `timezone.utc` in
79
`tests/test_pg_json.py` and `tests/test_known_types.py` [#10]

docs/sources/conf.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,11 @@
6969
"url": "https://bluedynamics.github.io/plone-pgthumbor/",
7070
"summary": "Thumbor image scaling",
7171
},
72+
{
73+
"title": "cdk8s-plone",
74+
"url": "https://bluedynamics.github.io/cdk8s-plone/",
75+
"summary": "Deploy Plone to Kubernetes",
76+
},
7277
],
7378
},
7479
{

0 commit comments

Comments
 (0)