Add infrastructure for keeping design documents #6
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?
Examples from other projects:
The idea is to write informal descriptions of big features or big changes to be done to the software, and to use them as brainstorming tools. They later serve as a history of the software's development decisions.
Both of those examples are embedded in a general development guide for each of librsvg/gnome-crosswords. It's not documentation for users of the project, but documentation for its developers. I've found it very useful to put stuff there like the internal API reference, a description of the CI, detailed compilation instructions, how to set up a development environment, etc.
Questions for @ro:
mdbookworks very well; it renders books with Markdown (a lot of Rust documentation is rendered with it).The cheap, do-nothing alternative is just to throw .md files in a
devel-docsdirectory, too.I can put either of those in the CI if you want.
There's a wiki system built into forejo. We could use that unless there are some reasons why we shouldn't.