mirror of
https://github.com/nix-community/nixvim.git
synced 2025-08-04 01:55:11 +02:00
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`
This commit is contained in:
parent
61da581315
commit
29225c2797
10 changed files with 509 additions and 308 deletions
10
docs/mdbook/book.toml
Normal file
10
docs/mdbook/book.toml
Normal file
|
@ -0,0 +1,10 @@
|
|||
[book]
|
||||
authors = []
|
||||
language = "en"
|
||||
multilingual = false
|
||||
src = "."
|
||||
title = "nixvim docs"
|
||||
|
||||
[output.html.fold]
|
||||
enable = true
|
||||
level = 0
|
Loading…
Add table
Add a link
Reference in a new issue