Generating documentation for templates #97
Unanswered
osemenovsky
asked this question in
Q&A
Replies: 1 comment 5 replies
|
Hi @osemenovsky! Thanks for your question. So are you generating documentation for all your defined module options, similar to nixidy's options reference but just for yours, and you want your defined templates and their avilable options to be included? |
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hello, I'm experimenting with nixidy lately and I created a template for one of our components. Unfortunately I can't share the template, but it is valid and works as intended, however when I added the template to the doc-generating code I've been working on it doesn't appear in generated docs. I figure it's because templates have a structure unusual to that of a regular NixOS module considering docs for other modules I created are generated correctly. I know it's a skill issue and I'm sure I'll figure it out in time, but maybe someone could point me in the correct direction.
Here's the code I'm using to generate docs (i've anonymized it, but the structure is pretty much the same down to the number of modules.)
All reactions