A collection of Open Knowledge Format (OKF) bundles: small wikis written as markdown with YAML frontmatter.
Each bundle sits in okf/ as a <name>.okf.zip file.
-
Build the bundle as a single folder. Its root holds
index.md, which declaresokf_version, and.okflintrc.json, which sets theokf-lintlint rules. Every other.mdfile needs frontmatter with a non-emptytype. -
Zip the folder itself, so the archive holds one root directory:
zip -r okf/MyBundle.okf.zip MyBundle
-
Run the checks (they need
pnpm):make check-okf
-
Commit on a branch and open a pull request. CI runs the same checks again.