feat: enhance subscription page configuration documentation

This commit is contained in:
kastov
2025-08-12 19:07:21 +03:00
parent 0cbfe645b6
commit 720d3a977a
4 changed files with 1745 additions and 143 deletions

View File

@@ -18,15 +18,19 @@ const config: Config = {
defaultLocale: 'en',
locales: ['en']
},
markdown: {
mermaid: true
},
themes: ['@docusaurus/theme-mermaid'],
headTags: [
{
tagName: 'meta',
attributes: {
name: 'theme-color',
content: '#242c38',
},
},
content: '#242c38'
}
}
],
presets: [