Crate wdl_doc

Crate wdl_doc 

Source
Expand description

Library for generating HTML documentation from WDL files.

Structs§

Config
Configuration for documentation generation.
DocsTree
A tree representing the docs directory.
DocsTreeBuilder
A builder for a DocsTree which represents the docs directory.

Enums§

AdditionalScript
The location to embed an arbitrary JaveScript <script> tag into each HTML page.

Traits§

CommandSectionExt
An extension trait for the CommandSection type that provides functionality for rendering the command section as a script string.

Functions§

build_stylesheet
Build a stylesheet for the documentation, using Tailwind CSS.
build_web_components
Build the web components for the theme.
document_workspace
Generate HTML documentation for a workspace.
get_assets
Gets the assets from the wdl-doc bundle.
install_theme
Install the theme dependencies using npm.
parse_preamble_comments
Parse the preamble comments of a document using the version statement.