This commit is contained in:
@ -9,7 +9,7 @@
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"@docusaurus/core": "^3.1.1",
|
||||
"@docusaurus/core": "^3.4.0",
|
||||
"dayjs": "^1.11.10",
|
||||
"reading-time": "^1.5.0"
|
||||
}
|
||||
|
@ -51,7 +51,7 @@ export default function (context: LoadContext, options: any): Plugin {
|
||||
getThemePath() {
|
||||
return themePath;
|
||||
},
|
||||
async contentLoaded({ content, actions, allContent }): Promise<void> {
|
||||
async allContentLoaded({ actions, allContent }): Promise<void> {
|
||||
const { addRoute, createData, setGlobalData } = actions;
|
||||
|
||||
const docsData = allContent["docusaurus-plugin-content-docs"] as {
|
||||
|
Reference in New Issue
Block a user