Getting Started
The minimum workflow for writing in the new knowledge base.
Write blog posts in src/content/blog and longer-lived docs in src/content/docs.
Use wikilinks when one note should point to another:
[[field-notes]]
[[blog/graph-garden|Graph Garden]]
[[docs/publishing/content-model|Content Model]]
Unqualified wikilinks default to blog posts. Use blog/ or docs/ prefixes when linking across collections.
Next, read the content model.