Skip to content

Commit

Permalink
upgrade to docusaurus 3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
LukBelter committed Apr 11, 2024
1 parent 587a808 commit a772615
Show file tree
Hide file tree
Showing 4 changed files with 480 additions and 496 deletions.
8 changes: 0 additions & 8 deletions doc/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,18 +123,10 @@ const config: Config = {
{
title: 'Community',
items: [
{
label: 'Stack Overflow',
href: 'https://stackoverflow.com/questions/tagged/docusaurus',
},
{
label: 'Discord',
href: 'https://discordapp.com/invite/openbase',
},
{
label: 'Twitter',
href: 'https://twitter.com/',
},
],
},
{
Expand Down
10 changes: 5 additions & 5 deletions doc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"typecheck": "tsc"
},
"dependencies": {
"@docusaurus/core": "3.1.1",
"@docusaurus/preset-classic": "3.1.1",
"@docusaurus/core": "^3.2.1",
"@docusaurus/preset-classic": "^3.2.1",
"@easyops-cn/docusaurus-search-local": "^0.40.1",
"@mdx-js/react": "^3.0.0",
"clsx": "^2.0.0",
Expand All @@ -25,9 +25,9 @@
"react-dom": "^18.0.0"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "3.1.1",
"@docusaurus/tsconfig": "3.1.1",
"@docusaurus/types": "3.1.1",
"@docusaurus/module-type-aliases": "^3.2.1",
"@docusaurus/tsconfig": "^3.2.1",
"@docusaurus/types": "^3.2.1",
"typescript": "~5.2.2"
},
"browserslist": {
Expand Down
2 changes: 1 addition & 1 deletion doc/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export default function Home(): JSX.Element {
const {siteConfig} = useDocusaurusContext();
return (
<Layout
title={`Hello from ${siteConfig.title}`}
title={`${siteConfig.title}`}
description="Description will go into a meta tag in <head />">
<HomepageHeader />
<main>
Expand Down
Loading

0 comments on commit a772615

Please sign in to comment.