From 0b36650b09fd42340ccd6a26ed5bd090d049b22d Mon Sep 17 00:00:00 2001 From: thomasborgen Date: Fri, 26 Dec 2025 22:47:20 +0100 Subject: [PATCH] Add github link to documentation --- README.md | 2 ++ docs/htmx.md | 2 -- mkdocs.yml | 2 ++ 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c3deb6e..94e4462 100644 --- a/README.md +++ b/README.md @@ -100,3 +100,5 @@ output # Documentation Head over to our [documentation](https://thomasborgen.github.io/hypermedia) + +If you are using this for HTMX, then please read the [HTMX section](https://thomasborgen.github.io/hypermedia/htmx/) of the documentation diff --git a/docs/htmx.md b/docs/htmx.md index 8bd4201..587d495 100644 --- a/docs/htmx.md +++ b/docs/htmx.md @@ -111,8 +111,6 @@ def base() -> Element: integrity="sha384-wS5l5IKJBvK6sPTKa2WZ1js3d947pvWXbPJ1OmWfEuxLgeHcEbjUUA5i9V5ZkpCw", crossorigin="anonymous", ), - Script(src="https://unpkg.com/htmx-ext-preload@2.0.0/preload.js"), - Script(src="/static/auto_playback.js"), slot="html", lan="en", ), diff --git a/mkdocs.yml b/mkdocs.yml index f8a8549..85e890e 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,6 +1,8 @@ site_name: Hypermedia documentation site_url: https://thomasborgen.github.io/hypermedia/ +repo_url: https://github.com/thomasborgen/hypermedia + theme: name: material features: