From 9cff85e84f1cd14666dd6e073d8a7b0e1e0dc592 Mon Sep 17 00:00:00 2001 From: Jesse Redl Date: Mon, 17 Jun 2024 09:12:59 -0600 Subject: [PATCH] remove vendasta links --- docusaurus.config.ts | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/docusaurus.config.ts b/docusaurus.config.ts index 5fbab49..07907d3 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -37,7 +37,7 @@ const config: Config = { sidebarPath: './sidebars.ts', // Please change this to your repo. // Remove this to remove the "edit this page" links. - editUrl: 'https://github.com/vendasta/website-docs', + // editUrl: 'https://github.com/vendasta/website-docs', }, theme: { customCss: './src/css/custom.css', @@ -91,11 +91,6 @@ const config: Config = { position: 'left', label: 'Getting Started', }, - { - href: 'https://github.com/vendasta/website-docs', - label: 'GitHub', - position: 'right', - }, ], }, footer: {