docker-volume-backup/docs
Nigel Metheringham d0d8e5b076
docs: Update the custom commands documentation (#288)
Include requirement for docker socket and the need to use EXEC_LABEL
if you are running multiple copies
2023-10-21 08:05:41 +02:00
..
_sass/custom Docs site (#269) 2023-09-16 11:54:39 +02:00
how-tos docs: Update the custom commands documentation (#288) 2023-10-21 08:05:41 +02:00
recipes Docs site (#269) 2023-09-16 11:54:39 +02:00
reference Docs site (#269) 2023-09-16 11:54:39 +02: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.