You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Summary
Introduce ITemplateRenderer (default preserves current layout) and RendererOptions.FrontMatter delegate to emit optional YAML for DocsFX/MkDocs.
Summary
Introduce
ITemplateRenderer(default preserves current layout) andRendererOptions.FrontMatterdelegate to emit optional YAML for DocsFX/MkDocs.Tasks
ITemplateRenderer,BasicTemplateRenderer.RendererOptions.FrontMatter: Func<TypeDoc, IReadOnlyDictionary<string,object>>?.Acceptance