From 42d12e86854606364a0648f882e33ce29a92dd8d Mon Sep 17 00:00:00 2001 From: Gamosoft Date: Tue, 18 Nov 2025 11:30:15 +0100 Subject: [PATCH] minor readme changes --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 38a3d72..d04fa37 100644 --- a/README.md +++ b/README.md @@ -200,18 +200,16 @@ python run.py ## 📚 Documentation -Want to learn more? **The full documentation lives inside the app as interactive notes!** +Want to learn more? -Once you've started NoteDiscovery, you'll find comprehensive guides on: - 🎨 **[THEMES.md](documentation/THEMES.md)** - Theme customization and creating custom themes - ✨ **[FEATURES.md](documentation/FEATURES.md)** - Complete feature list and keyboard shortcuts - 🧮 **[MATHJAX.md](documentation/MATHJAX.md)** - LaTeX/Math notation examples and syntax reference +- 📊 **[MERMAID.md](documentation/MERMAID.md)** - Diagram creation with Mermaid (flowcharts, sequence diagrams, and more) - 🔌 **[PLUGINS.md](documentation/PLUGINS.md)** - Plugin system and available plugins - 🌐 **[API.md](documentation/API.md)** - REST API documentation and examples - 🔐 **[AUTHENTICATION.md](documentation/AUTHENTICATION.md)** - Enable password protection for your instance -**Can't wait to start the app?** Browse the documentation notes directly on GitHub in the [`documentation/`](documentation/) folder! - 💡 **Pro Tip:** If you clone this repository, you can mount the `documentation/` folder to view these docs inside the app: ```yaml