Vibe documents
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
namespace Chrono.Model;
|
||||
|
||||
public class DocData
|
||||
{
|
||||
public string Title { get; init; } = "";
|
||||
public string Category { get; init; } = "";
|
||||
public string Content { get; init; } = "";
|
||||
public System.Collections.Generic.Dictionary<string, string> Frontmatter { get; init; } = [];
|
||||
}
|
||||
Reference in New Issue
Block a user