fix: replace outdated changelog section with link to dedicated page
Closes #10 - Remove hardcoded v1.0.0 changelog entry from docs page - Add link to the dedicated /changelog page instead - Prevents documentation from becoming stale 🤖 Generated with [Claude Code](https://claude.ai/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
945e876974
commit
fa842cb045
1 changed files with 6 additions and 11 deletions
|
|
@ -1408,17 +1408,12 @@ export TPMJS_EXECUTOR_URL=https://executor.mycompany.com`}
|
|||
</DocSection>
|
||||
|
||||
<DocSection id="changelog" title="Changelog">
|
||||
<div className="space-y-4">
|
||||
<div className="p-4 border border-border rounded-lg bg-surface">
|
||||
<div className="flex items-center gap-2 mb-2">
|
||||
<Badge variant="default">v1.0.0</Badge>
|
||||
<span className="text-sm text-foreground-tertiary">December 2024</span>
|
||||
</div>
|
||||
<p className="text-sm text-foreground-secondary">
|
||||
Initial release with registrySearchTool and registryExecuteTool
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<p className="text-foreground-secondary mb-4">
|
||||
View the full changelog for version history, new features, and updates.
|
||||
</p>
|
||||
<Link href="/changelog">
|
||||
<Button variant="outline">View Full Changelog →</Button>
|
||||
</Link>
|
||||
</DocSection>
|
||||
|
||||
{/* CTA */}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue