Bundle guide

Validate an OKF bundle before publishing

Validate an OKF bundle before publishing with three layers: a single-file check, a folder check, and source owner review. Passing structure checks does not prove the facts are current.

Short answer

Validate structure with tools, then validate facts with source owners.

What an OKF bundle validation should check

Bundle validation workflow

  1. Check a representative file in the single-file validator.
  2. Open the folder validator.
  3. Select the local folder that contains your Markdown files.
  4. Fix missing frontmatter and missing type errors first.
  5. Resolve duplicate resources, missing index warnings, and relative-link warnings.
  6. Review source accuracy with the owner before publishing.

File, folder, and source review checklist

Check
Tool
Failure handling
Evidence label
Markdown files exist
Folder validator
Select `.md` or `.markdown` files.
reported
index.md exists
Folder validator
Add a root index file that declares scope.
reported
Each file has frontmatter
OKF Validator
Fix YAML before reviewing links.
reported
Each file has type
OKF Validator
Add a concept label such as Website Page or API Endpoint.
reported
Resources are not duplicated
Folder validator
Merge overlapping files or split concepts clearly.
reported
Relative links resolve
Folder validator
Fix paths or add target Markdown files.
reported
Source claims are current
Manual review
Check facts with the source owner.
pending
Private fields are excluded
Manual review
Remove secrets, private records, and restricted policy text.
reported

Common bundle failures

Finding
Repair path
Next page
Missing frontmatter or type
Repair the single Markdown file before reviewing the rest of the bundle.
OKF Validator
Invalid tags or blank resource
Fix metadata shape so previews, search, and review notes stay useful.
Common validation errors
Duplicate resource
Merge overlapping files or make the concept boundary explicit.
OKF Folder Validator
Broken internal link
Add the missing Markdown file or correct the relative path.
Common validation errors

Sample bundle shape

Small OKF bundle
bundle/
  index.md
  pages/home.md
  pages/pricing.md
  api/create-customer.md
  support/refund-policy.md

Publishing review

What validation cannot prove

This site is an unofficial OKF guide. The browser folder validator reads files selected by the user. It does not upload the bundle, run a server-side crawler, fetch URLs, certify official conformance, or prove that factual claims are current.

v0.2 trust review

Visual background

This video is included as visual background for OKF learning demand. It is not evidence that this page proves official OKF conformance.

Watch video

Load the embedded video only when needed.

Visual background only; not used as factual proof for bundle validation rules. Watch the OKF visual background video on YouTube

FAQ

Common questions

Can I validate private folders?

The current page reads files in the browser, but you should still avoid using online pages for secrets or confidential records.

Does folder validation replace source review?

No. It checks structure and some file relationships, not factual truth.

Should I publish a bundle without index.md?

No. Use index.md to declare scope, owners, and the most important links.

Where should I go after a failed check?

Fix single-file errors in the OKF Validator, then use common OKF validation errors for repair order.

Related pages

OKF Validator

Repair one Markdown file first.

Open page

OKF Folder Validator

Run a local folder check.

Open page

Common OKF Validation Errors

Fix the most common failures.

Open page

OKF Templates

Start from a reviewed file pattern.

Open page

OKF Examples

Compare bundle shapes.

Open page

Run a folder check

Start with the sample bundle, then select your own local Markdown folder.

Open Folder Validator