From f3361328e585f71baea82c3895b2fdf4c7646f6b Mon Sep 17 00:00:00 2001 From: John Kjell Date: Wed, 6 Mar 2024 15:52:18 -0600 Subject: [PATCH] Few other cleanup items Signed-off-by: John Kjell --- .gitignore | 1 + docs-website/docusaurus.config.js | 2 +- sidebars.js => docs-website/sidebars.js | 0 3 files changed, 2 insertions(+), 1 deletion(-) rename sidebars.js => docs-website/sidebars.js (100%) diff --git a/.gitignore b/.gitignore index 1c2f8196..f9bff618 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ sarif-report.json test/log node_modules .DS_Store +docs-website/.docusaurus \ No newline at end of file diff --git a/docs-website/docusaurus.config.js b/docs-website/docusaurus.config.js index aead1c20..f0c87706 100644 --- a/docs-website/docusaurus.config.js +++ b/docs-website/docusaurus.config.js @@ -47,7 +47,7 @@ const config = { "CONTRIBUTING.md", "CODE_OF_CONDUCT.md", ], - sidebarPath: '../sidebars.js', + sidebarPath: 'sidebars.js', routeBasePath: "/docs", }, blog: false, diff --git a/sidebars.js b/docs-website/sidebars.js similarity index 100% rename from sidebars.js rename to docs-website/sidebars.js