17 lines
425 B
YAML
17 lines
425 B
YAML
id: "article"
|
|
name: "Longform Article"
|
|
description: "In-depth engineering guides, whitepapers, and technical analysis"
|
|
defaultPath: "/.articles"
|
|
views:
|
|
standalone:
|
|
template: "article/page.html"
|
|
description: "Full article view"
|
|
listing:
|
|
template: "article/summary.html"
|
|
description: "Article index summary"
|
|
features:
|
|
tableOfContents: true
|
|
revisionInfo: true
|
|
repositoryLinks: true
|
|
breadcrumbs: true
|