Skip to content

Commit a3b742e

Browse files
authored
Add github link to documentation (#63)
1 parent 3922b83 commit a3b742e

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,3 +100,5 @@ output
100100
# Documentation
101101

102102
Head over to our [documentation](https://thomasborgen.github.io/hypermedia)
103+
104+
If you are using this for HTMX, then please read the [HTMX section](https://thomasborgen.github.io/hypermedia/htmx/) of the documentation

docs/htmx.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,6 @@ def base() -> Element:
111111
integrity="sha384-wS5l5IKJBvK6sPTKa2WZ1js3d947pvWXbPJ1OmWfEuxLgeHcEbjUUA5i9V5ZkpCw",
112112
crossorigin="anonymous",
113113
),
114-
Script(src="https://unpkg.com/htmx-ext-preload@2.0.0/preload.js"),
115-
Script(src="/static/auto_playback.js"),
116114
slot="html",
117115
lan="en",
118116
),

mkdocs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
site_name: Hypermedia documentation
22

33
site_url: https://thomasborgen.github.io/hypermedia/
4+
repo_url: https://github.com/thomasborgen/hypermedia
5+
46
theme:
57
name: material
68
features:

0 commit comments

Comments
 (0)