Align docs with Harbor-pull dev workflow #1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Type
Chore
Lineage
Standalone — aligning rails-base docs with how base-images actually works.
Repo
ldraney/rails-base
User Story
As a developer starting a new Rails app, I want the guide to match reality so I can follow it end-to-end without hitting dead references.
Context
starting-a-new-project.mdwas written assuming aDockerfile.devper project and atemplates/directory. The actual architecture pullsruby-rails-buildfrom Harbor via docker-compose — no per-project Dockerfile needed for dev. The guide and Mermaid diagram reference artifacts that don't exist.File Targets
docs/starting-a-new-project.md— remove Dockerfile.dev refs, fix templates/ path, update diagram and stepsREADME.md— remove dead links to unwritten docs (platform-stack.md, css-conventions.md)Acceptance Criteria
templates/directoryTest Expectations
Manual review — docs only.
Constraints
None.
Checklist
Related
ldraney/base-images#5