Versions in this module Expand all Collapse all v0 v0.2.0 Jun 7, 2026 v0.1.0 Jun 7, 2026 Changes in this version + func Markdown(spec *types.APIStyleSpec, opts *MarkdownOptions) (string, error) + func Spectral(spec *types.APIStyleSpec, opts *SpectralOptions) (string, error) + type MarkdownOptions struct + IncludeConformance bool + IncludeExamples bool + IncludeMetadata bool + IncludeRationale bool + IncludeReferences bool + IncludeTOC bool + SeverityEmojis bool + func DefaultMarkdownOptions() *MarkdownOptions + type SpectralOptions struct + IncludeDescriptions bool + IncludeDisabled bool + SkipNonEnforceable bool + func DefaultSpectralOptions() *SpectralOptions