tiny.zen.SiteCatalogEntryInput
Defined in tiny.zen.
API (8)
Fields and members
Public fields and members.
Source
Source: lib/zen/src/site/catalog/model.zig:20
zig
pub const EntryInput = struct { relative_path: []const u8, url: []const u8, title: []const u8, date: []const u8 = "", type_label: []const u8 = "", dispatch: Dispatch = .document, draft: bool = false, slop: bool = false,};Source: lib/zen/src/root.zig:272
zig
/// Borrowed values copied when appending one site catalog entry.pub const SiteCatalogEntryInput = site_catalog.EntryInput;Also reachable as
Audit
| Definitions | 1 |
|---|---|
| Public names | 2 |
| Members | 8 |
| Version | 26.7.0 |
| Revision | daab053ee433 |