aboutsummaryrefslogtreecommitdiffstats
path: root/docs/docusaurus.config.ts
diff options
context:
space:
mode:
authorMohamedBassem <me@mbassem.com>2024-03-21 05:05:07 +0000
committerMohamedBassem <me@mbassem.com>2024-03-21 05:05:07 +0000
commit953151d253bc927c7a09426d05b2315a442ca197 (patch)
tree1f1f28b92fbbf3497732f5c69173328c0bbb62fe /docs/docusaurus.config.ts
parenta9e8053ec4664deadff209952ec48cba3aa42172 (diff)
downloadkarakeep-953151d253bc927c7a09426d05b2315a442ca197.tar.zst
landing: Add the demo link to the landing page and mention it in the docs
Diffstat (limited to '')
-rw-r--r--docs/docusaurus.config.ts24
1 files changed, 12 insertions, 12 deletions
diff --git a/docs/docusaurus.config.ts b/docs/docusaurus.config.ts
index b1414661..4b1fb920 100644
--- a/docs/docusaurus.config.ts
+++ b/docs/docusaurus.config.ts
@@ -76,7 +76,7 @@ const config: Config = {
title: 'Docs',
items: [
{
- label: 'Tutorial',
+ label: 'Introduction',
to: '/',
},
],
@@ -85,16 +85,8 @@ const config: Config = {
title: 'Community',
items: [
{
- label: 'Stack Overflow',
- href: 'https://stackoverflow.com/questions/tagged/docusaurus',
- },
- {
- label: 'Discord',
- href: 'https://discordapp.com/invite/docusaurus',
- },
- {
- label: 'Twitter',
- href: 'https://twitter.com/docusaurus',
+ label: 'GitHub',
+ href: 'https://github.com/MohamedBassem/hoarder-app',
},
],
},
@@ -102,13 +94,21 @@ const config: Config = {
title: 'More',
items: [
{
+ label: 'Homepage',
+ href: 'https://hoarder.app',
+ },
+ {
label: 'GitHub',
href: 'https://github.com/MohamedBassem/hoarder-app',
},
+ {
+ label: 'Demo',
+ href: 'https://try.hoarder.app',
+ },
],
},
],
- copyright: `Copyright © ${new Date().getFullYear()} My Project, Inc. Built with Docusaurus.`,
+ copyright: `Copyright © ${new Date().getFullYear()} Hoarder App. Built with Docusaurus.`,
},
prism: {
theme: prismThemes.github,