Implement repository-driven theme rendering
This commit is contained in:
@@ -9,23 +9,33 @@ navigation:
|
||||
route: "/articles/"
|
||||
iconName: "FileText"
|
||||
contentModel: "article"
|
||||
presentation:
|
||||
sectionTemplate: "articles"
|
||||
- id: "projects"
|
||||
label: "Projects"
|
||||
route: "/projects/"
|
||||
iconName: "LayoutTemplate"
|
||||
contentModel: "project"
|
||||
presentation:
|
||||
sectionTemplate: "projects"
|
||||
- id: "documentation"
|
||||
label: "Documentation"
|
||||
route: "/docs/"
|
||||
iconName: "FolderOpen"
|
||||
contentModel: "documentation"
|
||||
presentation:
|
||||
sectionTemplate: "documentation"
|
||||
- id: "community"
|
||||
label: "Community"
|
||||
route: "/community/"
|
||||
iconName: "MessageSquare"
|
||||
contentModel: "discussion"
|
||||
presentation:
|
||||
sectionTemplate: "community"
|
||||
- id: "downloads"
|
||||
label: "Downloads"
|
||||
route: "/downloads/"
|
||||
iconName: "Download"
|
||||
contentModel: "release"
|
||||
presentation:
|
||||
sectionTemplate: "downloads"
|
||||
|
||||
Reference in New Issue
Block a user