1
0
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:
Pete Davison
2023-09-02 21:52:43 +00:00
parent a207289955
commit 4f6eea8799
3 changed files with 153 additions and 1 deletions

View File

@@ -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',