|
@@ -47,21 +47,21 @@ const config: Config = {
|
|
editUrl:
|
|
editUrl:
|
|
'https://github.com/TecharoHQ/anubis/tree/main/docs/',
|
|
'https://github.com/TecharoHQ/anubis/tree/main/docs/',
|
|
},
|
|
},
|
|
- // blog: {
|
|
|
|
- // showReadingTime: true,
|
|
|
|
- // feedOptions: {
|
|
|
|
- // type: ['rss', 'atom', "json"],
|
|
|
|
- // xslt: 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/',
|
|
|
|
- // // Useful options to enforce blogging best practices
|
|
|
|
- // onInlineTags: 'warn',
|
|
|
|
- // onInlineAuthors: 'warn',
|
|
|
|
- // onUntruncatedBlogPosts: 'warn',
|
|
|
|
- // },
|
|
|
|
|
|
+ blog: {
|
|
|
|
+ showReadingTime: true,
|
|
|
|
+ feedOptions: {
|
|
|
|
+ type: ['rss', 'atom', "json"],
|
|
|
|
+ xslt: 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/',
|
|
|
|
+ // Useful options to enforce blogging best practices
|
|
|
|
+ onInlineTags: 'warn',
|
|
|
|
+ onInlineAuthors: 'warn',
|
|
|
|
+ onUntruncatedBlogPosts: 'warn',
|
|
|
|
+ },
|
|
theme: {
|
|
theme: {
|
|
customCss: './src/css/custom.css',
|
|
customCss: './src/css/custom.css',
|
|
},
|
|
},
|
|
@@ -86,9 +86,14 @@ const config: Config = {
|
|
type: 'docSidebar',
|
|
type: 'docSidebar',
|
|
sidebarId: 'tutorialSidebar',
|
|
sidebarId: 'tutorialSidebar',
|
|
position: 'left',
|
|
position: 'left',
|
|
- label: 'Tutorial',
|
|
|
|
|
|
+ label: 'Docs',
|
|
|
|
+ },
|
|
|
|
+ { to: '/blog', label: 'Blog', position: 'left' },
|
|
|
|
+ {
|
|
|
|
+ href: 'https://github.com/sponsors/Xe',
|
|
|
|
+ label: "Sponsorship",
|
|
|
|
+ position: 'left'
|
|
},
|
|
},
|
|
- // { to: '/blog', label: 'Blog', position: 'left' },
|
|
|
|
{
|
|
{
|
|
href: 'https://github.com/TecharoHQ/anubis',
|
|
href: 'https://github.com/TecharoHQ/anubis',
|
|
label: 'GitHub',
|
|
label: 'GitHub',
|
|
@@ -128,6 +133,10 @@ const config: Config = {
|
|
{
|
|
{
|
|
title: 'More',
|
|
title: 'More',
|
|
items: [
|
|
items: [
|
|
|
|
+ {
|
|
|
|
+ label: 'Blog',
|
|
|
|
+ to: '/blog',
|
|
|
|
+ },
|
|
{
|
|
{
|
|
label: 'GitHub',
|
|
label: 'GitHub',
|
|
href: 'https://github.com/TecharoHQ/anubis',
|
|
href: 'https://github.com/TecharoHQ/anubis',
|