added link to website
This commit is contained in:
parent
5c19286204
commit
d14028e727
|
|
@ -2,6 +2,8 @@
|
||||||
|
|
||||||
> Your Self-Hosted Knowledge Base
|
> Your Self-Hosted Knowledge Base
|
||||||
|
|
||||||
|
🌐 **[Visit the official website](https://www.notediscovery.com)**
|
||||||
|
|
||||||
## What is NoteDiscovery?
|
## What is NoteDiscovery?
|
||||||
|
|
||||||
NoteDiscovery is a **lightweight, self-hosted note-taking application** that puts you in complete control of your knowledge base. Write, organize, and discover your notes with a beautiful, modern interface—all running on your own server.
|
NoteDiscovery is a **lightweight, self-hosted note-taking application** that puts you in complete control of your knowledge base. Write, organize, and discover your notes with a beautiful, modern interface—all running on your own server.
|
||||||
|
|
|
||||||
|
|
@ -997,6 +997,17 @@
|
||||||
<span x-text="notes.length"></span> notes
|
<span x-text="notes.length"></span> notes
|
||||||
<span class="mx-1">·</span>
|
<span class="mx-1">·</span>
|
||||||
<span x-text="'v' + appVersion"></span>
|
<span x-text="'v' + appVersion"></span>
|
||||||
|
<span class="mx-1">·</span>
|
||||||
|
<a
|
||||||
|
href="https://www.notediscovery.com"
|
||||||
|
target="_blank"
|
||||||
|
rel="noopener noreferrer"
|
||||||
|
class="hover:underline"
|
||||||
|
style="color: var(--accent-primary);"
|
||||||
|
title="Visit NoteDiscovery website"
|
||||||
|
>
|
||||||
|
Website
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue