@@ -5,13 +5,13 @@ module.exports = {
5
5
baseUrl : "/graphql-kotlin/" ,
6
6
organizationName : "ExpediaGroup" ,
7
7
projectName : "graphql-kotlin" ,
8
- scripts : [
9
- "https://buttons.github.io/buttons.js"
10
- ] ,
11
8
favicon : "img/favicon.ico" ,
12
9
customFields : {
13
10
repoUrl : "https://github.com/ExpediaGroup/graphql-kotlin"
14
11
} ,
12
+ markdown : {
13
+ mermaid : true
14
+ } ,
15
15
onBrokenLinks : 'throw' ,
16
16
onBrokenMarkdownLinks : 'throw' ,
17
17
onDuplicateRoutes : 'throw' ,
@@ -22,7 +22,6 @@ module.exports = {
22
22
docs : {
23
23
editUrl : "https://github.com/ExpediaGroup/graphql-kotlin/tree/master/website" ,
24
24
lastVersion : '6.x.x' ,
25
- remarkPlugins : [ require ( 'mdx-mermaid' ) ] ,
26
25
showLastUpdateAuthor : true ,
27
26
showLastUpdateTime : true ,
28
27
sidebarPath : require . resolve ( './sidebars.js' ) ,
@@ -37,6 +36,10 @@ module.exports = {
37
36
]
38
37
] ,
39
38
plugins : [ ] ,
39
+ scripts : [
40
+ "https://buttons.github.io/buttons.js"
41
+ ] ,
42
+ themes : [ '@docusaurus/theme-mermaid' ] ,
40
43
themeConfig : {
41
44
image : "img/undraw_online.svg" ,
42
45
colorMode : {
0 commit comments