An open API service indexing awesome lists of open source software.

https://github.com/flatpickr/flatpickr.github.io

flatpickr documentation
https://github.com/flatpickr/flatpickr.github.io

Last synced: 11 months ago
JSON representation

flatpickr documentation

Awesome Lists containing this project

README

          

# flatpickr documentation source

This is the source for flatpickr's documentation and demos website. You
can see it online at .

If you're looking for flatpickr's main repository, please go to
.

## Updating the documentation
This website is built using [Hugo](https://gohugo.io/). Please refer to
the installation instructions on Hugo's website to get it working on your
system.

Each page has a corresponding markdown file inside the `content/`
folder and that's where you need to add/remove information. JS, CSS and
images are parsed from the `static/` folder.

After updating the files, run `hugo serve` to build and test the changes
locally.