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.
|
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: [
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user