From 9caac028836db600b17660f3d64d332a0da78cee Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 24 Nov 2025 12:41:02 -0500 Subject: [PATCH] Add API documentation link to homepage footer MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- kjvstudy_org/templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kjvstudy_org/templates/index.html b/kjvstudy_org/templates/index.html index 849edf8..d67665e 100644 --- a/kjvstudy_org/templates/index.html +++ b/kjvstudy_org/templates/index.html @@ -496,7 +496,7 @@ document.addEventListener('keydown', function(e) {

- This project is open source. View the source code on GitHub. + API Documentation · This project is open source. View the source code on GitHub.

{% endblock %}