1
0
mirror of https://github.com/go-task/task.git synced 2025-12-01 22:52:02 +02:00

Migrate website to Docusaurus

https://docusaurus.io/
This commit is contained in:
Andrey Nering
2022-05-29 14:15:01 -03:00
parent f4d5abfc5b
commit 5024d270ec
40 changed files with 8813 additions and 582 deletions

14
docs/sidebars.js Normal file
View File

@@ -0,0 +1,14 @@
// @ts-check
/** @type {import('@docusaurus/plugin-content-docs').SidebarsConfig} */
const sidebars = {
tutorialSidebar: [
{ type: 'autogenerated', dirName: '.' },
{
type: 'html',
value: '<div id="sidebar-ads"></div>'
}
]
};
module.exports = sidebars;