updated docs

This commit is contained in:
Amith Koujalgi
2023-12-30 23:10:50 +05:30
parent 70b136c9fc
commit f4d8671922
8 changed files with 1191 additions and 15 deletions

View File

@@ -131,8 +131,13 @@ const config = {
prism: {
theme: prismThemes.github,
darkTheme: prismThemes.dracula,
additionalLanguages: ['java'],
},
}),
markdown: {
mermaid: true,
},
themes: ['@docusaurus/theme-mermaid']
};
export default config;