mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-01 10:22:30 +02:00
refactor: clean up dependencies (#6470)
This commit is contained in:
parent
f0b08f493d
commit
83fb3a825f
8 changed files with 29 additions and 220 deletions
|
@ -27,6 +27,10 @@ export default function pluginDebug({
|
|||
return path.resolve(__dirname, '../lib/theme');
|
||||
},
|
||||
|
||||
getTypeScriptThemePath() {
|
||||
return path.resolve(__dirname, '../src/theme');
|
||||
},
|
||||
|
||||
async contentLoaded({actions: {createData, addRoute}, allContent}) {
|
||||
const allContentPath = await createData(
|
||||
// Note that this created data path must be in sync with
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue