diff --git a/docs/.vitepress/config.mjs b/docs/.vitepress/config.mjs index 2d81c3e..ba39f2a 100644 --- a/docs/.vitepress/config.mjs +++ b/docs/.vitepress/config.mjs @@ -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: { '/': [ diff --git a/docs/spec/index.md b/docs/spec/index.md index f6391e2..5601847 100644 --- a/docs/spec/index.md +++ b/docs/spec/index.md @@ -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.