Skip to content

wader/htmx-dash-docset

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

htmx dash docset

Dash docset for htmx.

Warning

Very much work in progress.

Install prebuilt docset

Add htmx.docset using the dash UI or open the docset to install (open htmx.doset on macOS).

Build

docker build -t htmx-dash-docset . && \
docker run -v "$PWD:$PWD" -w "$PWD" htmx-dash-docset

Add htmx.docset to dash open -a dash htmx.docset

Development

docker build -t htmx-dash-docset . && \
docker run -ti --entrypoint=sh -v "$PWD:$PWD" -w "$PWD" htmx-dash-docset
# in container do
./generate.sh
# to skip clone do
SKIP_CLONE=1 ./generate.sh

TODO

  • Some links seems wrong
  • More strict code selector match
  • Add logo
  • Generate contrib docset.json
  • Make sure no external resources are used
  • Some script should be enabled?
  • Add extensions, guides etc?

Thanks and licenses

Documentation based on https://htmx.org/reference under BSD license https://github.com/bigskysoftware/htmx/blob/master/LICENSE

HTML generated using zola.

Dash docset generated from HTML using dashing.

About

</> htmx dash docset

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages