Configuration options for Mintlify documentation generation.
public class MintlifyOptions
public string AppearanceDefault { get; set; }
public bool AppearanceStrict { get; set; }
public string BaseUrl { get; set; }
public bool Clean { get; set; }
public bool ConfigOnly { get; set; }
public string FaviconDark { get; set; }
public string FaviconLight { get; set; }
public bool ForceBuild { get; set; }
public bool GenerateConfig { get; set; }
public string GitHubUrl { get; set; }
public string IconLibrary { get; set; }
public bool IncludeExamples { get; set; }
public bool IncludeInheritance { get; set; }
public bool IncludeInternal { get; set; }
public bool IncludeSeeAlso { get; set; }
public string LogoDark { get; set; }
public string LogoHref { get; set; }
public string LogoLight { get; set; }
public int MaxDepth { get; set; }
public string NamespaceFilter { get; set; }
public string OutputDirectory { get; set; }
public bool PreserveExistingConfig { get; set; }
public string PrimaryColor { get; set; }
public string PrimaryDarkColor { get; set; }
public string SearchPrompt { get; set; }
public string SeoIndexing { get; set; }
public string SiteDescription { get; set; }
public string SiteName { get; set; }
public string SolutionNamePrefix { get; set; }
public bool StripBackticksAroundLinks { get; set; }
public string Theme { get; set; }
public string TypeFilter { get; set; }
public bool Verbose { get; set; }
public string WebsiteUrl { get; set; }
public void Validate()