docs: consolidate developer docs and remove devcontainer #59
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "docs/consolidate-developer-docs"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Developer documentation was scattered and inconsistently maintained:
CLAUDE.mdwas long and duplicated detail,README.mdwastoo terse to onboard someone new, and there was no dedicated place for technical internals. The devcontainer (podman-based, using
a locally generated base image) was also sitting in the repo untouched and liable to confuse anyone comparing it with the
production Docker build.
This PR restructures the situation:
README.mdis expanded into a proper quick-start, commands, layout, and editing guide;docs/architecture.mdis introduced as the stable technical reference covering i18n, the asset pipeline, SEO internals, anddeploy;
CLAUDE.mdis trimmed to a concise rules-and-gotchas file that cross-references the other two, keeping the AI contextwindow lean. The devcontainer files are deleted and
Dockerfile.claude-jailis added to.gitignoreto prevent accidentalcommits of locally generated variants.