Skip to main content

Crate wdl_doc

Crate wdl_doc 

Source
Expand description

Library for generating HTML documentation from WDL files.

Re-exports§

pub use crate::config::Config;
pub use crate::error::DocError;

Modules§

config
Configuration type definitions.
error
Error type definitions.

Structs§

DocsTree
A tree representing the docs directory.
DocsTreeBuilder
A builder for a DocsTree which represents the docs directory.

Traits§

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

Functions§

build_search_index
Build the search index using Pagefind.
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.