From 953151d253bc927c7a09426d05b2315a442ca197 Mon Sep 17 00:00:00 2001 From: MohamedBassem Date: Thu, 21 Mar 2024 05:05:07 +0000 Subject: landing: Add the demo link to the landing page and mention it in the docs --- docs/docusaurus.config.ts | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'docs/docusaurus.config.ts') 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,30 +85,30 @@ 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', }, ], }, { 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, -- cgit v1.2.3-70-g09d2