Skip to content
Draft
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 10 additions & 7 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,12 @@ const config = {
({
docs: {
sidebarPath: './sidebars.js',
// Please change this to your repo.
// Remove this to remove the "edit this page" links.
editUrl:
'https://github.com/top-gg/docs/tree/main/docs/',
sidebarCollapsed: false,
editUrl: 'https://github.com/top-gg/docs/tree/main/docs/',
},
theme: {
customCss: './src/css/custom.css',
},
customCss: './src/css/custom.css'
}
}),
],
],
Expand Down Expand Up @@ -85,13 +83,18 @@ const config = {
label: 'Community GitHub',
position: 'right',
},
{
href: 'https://discord.gg/dbl',
Comment thread
null8626 marked this conversation as resolved.
Outdated
label: 'Discord Server',
position: 'right',
},
],
},

prism: {
theme: prismThemes.github,
darkTheme: prismThemes.dracula,
additionalLanguages: ['csharp', 'java', 'javascript', 'php', 'ruby']
additionalLanguages: ['csharp', 'java', 'javascript', 'php', 'ruby', 'powershell', 'gradle', 'toml', 'lua']
},
}),
};
Expand Down
Loading