Skip to content

Commit

Permalink
update Docusaurus to 3.5 (#253)
Browse files Browse the repository at this point in the history
I don't have any fancy Javascript skills, I just blindly ran `yarn
upgrade` to bump everything in the lockfile since I was annoyed by the
upgrade warnings.

Release highlights (each links to detailed changelogs):
 * https://docusaurus.io/blog/releases/3.1
 * https://docusaurus.io/blog/releases/3.2
 * https://docusaurus.io/blog/releases/3.3
 * https://docusaurus.io/blog/releases/3.4
 * https://docusaurus.io/blog/releases/3.5
  • Loading branch information
cburroughs authored Aug 23, 2024
1 parent 667ac10 commit 9a00f62
Show file tree
Hide file tree
Showing 2 changed files with 2,934 additions and 2,935 deletions.
2 changes: 1 addition & 1 deletion src/theme/NavbarItem/DocsVersionDropdownNavbarItem.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import {
useActiveDocContext,
} from "@docusaurus/plugin-content-docs/client";
import { useDocsPreferredVersion } from "@docusaurus/theme-common";
import { useDocsVersionCandidates } from "@docusaurus/theme-common/internal";
import { useDocsVersionCandidates } from "@docusaurus/plugin-content-docs/client";
import { translate } from "@docusaurus/Translate";
import { useLocation } from "@docusaurus/router";
import DefaultNavbarItem from "@theme/NavbarItem/DefaultNavbarItem";
Expand Down
Loading

0 comments on commit 9a00f62

Please sign in to comment.