docker-volume-backup/docs
2025-06-28 05:24:30 +00:00
..
_sass/custom Docs site (#269) 2023-09-16 11:54:39 +02:00
how-tos Fall back to default behavior when deployed to a worker node (#593) 2025-06-09 14:19:18 +02:00
recipes Documentation should not mention deprecated version declaration 2025-06-07 16:01:50 +02:00
reference Link to Dropbox from config reference is outdated (#562) 2025-03-26 12:06:42 +01:00
.gitignore Docs site (#269) 2023-09-16 11:54:39 +02:00
_config.yml Update author reference in license statements (#393) 2024-03-15 11:42:22 +01:00
Gemfile Docs site (#269) 2023-09-16 11:54:39 +02:00
Gemfile.lock Bump webrick from 1.8.1 to 1.8.2 in /docs (#602) 2025-06-28 05:24:30 +00:00
index.md Documentation should not mention deprecated version declaration 2025-06-07 16:01:50 +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.