mirror of
https://github.com/jpawlowski/hass.tibber_prices.git
synced 2026-05-28 18:43:40 +00:00
feat(docs): enable mdx1 compatibility for admonitions in Docusaurus config
This commit is contained in:
parent
84deafbdf5
commit
112b169f26
2 changed files with 6 additions and 0 deletions
|
|
@ -26,6 +26,9 @@ const config: Config = {
|
||||||
hooks: {
|
hooks: {
|
||||||
onBrokenMarkdownLinks: 'warn',
|
onBrokenMarkdownLinks: 'warn',
|
||||||
},
|
},
|
||||||
|
mdx1Compat: {
|
||||||
|
admonitions: true,
|
||||||
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
themes: ['@docusaurus/theme-mermaid'],
|
themes: ['@docusaurus/theme-mermaid'],
|
||||||
|
|
|
||||||
|
|
@ -26,6 +26,9 @@ const config: Config = {
|
||||||
hooks: {
|
hooks: {
|
||||||
onBrokenMarkdownLinks: 'warn',
|
onBrokenMarkdownLinks: 'warn',
|
||||||
},
|
},
|
||||||
|
mdx1Compat: {
|
||||||
|
admonitions: true,
|
||||||
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
themes: ['@docusaurus/theme-mermaid'],
|
themes: ['@docusaurus/theme-mermaid'],
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue