Initial version
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
namespace EonaCat.DoxaApi.Generation
|
||||
{
|
||||
public sealed class DoxaApiOptions
|
||||
{
|
||||
public string Title { get; set; } = "DoxaApi Documentation";
|
||||
public string? Description { get; set; }
|
||||
public string Version { get; set; } = "v1";
|
||||
public string RoutePrefix { get; set; } = "doxa";
|
||||
public List<string> Servers { get; set; } = new();
|
||||
public string Theme { get; set; } = "auto";
|
||||
public string AccentColor { get; set; } = "#6366f1";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user