commit 67bd1eba0d8db754ef58f8ec890236c971b64324 parent 29bb93f2986a59f05dd15b206a0436e4ee692acb Author: Amit Dutta <mail@amit.is-a.dev> Date: Tue, 21 Jul 2026 09:58:19 +0530 Enhance upload section with documentation link Updated upload section with documentation link and added newline at end of file. Diffstat:
| M | index.html | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/index.html b/index.html @@ -61,7 +61,7 @@ <div class="mb-6 flex items-end justify-between"> <div> <h1 class="text-2xl font-bold tracking-tight">Upload</h1> - <p class="text-sm text-m3-onSurfaceVariant dark:text-m3-onSurfaceVariantDark mt-1">Store files permanently on Hugging Face</p> + <p class="text-sm text-m3-onSurfaceVariant dark:text-m3-onSurfaceVariantDark mt-1">Store files permanently on Hugging Face<br><br><a href="/docs">• <b><u>Read Docs</u></b></a></p> </div> </div>