docs: 📝 improve doc

This commit is contained in:
Lucas Colombo 2024-04-08 17:22:39 -03:00
parent 7235281915
commit f5e222a81f
Signed by: lucas
GPG Key ID: EF34786CFEFFAE35
2 changed files with 8 additions and 5 deletions

View File

@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 52 32"><path d="M16,6A4,4,0,0,0,8,6H0v6a4,4,0,0,1,4,4,4,4,0,0,1-4,4v6H8a4,4,0,0,0,8,0h8V6Z" style="fill:#ea80fc"/><path d="M48,12V6H40a4,4,0,0,1-8,0H24v6a4,4,0,0,0,0,8v6h8a4,4,0,0,1,8,0h8V20a4,4,0,0,0,0-8Z" style="fill:#18ffff"/></svg> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36 24"><path d="M12,4A4,4,0,0,0,4,4H0V8a3.99887,3.99887,0,0,1,4,4,3.99891,3.99891,0,0,1-4,4v4H4a4,4,0,0,0,8,0h4l2-8L16,4Z" style="fill:#ea80fc"/><path d="M24,8a3.99891,3.99891,0,0,0,4-4h4V8a4,4,0,0,1,0,8v4H28a4,4,0,0,0-8,0H16V16a4,4,0,0,1,0-8V4h4A3.99887,3.99887,0,0,0,24,8Z" style="fill:#40c4ff"/></svg>

Before

Width:  |  Height:  |  Size: 288 B

After

Width:  |  Height:  |  Size: 357 B

View File

@ -18,10 +18,13 @@ several features and "sub-features".
## Main features ## Main features
- [x] [cli](lib/cli) - [x] [cli](lib/cli)&nbsp;&nbsp;<picture><img alt="has subfeatures" src=".github/img/icon-has-submodules.svg" height="12"></picture>
- [x] [logging](lib/logger) - [x] [logging](lib/logger)
- [x] [macros](lib/macros) - [x] [macros](lib/macros)
- [x] [sched](lib/sched) <img src=".github/img/icon-has-submodules.svg" height="16"> - [x] [sched](lib/sched)&nbsp;&nbsp;<picture><img alt="has subfeatures" src=".github/img/icon-has-submodules.svg" height="12"></picture>
> [!NOTE] > [!NOTE] Sub-Features
> <img src=".github/img/icon-has-submodules.svg" height="16"> : Means that the feature has sub-features. >
> <picture><img alt="has subfeatures" src=".github/img/icon-has-submodules.svg" height="12"></picture> » Means that the feature has sub-features.
>
> Check the module's specific documentation for more information.