mirror of
https://github.com/offen/docker-volume-backup.git
synced 2024-11-15 02:40:27 +01:00
f4cf4173e6
* Update set-up-dropbox.md Updated text for explanation of DROPBOX_REMOTE_PATH environment variable usage accordingly to how the Dropbox App was scoped during creation. * Update set-up-dropbox.md Minor style edit * Update index.md Replaced /Apps/my-test-app/some_subdir with /somedir in example value for DROPBOX_REMOTE_PATH environment variable under "Backing up to Dropbox" section, to align with updates done to related "how-to" text |
||
---|---|---|
.. | ||
_sass/custom | ||
how-tos | ||
recipes | ||
reference | ||
_config.yml | ||
.gitignore | ||
Gemfile | ||
Gemfile.lock | ||
index.md | ||
README.md |
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.