docker-volume-backup/docs
Alexander 64daf7b132
Add method for converting object to JSON in template (#319)
* Add method for converting object to JSON in template

* Split  to ,

* Rename toJson function
2023-12-20 20:44:45 +01:00
..
_sass/custom Docs site (#269) 2023-09-16 11:54:39 +02:00
how-tos Add method for converting object to JSON in template (#319) 2023-12-20 20:44:45 +01:00
recipes Docs site (#269) 2023-09-16 11:54:39 +02:00
reference Add note about potential leading and trailing whitespace in Docker secrets 2023-10-29 07:53:55 +01:00
_config.yml Docs site (#269) 2023-09-16 11:54:39 +02:00
.gitignore Docs site (#269) 2023-09-16 11:54:39 +02:00
Gemfile Docs site (#269) 2023-09-16 11:54:39 +02:00
Gemfile.lock Docs site (#269) 2023-09-16 11:54:39 +02:00
index.md docs: Update the custom commands documentation (#288) 2023-10-21 08:05:41 +02:00
README.md Docs site (#269) 2023-09-16 11:54:39 +02:00

Documentation site

This directory contains the sources for the documentation site published at https://offen.github.io/docker-volume-backup.

Assuming you have Ruby and bundler installed, you can run the site locally using the following commands:

bundle install
bundle exec jekyll serve

Note that changes in _config.yml require a manual restart to take effect.