Add support to use LLM's (gemni) to create functions, also create documentation page
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user