Add support to use LLM's (gemni) to create functions, also create documentation page

This commit is contained in:
Peter Stockings
2025-06-21 19:04:00 +10:00
parent 525471d8c0
commit 917189b3d9
4 changed files with 610 additions and 186 deletions

View File

@@ -81,7 +81,7 @@
</li>
<li class="mr-3">
<a class="inline-block text-black no-underline hover:text-gray-800 hover:text-underline py-2 px-4"
href="#">Documentation</a>
href="{{ url_for('documentation') }}">Documentation</a>
</li>
<li class="mr-3">
<a class="inline-block text-black no-underline hover:text-gray-800 hover:text-underline py-2 px-4"
@@ -111,7 +111,7 @@
href="/signup">
Sign Up
</a>
<a href="#"
<a href="{{ url_for('documentation') }}"
class="inline-block mx-auto lg:mx-0 hover:underline bg-transparent text-gray-600 font-extrabold my-2 md:my-6 py-2 lg:py-4 px-8">
View documentation</a>
</div>