Skip to content

Commit e305aee

Browse files
committed
docs: restyle v1.1 release and editor roadmap
1 parent 053860f commit e305aee

5 files changed

Lines changed: 213 additions & 139 deletions

File tree

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Changelog
2+
3+
All notable changes to the OmniScript website will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
6+
7+
## [Unreleased]
8+
9+
### Changed
10+
- Styled the v1.1 release notes to match the rest of the release pages.
11+
- Updated documentation links for examples and editor support status.

β€Žapp/docs/getting-started/installation/page.tsxβ€Ž

Lines changed: 14 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -62,25 +62,19 @@ export default function InstallationPage() {
6262
</div>
6363
</section>
6464

65-
{/* VSCode Extension */}
65+
{/* Editor Support */}
6666
<section className="mb-12">
67-
<h2 className="text-3xl font-bold mb-4">3. Install VSCode Extension (Recommended)</h2>
68-
<p className="mb-4">For the best development experience, install the official VSCode extension.</p>
69-
70-
<h3 className="text-xl font-bold mb-2">Option A: From Marketplace</h3>
71-
<ol className="list-decimal pl-6 mb-4 space-y-2">
72-
<li>Open Visual Studio Code</li>
73-
<li>Press <code className="bg-gray-800 px-2 py-1 rounded">Ctrl+Shift+X</code> (Windows/Linux) or <code className="bg-gray-800 px-2 py-1 rounded">Cmd+Shift+X</code> (Mac)</li>
74-
<li>Search for &quot;OmniScript Format&quot;</li>
75-
<li>Click Install</li>
76-
</ol>
77-
78-
<h3 className="text-xl font-bold mb-2">Option B: Command Line</h3>
79-
<div className="bg-gray-900 p-4 rounded border-2 border-gray-700">
80-
<pre className="text-green-400 font-mono">
81-
<code>code --install-extension OmniScriptOSF.omniscript-vscode</code>
82-
</pre>
83-
</div>
67+
<h2 className="text-3xl font-bold mb-4">3. Editor Support (Roadmap)</h2>
68+
<p className="mb-4">
69+
Dedicated editor tooling (syntax highlighting, IntelliSense, diagnostics) is planned but not
70+
released yet. Track progress on the roadmap.
71+
</p>
72+
<a
73+
href="https://github.com/OmniScriptOSF/omniscript-core/blob/main/spec/roadmap.md"
74+
className="inline-block border-2 border-white px-4 py-2 hover:bg-white hover:text-black transition-colors"
75+
>
76+
View Roadmap β†’
77+
</a>
8478
</section>
8579

8680
{/* Library Installation */}
@@ -140,8 +134,8 @@ export default function InstallationPage() {
140134
<p className="text-sm text-gray-400">Windows, macOS, Linux</p>
141135
</div>
142136
<div className="border-2 border-gray-700 p-4">
143-
<h3 className="font-bold mb-2">VSCode</h3>
144-
<p className="text-sm text-gray-400">Version 1.80 or higher</p>
137+
<h3 className="font-bold mb-2">Editor</h3>
138+
<p className="text-sm text-gray-400">Any text editor (VS Code support planned)</p>
145139
</div>
146140
</div>
147141
</section>

β€Žapp/docs/page.tsxβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ export default function DocsPage() {
146146
{ text: 'Specification v1.1 (Base)', href: 'https://github.com/OmniScriptOSF/omniscript-core/blob/main/spec/v1.1/osf-spec.md' },
147147
{ text: 'v1.2 Features Guide', href: '/docs/v1-2-features' },
148148
{ text: 'GitHub Repository', href: 'https://github.com/OmniScriptOSF/omniscript-core' },
149-
{ text: 'VSCode Extension', href: 'https://marketplace.visualstudio.com/items?itemName=OmniScriptOSF.omniscript-vscode' }
149+
{ text: 'Editor Support (Roadmap)', href: 'https://github.com/OmniScriptOSF/omniscript-core/blob/main/spec/roadmap.md' }
150150
]}
151151
/>
152152
</div>

β€Žapp/docs/releases/v1-0/page.tsxβ€Ž

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,6 @@ export default function V1ReleaseNotesPage() {
216216
<li>πŸ“¦ omniscript-parser@1.0.0</li>
217217
<li>πŸ“¦ omniscript-converters@1.0.0</li>
218218
<li>πŸ“¦ omniscript-cli@1.0.0</li>
219-
<li>πŸ“¦ omniscript-vscode@0.1.0</li>
220219
<li>πŸ“¦ omniscript-examples@1.0.0</li>
221220
</ul>
222221
</div>

0 commit comments

Comments
Β (0)