Restructure docs for useforge.ai sync pipeline#47
Merged
initializ-mk merged 2 commits intomainfrom Apr 20, 2026
Merged
Conversation
Reorganize flat docs/ directory into site-matching subdirectories: - getting-started/, core-concepts/, security/, skills/, deployment/, reference/, plus faq.md Add YAML frontmatter (title, description, order) to every doc. Strip H1 headers, breadcrumbs, and navigation lines. Split monolithic docs: - skills.md → 6 files (skill-md-format, embedded-skills, writing-custom-skills, skills-cli, contributing-a-skill, your-first-skill) - deployment.md → 4 files (docker, kubernetes, production-checklist, monitoring) - configuration.md → 3 files (configuration, forge-yaml-schema, environment-variables) - security/overview.md → 3 files (overview, trust-model, audit-logging) Create standalone pages: agent-skills-compatibility.md, faq.md
Sends a repository_dispatch event to initializ/useforge.ai when docs/ files are pushed to main, triggering a docs sync and Cloudflare Pages rebuild. Requires USEFORGE_DISPATCH_TOKEN secret (PAT with repo scope on initializ/useforge.ai).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
docs/directory into site-matching subdirectories:getting-started/,core-concepts/,security/,skills/,deployment/,reference/, plusfaq.mdtitle,description,order) to every doc for automated syncSplits
skills.md(27KB) → 6 files:skill-md-format,embedded-skills,writing-custom-skills,skills-cli,contributing-a-skill,your-first-skilldeployment.md→ 4 files:docker,kubernetes,production-checklist,monitoringconfiguration.md→ 3 files:configuration,forge-yaml-schema,environment-variablessecurity/overview.md→ 3 files:overview,trust-model,audit-loggingNew standalone pages
reference/agent-skills-compatibility.md— compatibility matrix for skills across providersfaq.md— frequently asked questionsWhy
The useforge.ai sync pipeline fetches docs from this repo at build time. It expects:
title,description,orderTest plan