1
0
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:
Gastón Fournier 2025-03-04 18:39:36 +01:00 committed by GitHub
parent 3c5cbd158f
commit 92154c2f51
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -74,6 +74,9 @@ export default async function createConfigAsync(): Promise<Config> {
organizationName: 'Unleash', // Usually your GitHub org/user name. organizationName: 'Unleash', // Usually your GitHub org/user name.
projectName: 'unleash.github.io', // Usually your repo name. projectName: 'unleash.github.io', // Usually your repo name.
trailingSlash: false, trailingSlash: false,
markdown: {
mermaid: true,
},
customFields: { customFields: {
// expose env vars etc here // expose env vars etc here
environment: process.env.NODE_ENV, environment: process.env.NODE_ENV,
@ -1028,6 +1031,7 @@ class="header-github-link"
], ],
themes: [ themes: [
'docusaurus-theme-openapi-docs', // Allows use of @theme/ApiItem and other components 'docusaurus-theme-openapi-docs', // Allows use of @theme/ApiItem and other components
'@docusaurus/theme-mermaid',
], ],
scripts: [ scripts: [
{ {