Import Labyricorn Control Plane
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
id: article
|
||||
kind: content-model
|
||||
name: Article
|
||||
description: Longform articles and blog posts.
|
||||
semantics:
|
||||
document: true
|
||||
chronological: true
|
||||
searchable: true
|
||||
indexable: true
|
||||
routing:
|
||||
detail: /articles/{slug}/
|
||||
presentation:
|
||||
default_style_config: article
|
||||
capabilities:
|
||||
- detail-page
|
||||
- index-page
|
||||
- rss
|
||||
- search
|
||||
@@ -0,0 +1,18 @@
|
||||
id: devlog
|
||||
kind: content-model
|
||||
name: Devlog
|
||||
description: Developer logs and updates.
|
||||
semantics:
|
||||
document: true
|
||||
chronological: true
|
||||
searchable: true
|
||||
indexable: true
|
||||
routing:
|
||||
detail: /devlogs/{slug}/
|
||||
presentation:
|
||||
default_style_config: devlogs
|
||||
capabilities:
|
||||
- detail-page
|
||||
- index-page
|
||||
- rss
|
||||
- search
|
||||
@@ -0,0 +1,18 @@
|
||||
id: discussion
|
||||
kind: content-model
|
||||
name: Discussion
|
||||
description: Community forum topics.
|
||||
semantics:
|
||||
document: true
|
||||
chronological: true
|
||||
searchable: true
|
||||
indexable: true
|
||||
routing:
|
||||
detail: /discussions/{slug}/
|
||||
presentation:
|
||||
default_style_config: knowledge-base
|
||||
capabilities:
|
||||
- detail-page
|
||||
- index-page
|
||||
- rss
|
||||
- search
|
||||
@@ -0,0 +1,17 @@
|
||||
id: documentation
|
||||
kind: content-model
|
||||
name: Documentation
|
||||
description: Technical guides and manuals.
|
||||
semantics:
|
||||
document: true
|
||||
chronological: false
|
||||
searchable: true
|
||||
indexable: true
|
||||
routing:
|
||||
detail: /docs/{slug}/
|
||||
presentation:
|
||||
default_style_config: wiki
|
||||
capabilities:
|
||||
- detail-page
|
||||
- index-page
|
||||
- search
|
||||
@@ -0,0 +1,16 @@
|
||||
id: page
|
||||
kind: content-model
|
||||
name: Page
|
||||
description: Standalone generic pages.
|
||||
semantics:
|
||||
document: true
|
||||
chronological: false
|
||||
searchable: true
|
||||
indexable: true
|
||||
routing:
|
||||
detail: /{slug}/
|
||||
presentation:
|
||||
default_style_config: article
|
||||
capabilities:
|
||||
- detail-page
|
||||
- search
|
||||
@@ -0,0 +1,17 @@
|
||||
id: project
|
||||
kind: content-model
|
||||
name: Project
|
||||
description: Project showcases and portfolios.
|
||||
semantics:
|
||||
document: true
|
||||
chronological: false
|
||||
searchable: true
|
||||
indexable: true
|
||||
routing:
|
||||
detail: /projects/{slug}/
|
||||
presentation:
|
||||
default_style_config: project
|
||||
capabilities:
|
||||
- detail-page
|
||||
- index-page
|
||||
- search
|
||||
@@ -0,0 +1,18 @@
|
||||
id: release
|
||||
kind: content-model
|
||||
name: Release
|
||||
description: Software release notes.
|
||||
semantics:
|
||||
document: true
|
||||
chronological: true
|
||||
searchable: true
|
||||
indexable: true
|
||||
routing:
|
||||
detail: /releases/{slug}/
|
||||
presentation:
|
||||
default_style_config: article
|
||||
capabilities:
|
||||
- detail-page
|
||||
- index-page
|
||||
- rss
|
||||
- search
|
||||
@@ -0,0 +1,17 @@
|
||||
id: wiki
|
||||
kind: content-model
|
||||
name: Wiki
|
||||
description: Community knowledge base pages.
|
||||
semantics:
|
||||
document: true
|
||||
chronological: false
|
||||
searchable: true
|
||||
indexable: true
|
||||
routing:
|
||||
detail: /wiki/{slug}/
|
||||
presentation:
|
||||
default_style_config: wiki
|
||||
capabilities:
|
||||
- detail-page
|
||||
- index-page
|
||||
- search
|
||||
Reference in New Issue
Block a user