Separate Blog and Tech sections
Deploy Docusaurus Site / deploy (push) Successful in 26s

This commit is contained in:
2026-02-19 04:31:43 +00:00
parent 516972ab1a
commit bfc04ddfa4
8 changed files with 91 additions and 20 deletions
+12
View File
@@ -0,0 +1,12 @@
import type {SidebarsConfig} from '@docusaurus/plugin-content-docs';
const sidebars: SidebarsConfig = {
techSidebar: [
{
type: 'autogenerated',
dirName: '.',
},
],
};
export default sidebars;