Skip to content

Commit a40ebfc

Browse files
docs: set version 2.3.1 as default and fix internal links
- Changed lastVersion from "current" to "2.3.1" to make the stable version the default when users visit the documentation site - Updated internal links in Interactive-Tools to use version-agnostic paths (/docs/Introduction instead of /docs/2.3.1/Introduction) - Blog posts are already correctly sorted with latest first (Nov 13 → Nov 8) This ensures users land on the stable 2.3.1 documentation by default while keeping Next (2.4.0-dev) available via the version dropdown. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 303e9bc commit a40ebfc

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs-site/docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ const config = {
182182
{
183183
docs: {
184184
sidebarPath: "./sidebars.js",
185-
lastVersion: "current",
185+
lastVersion: "2.3.1",
186186
versions: {
187187
current: {
188188
label: "2.4.0-dev (Next)",

docs-site/versioned_docs/version-2.3.1/Interactive-Tools.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ import PerformanceCalculator from "@site/src/components/PerformanceCalculator";
3636

3737
## Additional Resources
3838

39-
- [Getting Started Guide](/docs/2.3.1/Introduction)
40-
- [API Reference](/docs/2.3.1/API-Reference)
41-
- [Deployment Guides](/docs/2.3.1/Deployment-Docker)
42-
- [Performance Optimization](/docs/2.3.1/Performance)
39+
- [Getting Started Guide](/docs/Introduction)
40+
- [API Reference](/docs/API-Reference)
41+
- [Deployment Guides](/docs/Deployment-Docker)
42+
- [Performance Optimization](/docs/Performance)

0 commit comments

Comments
 (0)