We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c717c84 commit 272e880Copy full SHA for 272e880
website/docusaurus.config.js
@@ -28,12 +28,12 @@ const config = {
28
docs: {
29
routeBasePath: "docs",
30
sidebarPath: "./sidebars.js",
31
- remarkPlugins: [remarkGithubAdmonitions],
+ beforeDefaultRemarkPlugins: [remarkGithubAdmonitions],
32
},
33
blog: {
34
routeBasePath: "blog",
35
showReadingTime: false,
36
37
38
theme: {
39
customCss: "./src/css/custom.css"
0 commit comments