Skip to content
Merged
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 website/src/app/docs/quickstart/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export default function QuickstartPage() {
<p>Verify the installation:</p>
<CodeBlock
code={`mlcli --version
# mlcli v0.3.0`}
# mlcli v0.3.1`}

Copilot AI Jan 17, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The version has been updated to v0.3.1 in the quickstart documentation, but other parts of the website still reference v0.3.0. This creates an inconsistency across the documentation. Consider updating:

  • The "v0.3.0 Now Available" badge in website/src/app/docs/page.tsx (line 70)
  • The versions array in website/src/components/layout/docs-sidebar.tsx (line 95)
  • The mock release data in website/src/lib/api.ts (lines 171-233) if v0.3.1 is actually released
Suggested change
# mlcli v0.3.1`}
# mlcli v0.3.0`}

Copilot uses AI. Check for mistakes.
language="bash"
/>

Expand Down
Loading