From 2613b0fed718a63123eb03c0a1bbaa3232eb9c26 Mon Sep 17 00:00:00 2001 From: cyberandy Date: Fri, 17 Jan 2025 17:43:53 +0100 Subject: [PATCH] update config --- docusaurus.config.js | 36 +++++++++++++++++++----------------- 1 file changed, 19 insertions(+), 17 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index c38a11b..2bf23f3 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -150,6 +150,7 @@ const config = { // { // label: 'Blog', // to: '/blog', + // }, // { // label: 'GitHub', @@ -425,14 +426,14 @@ const config = { injectHtmlTags() { return { postBodyTags: [` -
- -
- `], +
+ +
+ `], }; }, }; @@ -440,15 +441,16 @@ const config = { ], themes: [ "docusaurus-theme-openapi-docs", - [ - "@docusaurus/theme-classic", - { - customCss: [ - require.resolve("./src/css/custom.css"), - ], - }, - ], + // Remove this entire block: + // [ + // "@docusaurus/theme-classic", + // { + // customCss: [ + // require.resolve("./src/css/custom.css"), + // ], + // }, + // ], ], }; -module.exports = config; +module.exports = config; \ No newline at end of file