2
2
mirror of https://github.com/Hilbis/Hilbish synced 2025-04-05 21:23:23 +00:00

8 Commits

Author SHA1 Message Date
487b5fa4f8
ci: checkout with submodules 2025-04-02 11:12:09 -04:00
4150001d8b
fix: make lua implemented hilbish interfaces documented (#335)
* fix: make lua implemented hilbish interfaces documented

* fix: signature link in table of contents

* fix: reduce function list to match in go generated docs

* fix: toc appending

* docs: enable docs for hilbish.messages

* feat: add description gen, and more spacing between param listing

* docs: add more detailed documentation for lua modules

* docs: update hilbish.messages docs

* fix: add description for lua doc'd modules, remove duplicate docs

* docs: add back hilbish.jobs doc

* feat: generate toc for lua modules

* fix: add table heading

* ci: add lua docgen

* docs: put dirs.old doc on 1 line
2025-04-02 09:41:37 -04:00
bbd5637e9b
ci: update all actions (#302) 2024-05-03 12:47:24 -04:00
e5eefb1d2d
refactor!: rework docs and doc command (#218)
changes the actual file format of docs to markup since that's basically what we have been
using in the first place.

the docgen command has been modified to write markdown headings with the function name and
yaml metadata for easy consumption by hugo for the website.

all other docs have been moved to markdown as well this is the main reason this is a "breaking" change
users will have to reinstall hilbish (task uninstall and task install) to remove the old plaintext docs
2022-12-15 00:00:54 -04:00
TorchedSammy
18c115325a
ci: change regen to just gen 2022-02-25 18:04:34 -04:00
TorchedSammy
165cedf328
ci: rename job to regen 2022-02-25 17:59:32 -04:00
TorchedSammy
4c371d8095
ci: fix setup for go 2022-02-25 17:58:09 -04:00
TorchedSammy
c5f5a83990
ci: add action to gen and push docs 2022-02-25 17:55:35 -04:00