added demo links
This commit is contained in:
parent
3103d4fbf9
commit
6e1cd00490
|
|
@ -5,6 +5,9 @@ on:
|
|||
workflow_call:
|
||||
# Can be triggered manually
|
||||
workflow_dispatch:
|
||||
# Scheduled reset (daily at midnight UTC)
|
||||
schedule:
|
||||
- cron: '0 0 * * *' # Daily at midnight UTC
|
||||
|
||||
jobs:
|
||||
restart-space:
|
||||
|
|
|
|||
|
|
@ -4,6 +4,8 @@
|
|||
|
||||
🌐 **[Visit the official website](https://www.notediscovery.com)**
|
||||
|
||||
🚀 **[Try the Live Demo](https://gamosoft-notediscovery.hf.space)** — *Contents reset daily, for demonstration purposes only*
|
||||
|
||||
## 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.
|
||||
|
|
|
|||
|
|
@ -232,6 +232,14 @@
|
|||
content: "▶ ";
|
||||
}
|
||||
|
||||
.demo-notice {
|
||||
margin-top: 1rem;
|
||||
font-size: 0.85rem;
|
||||
color: #6b7280;
|
||||
font-style: italic;
|
||||
opacity: 0.9;
|
||||
}
|
||||
|
||||
.features {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
|
||||
|
|
@ -681,9 +689,10 @@
|
|||
<h2>Take Control of Your Notes</h2>
|
||||
<p>A lightweight, privacy-focused note-taking application with powerful features: LaTeX math equations, Mermaid diagrams, smart tags, custom templates, code highlighting, and more. Write, organize, and discover your notes with a beautiful, modern interface—all running on your own server.</p>
|
||||
<div class="cta-buttons">
|
||||
<a href="https://demo.notediscovery.com" class="cta-button demo" target="_blank" rel="noopener">Try Live Demo</a>
|
||||
<a href="https://gamosoft-notediscovery.hf.space" class="cta-button demo" target="_blank" rel="noopener">Try Live Demo</a>
|
||||
<a href="https://github.com/gamosoft/NoteDiscovery" class="cta-button" target="_blank" rel="noopener">Get Started on GitHub →</a>
|
||||
</div>
|
||||
<p class="demo-notice">✨ Demo resets daily · For demonstration purposes only</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
@ -956,9 +965,10 @@
|
|||
<h2>Ready to Get Started?</h2>
|
||||
<p>Join the self-hosting community and take back control of your notes today.</p>
|
||||
<div class="cta-buttons">
|
||||
<a href="https://demo.notediscovery.com" class="cta-button demo" target="_blank" rel="noopener">Try Live Demo</a>
|
||||
<a href="https://gamosoft-notediscovery.hf.space" class="cta-button demo" target="_blank" rel="noopener">Try Live Demo</a>
|
||||
<a href="https://github.com/gamosoft/NoteDiscovery" class="cta-button" target="_blank" rel="noopener">View on GitHub →</a>
|
||||
</div>
|
||||
<p class="demo-notice">✨ Demo resets daily · For demonstration purposes only</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue