Skip to content

Commit

Permalink
chore: update docusaurus to latest (#1836)
Browse files Browse the repository at this point in the history
  • Loading branch information
dariuszkuc committed Sep 7, 2023
1 parent 1fbcb8f commit e64e80f
Show file tree
Hide file tree
Showing 4 changed files with 2,918 additions and 12,746 deletions.
2 changes: 1 addition & 1 deletion website/.nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
17
18
11 changes: 7 additions & 4 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ module.exports = {
baseUrl: "/graphql-kotlin/",
organizationName: "ExpediaGroup",
projectName: "graphql-kotlin",
scripts: [
"https://buttons.github.io/buttons.js"
],
favicon: "img/favicon.ico",
customFields: {
repoUrl: "https://github.com/ExpediaGroup/graphql-kotlin"
},
markdown: {
mermaid: true
},
onBrokenLinks: 'throw',
onBrokenMarkdownLinks: 'throw',
onDuplicateRoutes: 'throw',
Expand All @@ -22,7 +22,6 @@ module.exports = {
docs: {
editUrl: "https://github.com/ExpediaGroup/graphql-kotlin/tree/master/website",
lastVersion: '6.x.x',
remarkPlugins: [require('mdx-mermaid')],
showLastUpdateAuthor: true,
showLastUpdateTime: true,
sidebarPath: require.resolve('./sidebars.js'),
Expand All @@ -37,6 +36,10 @@ module.exports = {
]
],
plugins: [],
scripts: [
"https://buttons.github.io/buttons.js"
],
themes: ['@docusaurus/theme-mermaid'],
themeConfig: {
image: "img/undraw_online.svg",
colorMode: {
Expand Down
Loading

0 comments on commit e64e80f

Please sign in to comment.