Skip to content

Commit c9cde5e

Browse files
authored
Merge pull request #60 from plone/docs/fix-pypi-link-llms
Docs: remove bogus PyPI link, refresh llms.txt
2 parents ca32630 + 8a0f1f2 commit c9cde5e

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)