1
0
mirror of https://github.com/go-task/task.git synced 2025-06-15 00:15:10 +02:00

Website: Link to the Chinese translation

Closes #921
This commit is contained in:
Andrey Nering
2022-11-26 18:16:38 -03:00
parent d1850e8fd2
commit 45ab4dc718
5 changed files with 48 additions and 5 deletions

View File

@ -1,9 +1,19 @@
// @ts-check
const { CHINESE_URL } = require('./constants');
/** @type {import('@docusaurus/plugin-content-docs').SidebarsConfig} */
const sidebars = {
tutorialSidebar: [
{ type: 'autogenerated', dirName: '.' },
{
type: 'autogenerated',
dirName: '.'
},
{
type: 'link',
label: 'Chinese',
href: CHINESE_URL
},
{
type: 'html',
value: '<div id="sidebar-ads"></div>'