mirror of
https://github.com/remnawave/panel.git
synced 2026-04-27 10:16:40 +00:00
feat: enhance subscription page configuration documentation
This commit is contained in:
@@ -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: [
|
||||
|
||||
Reference in New Issue
Block a user