diff --git a/bigtesty-doc/blog/2021-08-26-welcome/docusaurus-plushie-banner.jpeg b/bigtesty-doc/blog/2021-08-26-welcome/docusaurus-plushie-banner.jpeg index 11bda09..e69de29 100644 Binary files a/bigtesty-doc/blog/2021-08-26-welcome/docusaurus-plushie-banner.jpeg and b/bigtesty-doc/blog/2021-08-26-welcome/docusaurus-plushie-banner.jpeg differ diff --git a/bigtesty-doc/docusaurus.config.ts b/bigtesty-doc/docusaurus.config.ts index 1d4de5a..32de32a 100644 --- a/bigtesty-doc/docusaurus.config.ts +++ b/bigtesty-doc/docusaurus.config.ts @@ -33,20 +33,20 @@ const config: Config = { [ 'classic', { - docs: { - sidebarPath: './sidebars.ts', - // Please change this to your repo. - // Remove this to remove the "edit this page" links. - editUrl: - 'https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/', - }, - blog: { - showReadingTime: true, - // Please change this to your repo. - // Remove this to remove the "edit this page" links. - editUrl: - 'https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/', - }, + // docs: { + // sidebarPath: './sidebars.ts', + // // Please change this to your repo. + // // Remove this to remove the "edit this page" links. + // editUrl: + // 'https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/', + // }, + // blog: { + // showReadingTime: true, + // // Please change this to your repo. + // // Remove this to remove the "edit this page" links. + // editUrl: + // 'https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/', + // }, theme: { customCss: './src/css/custom.css', }, @@ -70,9 +70,9 @@ const config: Config = { position: 'left', label: 'Tutorial', }, - {to: '/blog', label: 'Blog', position: 'left'}, + // {to: '/blog', label: 'Blog', position: 'left'}, { - href: 'https://github.com/facebook/docusaurus', + href: 'https://github.com/tosun-si/bigtesty', label: 'GitHub', position: 'right', }, @@ -90,38 +90,38 @@ const config: Config = { }, ], }, - { - title: 'Community', - items: [ - { - label: 'Stack Overflow', - href: 'https://stackoverflow.com/questions/tagged/docusaurus', - }, - { - label: 'Discord', - href: 'https://discordapp.com/invite/docusaurus', - }, - { - label: 'Twitter', - href: 'https://twitter.com/docusaurus', - }, - ], - }, - { - title: 'More', - items: [ - { - label: 'Blog', - to: '/blog', - }, - { - label: 'GitHub', - href: 'https://github.com/facebook/docusaurus', - }, - ], - }, + // { + // title: 'Community', + // items: [ + // { + // label: 'Stack Overflow', + // href: 'https://stackoverflow.com/questions/tagged/docusaurus', + // }, + // { + // label: 'Discord', + // href: 'https://discordapp.com/invite/docusaurus', + // }, + // { + // label: 'Twitter', + // href: 'https://twitter.com/docusaurus', + // }, + // ], + // }, + // { + // title: 'More', + // items: [ + // { + // label: 'Blog', + // to: '/blog', + // }, + // { + // label: 'GitHub', + // href: 'https://github.com/tosun-si/bigtesty', + // }, + // ], + // }, ], - copyright: `Copyright © ${new Date().getFullYear()} My Project, Inc. Built with Docusaurus.`, + copyright: `Copyright © ${new Date().getFullYear()} BigTesty, Inc.`, }, prism: { theme: prismThemes.github,