From a0ab74cfa58a54f73605831493df8d0cb157baa7 Mon Sep 17 00:00:00 2001 From: akinmayowa Date: Sun, 10 Jan 2021 08:04:17 +0100 Subject: [PATCH] add meaningful page titles --- package-lock.json | 2 +- www/api.md | 4 +- www/docs.md | 112 ++++++++++++++++++++++---------------------- www/events.md | 14 +++--- www/extensions.md | 8 ++-- www/test/index.html | 2 - 6 files changed, 70 insertions(+), 72 deletions(-) diff --git a/package-lock.json b/package-lock.json index cdd721c4..18fa299a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "htmx.org", - "version": "0.0.8", + "version": "1.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/www/api.md b/www/api.md index fbf8acdc..0cf2a5ed 100644 --- a/www/api.md +++ b/www/api.md @@ -1,6 +1,6 @@ --- layout: layout.njk -title: htmx - high power tools for html +title: htmx - Javascript API --- ## Javascript API @@ -87,7 +87,7 @@ Note that using a [meta tag](/docs/#config) is the preferred mechanism for setti * `attributesToSettle:["class", "style", "width", "height"]` - array of strings: the attributes to settle during the settling phase * `defaultSettleDelay:100` - int: the default delay between completing the content swap and settling attributes * `defaultSwapDelay:0` - int: the default delay between receiving a response from the server and doing the swap -* `defaultSwapStyle:'innerHtml'` - string: the default swap style to use if [`hx-swap`](/attributes/hx-swap) is omitted +* `defaultSwapStyle:'innerHtml'` - string: the default swap style to use if [`hx-swap`](/attributes/hx-swap) is omitted * `historyCacheSize:10` - int: the number of pages to keep in `localStorage` for history support * `historyEnabled:true` - boolean: whether or not to use history * `includeIndicatorStyles:true` - boolean: if true, htmx will inject a small amount of CSS into the page to make indicators invisible unless the `htmx-indicator` class is present diff --git a/www/docs.md b/www/docs.md index 5ecd80ee..d31d44d8 100644 --- a/www/docs.md +++ b/www/docs.md @@ -1,11 +1,11 @@ --- layout: layout.njk -title: htmx - high power tools for html +title: htmx - Documentation ---