Packages

LiveView-style runtime for Gleam.

Current section

Files

Jump to
lightspeed include lightspeed@tooling@documentation_system_DocumentationBundle.hrl
Raw

include/lightspeed@tooling@documentation_system_DocumentationBundle.hrl

-record(documentation_bundle, {
milestone :: binary(),
architecture_doc :: binary(),
operations_doc :: binary(),
testing_doc :: binary(),
upgrade_doc :: binary(),
troubleshooting_doc :: binary(),
module_refs :: list(binary()),
fixture_report :: binary(),
fixture_gate :: binary()
}).