Documentation Request: YAML Frontmatter Format for Git Storage #7883
-
BackgroundI'm working on integrating Wiki.js into our development workflow where we want to leverage Git as the primary content source. Our use case involves AI-assisted PRD (Product Requirements Document) generation where we:
Current ChallengeWhile the [Git Storage documentation](https://docs.requarks.io/storage/git) explains how to configure bi-directional sync, I haven't been able to find official documentation on:
What I NeedSpecifically, I need to know the complete frontmatter schema for manually creating markdown files in Git that Wiki.js will correctly import. For example: ---
title: ???
description: ???
tags: ???
published: ???
editor: ???
# What other fields are supported?
# Which fields are required?
---
# Page content hereQuestions
Use Case ImpactThis capability would enable:
Workaround I'm Currently UsingRight now, my workaround is to:
But this feels fragile and I'm concerned about:
RequestWould it be possible to either:
This would greatly help anyone looking to use Wiki.js as a presentation layer for Git-based content workflows. Thank you! Environment:
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
|
i'm new to wikiJS but so far I have found that git is for a backup of content. The GraphQL API may be more friendly for creating pages programmatically |
Beta Was this translation helpful? Give feedback.
-
|
https://docs.requarks.io/storage/git explains about bi-directional sync. So, I thought this is one of the use-case supported. |
Beta Was this translation helpful? Give feedback.
-
|
While wiki.js will output a few more fields in the frontmatter when saving a file, only these fields will be imported back:
|
Beta Was this translation helpful? Give feedback.
While wiki.js will output a few more fields in the frontmatter when saving a file, only these fields will be imported back: