docs: organize fix links

[skip travis]
This commit is contained in:
Revant Nandgaonkar
2020-06-13 15:40:47 +05:30
parent 38be99fc5e
commit 6a83a9d8cc
4 changed files with 12 additions and 12 deletions

View File

@@ -68,7 +68,7 @@ Notes:
- New site (first site) needs to be added after starting the services.
- The local deployment is for testing and REST API development purpose only
- A complete development environment is available [here](development)
- A complete development environment is available [here](../development)
- The site names are limited to patterns matching \*.localhost by default
- Additional site name patterns can be added by editing /etc/hosts of your host machine

View File

@@ -60,7 +60,7 @@ Make sure to replace `<project-name>` with the desired name you wish to set for
Notes:
- The local deployment is for testing and REST API development purpose only
- A complete development environment is available [here](development)
- A complete development environment is available [here](../development)
- The site names are limited to patterns matching \*.localhost by default
- Additional site name patterns can be added by editing /etc/hosts of your host machine

View File

@@ -5,11 +5,11 @@
- Use [swarm-cronjob](https://github.com/crazy-max/swarm-cronjob) for docker swarm
- Use Kubernetes CronJob
- It makes it easy to transfer data from cloud to any new deployment.
- They are just [site operations](site-operations) that can be manually pipelined as per need.
- They are just [site operations](site-operations.md) that can be manually pipelined as per need.
- Remember to restore encryption keys and other custom configuration from `site_config.json`.
- Steps to move deployment:
- [Take backup](site-operations#backup-sites)
- [Push backup to cloud](site-operations#push-backup-to-s3-compatible-storage)
- [Take backup](site-operations.md#backup-sites)
- [Push backup to cloud](site-operations.md#push-backup-to-s3-compatible-storage)
- Create new deployment type anywhere
- [Restore backup from cloud](site-operations#restore-backups)
- [Restore `site_config.json` from cloud](site-operations#edit-configs)
- [Restore backup from cloud](site-operations.md#restore-backups)
- [Restore `site_config.json` from cloud](site-operations.md#edit-configs)