Gaetan Lepage
848543d527
docs: optionally add a description to plugins
2024-03-22 13:15:41 +01:00
Gaetan Lepage
2d4ebda245
docs: swap "url" and "maintainers" in documentation
2024-03-22 13:15:41 +01:00
Gaetan Lepage
cd32dcd50f
docs: avoid duplicate maintainers
2024-03-08 08:57:27 +01:00
traxys
82a24d0d42
docs: Allow to add an url in the online documentation ( #1139 )
...
* plugin/committia: Use correct maintainers import
* plugins/neocord: Remove redyf as the entry is not in the list
* docs: Allow to add an URL to the plugin
2024-02-20 21:20:59 +01:00
traxys
ad8aa72490
docs: Introduce an user guide ( #1121 )
2024-02-18 15:56:18 +01:00
traxys
375453feff
docs: Add a short sections on helpers ( #1093 )
2024-02-14 23:38:26 +01:00
Gaetan Lepage
5d3ed3a09e
misc: refactor helpers propagation
...
Co-authored-by: Robert Hensing <robert@roberthensing.nl>
2024-02-09 14:20:25 +01:00
traxys
507ff5b142
docs: Use a nixpkgs patch instead of copy/pasting nixpkgs functions ( #1011 )
...
This makes the code more maintainable, as it only depends on our small
patch, instead of a large number of internals of nixpkgs.
2024-02-03 19:04:09 +01:00
traxys
29225c2797
docs: Correctly generate documentation for types either a (submodule ...)
( #929 )
...
This requires pulling quite a lot of code from nixpkgs in order to
make the `either` type work correctly, the effects can be seen for
example in the documentation of `ollama.promps` and `ollama.actions`
2024-01-12 23:22:03 +01:00