Skip to content

Commit 4f596ad

Browse files
jensensclaude
andcommitted
feat(docs): add Ecosystem nav dropdown to header
Links to the shared ecosystem dashboard at bluedynamics.github.io/zodb-pgjsonb/ecosystem.html with quick-nav to all BlueDynamics package docs. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent cfc054b commit 4f596ad

1 file changed

Lines changed: 31 additions & 0 deletions

File tree

docs/sources/conf.py

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,37 @@
4040
"color_mode": "dark",
4141
"dark_code": True,
4242
"nav_links": [
43+
{
44+
"title": "Ecosystem",
45+
"url": "https://bluedynamics.github.io/zodb-pgjsonb/ecosystem.html",
46+
"children": [
47+
{
48+
"title": "Dashboard",
49+
"url": "https://bluedynamics.github.io/zodb-pgjsonb/ecosystem.html",
50+
"summary": "Overview of all packages",
51+
},
52+
{
53+
"title": "zodb-pgjsonb",
54+
"url": "https://bluedynamics.github.io/zodb-pgjsonb/",
55+
"summary": "PostgreSQL JSONB storage",
56+
},
57+
{
58+
"title": "zodb-json-codec",
59+
"url": "https://bluedynamics.github.io/zodb-json-codec/",
60+
"summary": "Rust pickle↔JSON transcoder",
61+
},
62+
{
63+
"title": "plone-pgcatalog",
64+
"url": "https://bluedynamics.github.io/plone-pgcatalog/",
65+
"summary": "PostgreSQL-backed catalog",
66+
},
67+
{
68+
"title": "plone-pgthumbor",
69+
"url": "https://bluedynamics.github.io/plone-pgthumbor/",
70+
"summary": "Thumbor image scaling",
71+
},
72+
],
73+
},
4374
{
4475
"title": "GitHub",
4576
"url": "https://github.com/bluedynamics/zodb-json-codec",

0 commit comments

Comments
 (0)