In-Depth Project Documentation #11
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
webgrip/invoiceninja-application#11
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?
Originally created by @Ryangr0 on GitHub.
Originally assigned to: @Copilot on GitHub.
In-Depth Project Documentation (auto-researched from official upstream)
Objective
Produce comprehensive, accurate, and maintainable documentation for this project by deriving facts from the application’s official sources. The project you need to look up is in the name of the repository. Look it up online. Get the links for all pertinent sources, including official documentation, GitHub repositories, and Docker image READMEs, public helm charts, etc. This will ensure that our documentation is grounded in the most reliable information available.
Scope (what must be covered)
Project Overview
Upstream Application Facts
values.yamlare configurable).Configuration
Compliance with Upstream
Authoritative Sources (must consult and cite)
Output format & location
Place documentation under
docs/with the following minimum set:docs/adrs: Architectural Decision Recordsdocs/techdocs: Custom mkdocs documentation, based on Spotify's techdocs. Think of a sensible way to structure this and use nav: in ./docs/techdocs/mkdocs.ymlEach file must begin with a one-sentence purpose statement and a concise table of contents.
Use consistent heading hierarchy, short paragraphs, and bullet lists for scanability.
Use code fences for commands and config fragments; never include real secrets or tokens.
Required content rules
./README.md, runmake start, and reach the application without guesswork.Acceptance criteria (checklist)
docs/*files listed above are present, well-structured, and internally consistent.docs/README.md.Definition of done