Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions okf/SPEC.md
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,13 @@ only place frontmatter is permitted in an `index.md`). Consumers that
do not understand the declared version SHOULD attempt best-effort
consumption rather than refusing the bundle.

A single concept document distributed on its own — outside any bundle — MAY
likewise declare `okf_version` in its own frontmatter. This lets a standalone
file identify itself as OKF content without a surrounding bundle or a root
`index.md`; consumers SHOULD treat such a file as a one-concept bundle. When
the file is later placed inside a bundle that declares its own version at the
root, the bundle-root declaration takes precedence.

---

## Appendix A — Minimal example bundle
Expand Down