Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 0 additions & 2 deletions docs/htmx.md
Original file line number Diff line number Diff line change
Expand Up @@ -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",
),
Expand Down
2 changes: 2 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
Loading