Import Labyricorn Control Plane
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
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
|
||||
@@ -0,0 +1,16 @@
|
||||
id: "blog"
|
||||
name: "Blog Package"
|
||||
description: "Editorial blog posts with minimal summary listings"
|
||||
defaultPath: "/.blog"
|
||||
views:
|
||||
standalone:
|
||||
template: "blog/post.html"
|
||||
description: "Full blog post view"
|
||||
listing:
|
||||
template: "blog/minimal-summary.html"
|
||||
description: "Minimal text listing"
|
||||
features:
|
||||
tableOfContents: true
|
||||
revisionInfo: false
|
||||
repositoryLinks: false
|
||||
breadcrumbs: true
|
||||
@@ -0,0 +1,22 @@
|
||||
id: "devlogs"
|
||||
name: "Devlog Stream"
|
||||
description: "Detailed developer logs & release summaries with repo defaults & project metadata"
|
||||
defaultPath: "/.devlogs"
|
||||
views:
|
||||
standalone:
|
||||
template: "devlogs/entry.html"
|
||||
description: "Full devlog post"
|
||||
detailed-summary:
|
||||
template: "devlogs/detailed-summary.html"
|
||||
description: "Rich timeline summary"
|
||||
compact:
|
||||
template: "devlogs/compact.html"
|
||||
description: "Compact list item"
|
||||
card:
|
||||
template: "devlogs/card.html"
|
||||
description: "Visual grid card"
|
||||
features:
|
||||
tableOfContents: true
|
||||
revisionInfo: true
|
||||
repositoryLinks: true
|
||||
breadcrumbs: true
|
||||
@@ -0,0 +1,16 @@
|
||||
id: "knowledge-base"
|
||||
name: "Knowledge Base"
|
||||
description: "Structured Q&A, troubleshooting articles, and reference cards"
|
||||
defaultPath: "/.knowledge"
|
||||
views:
|
||||
standalone:
|
||||
template: "kb/article.html"
|
||||
description: "Knowledge base entry"
|
||||
compact:
|
||||
template: "kb/compact.html"
|
||||
description: "Search list view"
|
||||
features:
|
||||
tableOfContents: false
|
||||
revisionInfo: false
|
||||
repositoryLinks: false
|
||||
breadcrumbs: true
|
||||
@@ -0,0 +1,16 @@
|
||||
id: "project"
|
||||
name: "Project Showcase"
|
||||
description: "Software repository overview page linking to associated devlogs"
|
||||
defaultPath: "/.project"
|
||||
views:
|
||||
standalone:
|
||||
template: "project/index.html"
|
||||
description: "Project overview landing"
|
||||
embedded:
|
||||
template: "project/badge.html"
|
||||
description: "Project badge embed"
|
||||
features:
|
||||
tableOfContents: true
|
||||
revisionInfo: true
|
||||
repositoryLinks: true
|
||||
breadcrumbs: false
|
||||
@@ -0,0 +1,13 @@
|
||||
id: "wiki"
|
||||
name: "Wiki Hierarchy"
|
||||
description: "Hierarchical documentation system with sidebar navigation and backlinks"
|
||||
defaultPath: "/.wiki"
|
||||
views:
|
||||
standalone:
|
||||
template: "wiki/page.html"
|
||||
description: "Wiki article page"
|
||||
features:
|
||||
tableOfContents: true
|
||||
revisionInfo: true
|
||||
repositoryLinks: true
|
||||
breadcrumbs: true
|
||||
Reference in New Issue
Block a user