From ce9f8d9d43598a06376ce700b7afa57c82e1476e Mon Sep 17 00:00:00 2001 From: Eduardo Figueroa Date: Mon, 16 Mar 2026 00:09:07 +0000 Subject: [PATCH] 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 --- .claude/skills/wiki-docs.md | 22 +++++++++++----------- AGENTS.md | 8 +++++--- 2 files changed, 16 insertions(+), 14 deletions(-) diff --git a/.claude/skills/wiki-docs.md b/.claude/skills/wiki-docs.md index 71890b4..0b580ee 100644 --- a/.claude/skills/wiki-docs.md +++ b/.claude/skills/wiki-docs.md @@ -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 diff --git a/AGENTS.md b/AGENTS.md index bbe523d..c5c7369 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -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