mirror of
https://github.com/go-task/task.git
synced 2025-12-01 22:52:02 +02:00
blog: introducing experiments
This commit is contained in:
@@ -94,7 +94,7 @@ const getConfig = async () => {
|
||||
routeBasePath: '/',
|
||||
sidebarPath: require.resolve('./sidebars.js')
|
||||
},
|
||||
blog: false,
|
||||
blog: {},
|
||||
theme: {
|
||||
customCss: [
|
||||
require.resolve('./src/css/custom.css'),
|
||||
@@ -155,6 +155,11 @@ const getConfig = async () => {
|
||||
position: 'left',
|
||||
label: 'API'
|
||||
},
|
||||
{
|
||||
to: 'blog',
|
||||
label: 'Blog',
|
||||
position: 'left'
|
||||
},
|
||||
{
|
||||
type: 'doc',
|
||||
docId: 'donate',
|
||||
|
||||
Reference in New Issue
Block a user