2
2
mirror of https://github.com/Hilbis/Hilbish synced 2025-04-21 13:03:22 +00:00

10 Commits

Author SHA1 Message Date
3219c47071
docs: reorganize text and add more info 2023-12-25 22:32:37 -04:00
0de305a9a3
docs: fix extra whitespace 2023-12-25 19:52:16 -04:00
2cac53d6e7
feat(commands/doc): display separator, add space in code block 2023-12-18 10:16:57 -04:00
90ef8f7a9c
refactor: update documentation for everything 2023-12-03 20:54:00 -04:00
f40ce3c8f7
chore: update docs 2023-12-02 08:23:49 -04:00
726082ba03
docs: fix duplicate functions header 2023-09-09 13:38:54 -04:00
0900284304
docs: turn properties list into a table
also fix member functions causing a spam of separators
2023-09-02 16:01:57 -04:00
aa7e899db4
docs: make various style changes
- add a table that lists module functions
- add highlight when jumping to a function
- separators
2023-09-02 14:18:40 -04:00
7c1984135b
docs: add detailed parameter listing, change interface to modules
there are a few changes here
- documentation of each parameter separately has been added
to the generated text docs
- interfaces have been renamed to modules. this was honestly a pointless
and confusing distinction (interfaces are tables for modules that are
lua modules). it also makes it so that (formerly) interfaces and
modules line up with each other on the doc list

im not sure what else i did, these are old changes
2023-08-26 11:30:51 -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