Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(theme): docsVersionDropdown navbar item not showing the appropriate version #10309

Merged
merged 9 commits into from
Jul 25, 2024
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Merge branch 'main' into ozaki/currentVersionFix
  • Loading branch information
slorber committed Jul 25, 2024
commit 6116d82bc153deda4aa8d49757ffc2b6a2372f71
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import type {
GlobalVersion,
ActivePlugin,
GlobalDoc,
} from '@docusaurus/plugin-content-docs/client';
} from '../index';
import type {VersionMetadata} from '@docusaurus/plugin-content-docs';

function createVersion(
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.