diff --git a/docs/docusaurus.config.ts b/docs/docusaurus.config.ts index 9954d53d8..b37f0c501 100644 --- a/docs/docusaurus.config.ts +++ b/docs/docusaurus.config.ts @@ -40,23 +40,9 @@ const config: Config = { // 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, - feedOptions: { - type: ["rss", "atom"], - 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", + "https://github.com/photonvision/photonvision/tree/main/docs/", }, + theme: { customCss: "./src/css/custom.css", }, @@ -81,7 +67,7 @@ const config: Config = { label: "Tutorial", }, { - href: "https://github.com/facebook/docusaurus", + href: "https://github.com/photonvision/photonvision", label: "GitHub", position: "right", },