-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
Migrate modules docs to markdown #175586
Copy link
Copy link
Closed
Labels
0.kind: enhancementAdd something new or improve an existing system.Add something new or improve an existing system.6.topic: documentationMeta-discussion about documentation and its workflowMeta-discussion about documentation and its workflow6.topic: module systemAbout "NixOS" module system internalsAbout "NixOS" module system internals
Metadata
Metadata
Assignees
Labels
0.kind: enhancementAdd something new or improve an existing system.Add something new or improve an existing system.6.topic: documentationMeta-discussion about documentation and its workflowMeta-discussion about documentation and its workflow6.topic: module systemAbout "NixOS" module system internalsAbout "NixOS" module system internals
Fields
Give feedbackNo fields configured for issues without a type.
Project description
Migrate module docs to markdown.
Pandoc should be able to mix and match 🤞
Suggested pipeline
Suggested migration path
description = lib.docMD "...", etcdescription(and other such attrs)lib.docMDcalls.From the broader ecosystem perspective, it would be good to keep the flexible pipeline, as we can use it to dismantle the cottage industry of custom module docs generators. It's a matter of wrapping it with the right pandoc syntax.
Technical details
(just to get a feel for it)
->
->
Some XML
->
Markdown:
Alternatives
Metadata
lib/,nixos/,pkgs/