From 4a88de835409eaa041a43ae683b0f45ec01c1cf0 Mon Sep 17 00:00:00 2001 From: Tobie Morgan Hitchcock Date: Tue, 5 Mar 2024 17:02:08 +0000 Subject: [PATCH] Cleans up a few things in the documentation (#380) --- docusaurus.config.js | 3 +-- src/pages/markdown-page.md | 7 ------- 2 files changed, 1 insertion(+), 9 deletions(-) delete mode 100644 src/pages/markdown-page.md diff --git a/docusaurus.config.js b/docusaurus.config.js index 8cf6bbb81..c20455538 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -7,7 +7,6 @@ const config = { // Set the production url of your site here url: 'https://surrealdb.com', // Set the // pathname under which your site is served - // For GitHub pages deployment, it is often '//' baseUrl: '/docs/', // TODO We need to fix these issues, just not doing it now :) onBrokenLinks: 'warn', @@ -225,7 +224,7 @@ const config = { }, footer: { style: 'dark', - copyright: `© SurrealDB - SurrealDB.com - GitHub - Discord - Community - Products - Features - Releases `, + copyright: `© SurrealDBGitHubDiscordCommunityProductsFeaturesReleasesInstall`, }, prism: { additionalLanguages: [ diff --git a/src/pages/markdown-page.md b/src/pages/markdown-page.md deleted file mode 100644 index 9756c5b66..000000000 --- a/src/pages/markdown-page.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Markdown page example ---- - -# Markdown page example - -You don't need React to write simple standalone pages.