Skip to content

Commit 53f3711

Browse files
committed
fix(frontmatter): update fm_types
1 parent 6175e8f commit 53f3711

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

crates/rari-types/src/fm_types.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ pub enum PageType {
4141
CssSelector,
4242
CssShorthandProperty,
4343
CssType,
44+
ExsltFunction,
4445
GlossaryDefinition,
4546
GlossaryDisambiguation,
4647
HtmlAttribute,
@@ -110,7 +111,8 @@ pub enum PageType {
110111
BlogPost,
111112
Curriculum,
112113
GenericPage,
114+
SPA,
113115

114116
#[serde(other)]
115-
SPA,
117+
Unknown,
116118
}

0 commit comments

Comments
 (0)