fix: Update docs nav links, add Blog link, rename GitHub to Git Repository

This commit is contained in:
lotherk
2026-03-27 14:44:51 +00:00
parent 1e3ed137ec
commit 71e7cdc37a
5 changed files with 29 additions and 67 deletions

View File

@@ -11,13 +11,14 @@
<nav class="navbar">
<div class="nav-container">
<a href="../" class="logo">
<svg width="32" height="32" viewBox="0 0 100 100"><defs><linearGradient id="g" x1="0%" y1="0%" x2="100%" y2="100%"><stop offset="0%" style="stop-color:#6d28d9"/><stop offset="100%" style="stop-color:#4c1d95"/></linearGradient></defs><rect width="100" height="100" rx="20" fill="url(#g)"/><path d="M25 25 L75 25 L75 80 L25 80 Z" fill="none" stroke="white" stroke-width="3"/></svg>
<svg width="32" height="32" viewBox="0 0 100 100"><defs><linearGradient id="g" x1="0%" y1="0%" x2="100%" y2="100%"><stop offset="0%" style="stop-color:#6d28d9"/><stop offset="100%" style="stop-color:#4c1d95"/></linearGradient></defs><rect width="100" height="100" rx="20" fill="url(#g)"/><path d="M25 25 L75 25 L75 80 L25 80 Z" fill="none" stroke="white" stroke-width="3"/><path d="M35 40 L65 40 M35 50 L65 50 M35 60 L55 60" stroke="white" stroke-width="2"/></svg>
DearDiary
</a>
<div class="nav-links">
<a href="../">Home</a>
<a href="../docs/">Docs</a>
<a href="https://github.com/lotherk/deardiary" target="_blank">GitHub</a>
<a href="../docs/" class="active">Docs</a>
<a href="../blog/">Blog</a>
<a href="${GIT_URL}" target="_blank">Git Repository</a>
</div>
</div>
</nav>
@@ -28,15 +29,7 @@
<h3>Getting Started</h3>
<a href="installation.html">Installation</a>
<a href="quick-start.html" class="active">Quick Start</a>
<a href="configuration.html">Configuration</a>
</div>
<div class="sidebar-section">
<h3>Features</h3>
<a href="events.html">Events</a>
<a href="diary-pages.html">Diary Pages</a>
<a href="ai-providers.html">AI Providers</a>
<a href="search.html">Search</a>
<a href="export-import.html">Export & Import</a>
</div>
</aside>
@@ -110,7 +103,7 @@
<div class="next-steps">
<a href="installation.html" class="btn">← Previous</a>
<a href="configuration.html" class="btn">Next: Configuration</a>
<a href="ai-providers.html" class="btn btn-primary">Next: AI Providers</a>
</div>
</main>
</div>