Browser-only bundle tool
OKF Folder Validator: check a local knowledge bundle
Check a local OKF bundle folder before publishing. The browser reads only selected Markdown files, reports folder structure findings such as duplicate resources and relative links, and does not upload your files to this website.
Choose folder or files
Chrome and Edge support folder selection. If your browser does not, select multiple `.md` or `.markdown` files instead. The page reads Markdown files only, with size limits to protect the browser.
Why folder validation matters
The single-file OKF validator checks one pasted Markdown document. This folder validator checks how files work together: bundle layout, `index.md`, repeated resources, and relative links between Markdown files. An optional `llms.txt` file can point readers to the bundle, but this tool does not read or validate it.
OKF bundle validation checks
Index files
A root index.md helps readers and agents inspect the bundle scope before opening every file.
Duplicate resources
Repeated resource values usually mean two files describe the same source and need review.
Relative links
Relative Markdown links should point to files that exist inside the selected folder.
Frontmatter consistency
Each Markdown file should expose parseable frontmatter and a clear type field.
index.md.Repair order
- Select an OKF folder or several Markdown files.
- The page filters for Markdown files before reading file text locally in your browser.
- The report checks frontmatter, `type`, recommended fields, links, and duplicate resources.
- Fix parsing and required-field errors before index, link, and duplicate-resource warnings.
- Review remaining warnings with the content owner before publishing.
- Run the folder check again after fixing files.
bundle/
index.md
llms.txt (optional public entry point; not read by this validator)
pages/home.md
support/contact.md Single-file vs folder checks
index.md, duplicate resources, and relative links.Trust and privacy boundary
This folder validator checks this site's guide-profile structure for selected local files. It is useful before publishing, but it is not official OKF conformance, OpenAPI contract validation, or proof that the Markdown body is factually current.
- It cannot certify official OKF conformance.
- It cannot prove that the facts inside the Markdown body are true or current.
- It cannot read files you do not select.
- It cannot replace CI, command-line conformance tools, security review, or source-owner approval.
- Use the bundle validation checklist and common validation errors guide to fix findings before publishing.
FAQ
OKF folder validator questions
Does this upload my files?
No. The validation logic uses browser File APIs and prints the report in the page.
Does this support ZIP upload?
Not in this MVP. Select a folder in a supported browser or select multiple Markdown files.
Is a passing bundle officially certified?
No. Passing means this guide profile did not find structural errors. It is not official certification.
Can I use this in CI?
No. Use this page for browser review. For CI, use a local script or command-line validator.