summaryrefslogtreecommitdiff
path: root/doc (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-03-20Version bump to 0.63.00.63.0Danny Holman1-1/+1
Increment the version string to 0.63.0. Signed-off-by: Danny Holman <dholman@gymli.org>
2025-03-20core: refactor core API to be in proper styleDanny Holman1-12/+7
Bring the rest of the core API to be in line with the project coding style. This commit also makes the coding style change formal by updating the coding style document in the documentation. Signed-off-by: Danny Holman <dholman@gymli.org>
2024-10-25Version bump to v0.62.0v0.62.0Danny Holman1-1/+1
Signed-off-by: Danny Holman <dholman@gymli.org>
2024-10-25doc: add license requirements fileDanny Holman2-1/+46
Add a documentation file that describes license requirements and compliance information. Signed-off-by: Danny Holman <dholman@gymli.org>
2024-10-25doc: add introductory documentation filesDanny Holman6-0/+595
Add documentation files that act as the starting points for the rest of the documentation and introduce a beginner to Rune. Signed-off-by: Danny Holman <dholman@gymli.org>
2024-10-18doc: hook documentation into build systemDanny Holman3-0/+2931
Add a target to the build system that will generate the included documentation. This target should be called "docs" and should only be called explictity, not during the default build target. Signed-off-by: Danny Holman <dholman@gymli.org>