docker-volume-backup/docs
2023-09-29 07:24:07 +02:00
..
_sass/custom Docs site (#269) 2023-09-16 11:54:39 +02:00
how-tos Updated Docs subheading mispelling (#278) 2023-09-29 07:24:07 +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 site (#269) 2023-09-16 11:54:39 +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.