Skip to content

Commit

Permalink
feat: upgrading Docusaurus from 3.4.0 to 3.5.2 (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
fharper authored Oct 10, 2024
1 parent 1b39137 commit 4c3b954
Show file tree
Hide file tree
Showing 4 changed files with 490 additions and 321 deletions.
5 changes: 5 additions & 0 deletions .docusaurus/docusaurus.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,11 @@ export default {
"autoCollapseCategories": false
}
},
"blog": {
"sidebar": {
"groupByYear": true
}
},
"metadata": [],
"tableOfContents": {
"minHeadingLevel": 2,
Expand Down
10 changes: 5 additions & 5 deletions .docusaurus/site-metadata.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
{
"docusaurusVersion": "3.4.0",
"docusaurusVersion": "3.5.2",
"siteVersion": "0.0.0",
"pluginVersions": {
"docusaurus-plugin-content-docs": {
"type": "package",
"name": "@docusaurus/plugin-content-docs",
"version": "3.4.0"
"version": "3.5.2"
},
"docusaurus-plugin-content-pages": {
"type": "package",
"name": "@docusaurus/plugin-content-pages",
"version": "3.4.0"
"version": "3.5.2"
},
"docusaurus-plugin-debug": {
"type": "package",
"name": "@docusaurus/plugin-debug",
"version": "3.4.0"
"version": "3.5.2"
},
"docusaurus-theme-classic": {
"type": "package",
"name": "@docusaurus/theme-classic",
"version": "3.4.0"
"version": "3.5.2"
}
}
}
Loading

0 comments on commit 4c3b954

Please sign in to comment.