diff --git a/documentation/docusaurus.config.ts b/documentation/docusaurus.config.ts index 20657c1..c11b206 100644 --- a/documentation/docusaurus.config.ts +++ b/documentation/docusaurus.config.ts @@ -77,6 +77,11 @@ const config: Config = { position: "left", label: "Documentation", }, + { + to: "https://www.buymeacoffee.com/seanmorley15", + label: "Support AdventureLog 💖", + position: "right", + }, // { to: "/blog", label: "Blog", position: "left" }, { to: "https://github.com/seanmorley15/adventurelog", diff --git a/documentation/sidebars.ts b/documentation/sidebars.ts index acc7685..7dfdcb5 100644 --- a/documentation/sidebars.ts +++ b/documentation/sidebars.ts @@ -1,4 +1,4 @@ -import type {SidebarsConfig} from '@docusaurus/plugin-content-docs'; +import type { SidebarsConfig } from "@docusaurus/plugin-content-docs"; /** * Creating a sidebar enables you to: @@ -12,7 +12,7 @@ import type {SidebarsConfig} from '@docusaurus/plugin-content-docs'; */ const sidebars: SidebarsConfig = { // By default, Docusaurus generates a sidebar from the docs folder structure - tutorialSidebar: [{type: 'autogenerated', dirName: '.'}], + tutorialSidebar: [{ type: "autogenerated", dirName: "." }], // But you can create a sidebar manually /*