mirror of
https://github.com/Unleash/unleash.git
synced 2025-09-01 13:47:27 +02:00
Apply suggestions from code review
This commit is contained in:
parent
3c5cbd158f
commit
92154c2f51
@ -74,6 +74,9 @@ export default async function createConfigAsync(): Promise<Config> {
|
||||
organizationName: 'Unleash', // Usually your GitHub org/user name.
|
||||
projectName: 'unleash.github.io', // Usually your repo name.
|
||||
trailingSlash: false,
|
||||
markdown: {
|
||||
mermaid: true,
|
||||
},
|
||||
customFields: {
|
||||
// expose env vars etc here
|
||||
environment: process.env.NODE_ENV,
|
||||
@ -1028,6 +1031,7 @@ class="header-github-link"
|
||||
],
|
||||
themes: [
|
||||
'docusaurus-theme-openapi-docs', // Allows use of @theme/ApiItem and other components
|
||||
'@docusaurus/theme-mermaid',
|
||||
],
|
||||
scripts: [
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user