cleanup, docs, etc.

This commit is contained in:
lightling 2024-11-04 19:25:14 -05:00
parent ab671c2782
commit 743e917733
Signed by: lightling
GPG key ID: F1F29650D537C773
8 changed files with 174 additions and 23 deletions

View file

@ -44,6 +44,8 @@ export type MarkdownDefinition = ContentfulRouteDefintion & {
export type ArticleListDefinition = ConfigfulRouteDefinition & {
template: 'article-list'
view: {
title: string
fullTitle: string
stylesheetUrls: string[]
}
}
@ -54,6 +56,8 @@ export type ArticleListDefinition = ConfigfulRouteDefinition & {
export type GalleryListDefinition = ConfigfulRouteDefinition & {
template: 'gallery-list'
view: {
title: string
fullTitle: string
stylesheetUrls: string[]
}
}