We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c43c4f commit d3ded18Copy full SHA for d3ded18
1 file changed
app/docs/page.tsx
@@ -143,6 +143,7 @@ export default function DocsPage() {
143
description="Additional learning materials"
144
links={[
145
{ text: 'Specification v1.2 (Latest)', href: 'https://github.com/OmniScriptOSF/omniscript-core/blob/main/spec/v1.2/README.md' },
146
+ { text: 'v1.3 Features Guide (Latest)', href: '/docs/v1-3-features' },
147
{ text: 'v1.2 Features Guide', href: '/docs/v1-2-features' },
148
{ text: 'GitHub Repository', href: 'https://github.com/OmniScriptOSF/omniscript-core' },
149
{ text: 'Editor Support (Roadmap)', href: 'https://github.com/OmniScriptOSF/omniscript-core/blob/main/spec/roadmap.md' }
0 commit comments