Fix: Update Wiki.js frontmatter format in documentation

- Change tags from YAML array to comma-separated format
- Add required editor and dateCreated fields
- Update all examples with correct frontmatter format
- Add note about tag format requirement
This commit is contained in:
Eduardo Figueroa 2026-03-16 00:09:07 +00:00
parent 9e23a54852
commit ce9f8d9d43
2 changed files with 16 additions and 14 deletions

View file

@ -30,12 +30,14 @@ This repository is synchronized with Wiki.js. Any markdown files created here wi
description: Brief description of the page
published: true
date: 2026-03-15T00:00:00.000Z
tags:
- tag1
- tag2
tags: tag1, tag2, tag3
editor: markdown
dateCreated: 2026-03-15T00:00:00.000Z
---
```
**Important:** Tags must be comma-separated, not YAML array format!
## Workflow
When creating wiki documentation:
@ -95,10 +97,9 @@ title: Jellyfin Media Server
description: Jellyfin configuration and usage guide
published: true
date: 2026-03-15T00:00:00.000Z
tags:
- homelab
- media
- jellyfin
tags: homelab, media, jellyfin
editor: markdown
dateCreated: 2026-03-15T00:00:00.000Z
---
# Jellyfin Media Server
@ -121,10 +122,9 @@ title: How to Add a New Service
description: Step-by-step guide for adding services to the homelab
published: true
date: 2026-03-15T00:00:00.000Z
tags:
- homelab
- guide
- docker
tags: homelab, guide, docker
editor: markdown
dateCreated: 2026-03-15T00:00:00.000Z
---
# How to Add a New Service

View file

@ -929,12 +929,14 @@ title: Page Title
description: Brief description
published: true
date: 2026-03-15T00:00:00.000Z
tags:
- tag1
- tag2
tags: tag1, tag2, tag3
editor: markdown
dateCreated: 2026-03-15T00:00:00.000Z
---
```
**Note:** Tags must be comma-separated, not YAML array format!
**Example usage:**
```bash
# Create documentation for a service