diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/docs/01-intro.md | 12 | ||||
| -rw-r--r-- | docs/docusaurus.config.ts | 24 |
2 files changed, 24 insertions, 12 deletions
diff --git a/docs/docs/01-intro.md b/docs/docs/01-intro.md index 2de4c88b..7418bbb6 100644 --- a/docs/docs/01-intro.md +++ b/docs/docs/01-intro.md @@ -22,3 +22,15 @@ Hoarder is an open source "Bookmark Everything" app that uses AI for automatical - [Planned] Archiving the content for offline reading. **⚠️ This app is under heavy development and it's far from stable.** + + +## Demo + +You can access the demo at [https://try.hoarder.app](https://try.hoarder.app). Login with the following creds: + +``` +email: demo@hoarder.app +password: demodemo +``` + +The demo is seeded with some content, but it's in read-only mode to prevent abuse. 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, |
