Skip to content

Commit

Permalink
fix(deps): update docusaurus monorepo to v3.2.1 (#691)
Browse files Browse the repository at this point in the history
* fix(deps): update docusaurus monorepo to v3.2.1

* Fix breaking change caused by facebook/docusaurus#9931

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Diego Molina <[email protected]>
  • Loading branch information
renovate[bot] and diemol authored Apr 12, 2024
1 parent 769a36e commit 752d185
Show file tree
Hide file tree
Showing 3 changed files with 212 additions and 191 deletions.
2 changes: 1 addition & 1 deletion frontend/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ const config = {
function metadata(context, options) {
return {
name: 'metadata',
async contentLoaded({content, actions, allContent}) {
async allContentLoaded({actions, allContent}) {
const {setGlobalData} = actions;
let tempFrontMatter = []
allContent['docusaurus-plugin-content-docs']
Expand Down
Loading

0 comments on commit 752d185

Please sign in to comment.