docker-volume-backup/docs
shalafi99 f4cf4173e6
Documentation update for DROPBOX_REMOTE_PATH environment variable (#473)
* 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
2024-09-18 20:43:54 +02:00
..
_sass/custom Docs site (#269) 2023-09-16 11:54:39 +02:00
how-tos Documentation update for DROPBOX_REMOTE_PATH environment variable (#473) 2024-09-18 20:43:54 +02:00
recipes Documentation update for DROPBOX_REMOTE_PATH environment variable (#473) 2024-09-18 20:43:54 +02:00
reference Feature: PGP Asymmetric Encryption (#456) 2024-08-11 10:11:23 +02: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 rexml from 3.3.3 to 3.3.6 in /docs (#463) 2024-08-23 05:23:04 +00:00
index.md Document EXEC_LABEL behavior in conjunction with conf.d 2024-03-04 20:31:11 +01: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.