Skip to content
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion docs/.vitepress/config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ export default defineConfig({
{ text: 'Reference', link: '/reference', activeMatch: '/reference' },
{ text: 'Examples', link: '/examples', activeMatch: '/examples' },
{ text: 'Manifesto', link: '/manifesto', activeMatch: '/manifesto' },
{ text: 'v1', link: '/spec/' },
{ text: 'v1.7', link: '/spec/' },
],
sidebar: {
'/': [
Expand Down
2 changes: 1 addition & 1 deletion docs/spec/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: What the .intent file is, the three altitudes it sits above, the ge

# The Intent File Specification

Version 1 · vendor-neutral · normative source: [IntentFile/intent-specification](https://github.com/IntentFile/intent-specification)
Version 1.7 · vendor-neutral · normative source: [IntentFile/intent-specification](https://github.com/IntentFile/intent-specification) ([versions/1.7.md](https://github.com/IntentFile/intent-specification/blob/main/versions/1.7.md))

A single `.intent` file at a project root is the source of truth for a whole application. It is authored one **altitude above** the models a platform generates from: instead of hand-authoring a data model, process definitions, forms, reports, roles and seed data separately, you author **all of them** from one YAML document, and a conforming generator produces them for you.

Expand Down