refactor spec OKF
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
---
|
||||
type: Section
|
||||
title: Cross-linking and Paths
|
||||
sources: [SPEC.md]
|
||||
generated: true
|
||||
verified: false
|
||||
status: current
|
||||
stale_after: 2026-12-31
|
||||
---
|
||||
|
||||
# Cross-linking and Paths
|
||||
|
||||
Concepts in a bundle can reference each other using paths relative to the bundle root. The path format is `bundle/path/to/concept` without the `.md` extension.
|
||||
|
||||
## Link Format
|
||||
|
||||
```markdown
|
||||
See [concept-a](@/path/to/concept).
|
||||
```
|
||||
|
||||
The `@/` prefix indicates a local bundle link. This allows concepts to form a graph of relationships rather than being isolated documents.
|
||||
Reference in New Issue
Block a user