Expand description
Library for generating HTML documentation from WDL files.
Structs§
- Config
- Configuration for documentation generation.
- Docs
Tree - A tree representing the docs directory.
- Docs
Tree Builder - A builder for a
DocsTreewhich represents the docs directory.
Enums§
- Additional
Script - The location to embed an arbitrary JaveScript
<script>tag into each HTML page.
Traits§
- Command
Section Ext - An extension trait for the
CommandSectiontype 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-docbundle. - install_
theme - Install the theme dependencies using npm.
- parse_
preamble_ comments - Parse the preamble comments of a document using the version statement.