1
0
mirror of https://github.com/go-task/task.git synced 2025-08-10 22:42:19 +02:00

refactor(website): rename docs -> website

This commit is contained in:
Pete Davison
2024-03-19 19:24:15 +00:00
parent 5538636373
commit 7c61a59ecb
83 changed files with 0 additions and 0 deletions

14
website/sidebars.ts Normal file
View File

@@ -0,0 +1,14 @@
import { SidebarsConfig } from '@docusaurus/plugin-content-docs';
export default {
taskSidebar: [
{
type: 'autogenerated',
dirName: '.'
},
{
type: 'html',
value: '<div id="sidebar-ads"></div>'
}
],
} satisfies SidebarsConfig;