Add API documentation link to homepage footer

Added link to /api/docs at the bottom of the homepage,
alongside the GitHub link.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-11-24 12:41:02 -05:00
parent 972025b597
commit 9caac02883
+1 -1
View File
@@ -496,7 +496,7 @@ document.addEventListener('keydown', function(e) {
<div style="margin-top: 2rem; padding-top: 1rem; border-top: 1px solid var(--border-color); text-align: center;">
<p style="font-size: 0.85rem; color: var(--text-tertiary);">
This project is open source. <a href="https://github.com/kennethreitz/kjvstudy.org" target="_blank" rel="noopener" style="color: var(--text-tertiary); border-bottom: 1px dotted var(--border-color-dark);">View the source code on GitHub</a>.
<a href="/api/docs" style="color: var(--text-tertiary); border-bottom: 1px dotted var(--border-color-dark);">API Documentation</a> · This project is open source. <a href="https://github.com/kennethreitz/kjvstudy.org" target="_blank" rel="noopener" style="color: var(--text-tertiary); border-bottom: 1px dotted var(--border-color-dark);">View the source code on GitHub</a>.
</p>
</div>
{% endblock %}