Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 51bd60cc75 | |||
| 7240c9201d | |||
| fd677e978b | |||
| 738e34f02c |
@@ -35,7 +35,7 @@ const config: Config = {
|
||||
markdown: {
|
||||
mermaid: true,
|
||||
},
|
||||
plugins: [docuservix()],
|
||||
plugins: [docuservix],
|
||||
themes: ['@docusaurus/theme-mermaid'],
|
||||
|
||||
// Future flags, see https://docusaurus.io/docs/api/docusaurus-config#future
|
||||
|
||||
@@ -2,8 +2,7 @@ import path from 'path';
|
||||
|
||||
import type { LoadContext, Plugin } from '@docusaurus/types';
|
||||
|
||||
export default function docuservix() {
|
||||
return function pluginDocuservix(_context: LoadContext): Plugin {
|
||||
function pluginDocuservix(_context: LoadContext): Plugin {
|
||||
return {
|
||||
name: 'docuservix',
|
||||
|
||||
@@ -27,5 +26,6 @@ export default function docuservix() {
|
||||
});
|
||||
},
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
export default pluginDocuservix;
|
||||
|
||||
Reference in New Issue
Block a user