Skip to content

Commit 8a0f1f2

Browse files
jensensclaude
andcommitted
docs: drop bogus cookiecutter-zope-instance PyPI link; refresh llms.txt
The template is used directly from GitHub via `cookiecutter gh:plone/cookiecutter-zope-instance` and is not published on PyPI. Remove the PyPI nav link from the theme and the PyPI line from llms.txt, replacing it with an install note. Refresh the llms.txt "Documentation Sections" to match the current how-to lifecycle, the sample-configurations reference, the configuration-workflow explanation, and the new glossary. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 76f40c9 commit 8a0f1f2

2 files changed

Lines changed: 5 additions & 8 deletions

File tree

docs/sources/conf.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,6 @@
4444
"title": "GitHub",
4545
"url": "https://github.com/plone/cookiecutter-zope-instance",
4646
},
47-
{
48-
"title": "PyPI",
49-
"url": "https://pypi.org/project/cookiecutter-zope-instance/",
50-
},
5147
],
5248
}
5349

docs/sources/llms.txt

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ configuration file.
1313
- License: GPL-2.0
1414
- Python: 3.10+
1515
- Repository: https://github.com/plone/cookiecutter-zope-instance
16-
- PyPI: https://pypi.org/project/cookiecutter-zope-instance/
16+
- Install: used directly from GitHub via `cookiecutter gh:plone/cookiecutter-zope-instance` (not published on PyPI)
1717

1818
## Features
1919

@@ -103,6 +103,7 @@ separator for nested dict values.
103103
## Documentation Sections
104104

105105
- [Tutorials](tutorials/index.md): First instance, Docker deployment
106-
- [How-To Guides](how-to/index.md): RelStorage, PGJsonb, ZEO, z3blobs, CORS, env vars, upgrading
107-
- [Reference](reference/index.md): All configuration variables documented
108-
- [Explanation](explanation/index.md): Storage backends, blob handling, rationale
106+
- [How-To Guides](how-to/index.md): set the listen host/port, configure a storage backend (filestorage, RelStorage, PGJsonb, ZEO, z3blobs), configure the application (CORS, logging, product-config), deploy to production (reverse proxy, environment variables), enable debug/profiling, operate (pack/GC, backup/restore, migrate storage), upgrade
107+
- [Reference](reference/index.md): All configuration variables, plus sample configurations
108+
- [Explanation](explanation/index.md): Storage backends, blob handling, configuration workflow, rationale
109+
- [Glossary](glossary.md): Key terms (blob, FileStorage, RelStorage, ZEO, PGJsonb, ZODB)

0 commit comments

Comments
 (0)