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:
14
website/sidebars.ts
Normal file
14
website/sidebars.ts
Normal 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;
|
Reference in New Issue
Block a user