From 7cd85f78afa4d154e2d59f1a3a805ff0f30ba987 Mon Sep 17 00:00:00 2001 From: dannyrb Date: Wed, 1 May 2019 12:14:34 -0400 Subject: [PATCH] Update guide links --- docs/latest/deployment/index.md | 23 ++++++++++++++++------- 1 file changed, 16 insertions(+), 7 deletions(-) diff --git a/docs/latest/deployment/index.md b/docs/latest/deployment/index.md index 88e2a265b..fd75f7192 100644 --- a/docs/latest/deployment/index.md +++ b/docs/latest/deployment/index.md @@ -66,15 +66,24 @@ build the OHIF Viewer in our ##### Part 2 - Host Your App -There are a lot of [benefits to hosting static assets][host-static-assets] +There are a lot of [benefits to hosting static assets][host-static-assets] over +dynamic content. You can find instructions on how to host your build's output +via one of these guides: -- AWS S3 + Cloudfront -- GCP + Cloudflare -- Azure -- Netlify (can use private repo) -- Github pages +_Drag-n-drop_ -Note: Include SSL instructions. +- [Netlify: Drop](/deployment/recipes/static-assets.md#netlify-drop) + +_Easy_ + +- [Surge.sh](/deployment/recipes/static-assets.md#surgesh) +- [GitHub Pages](/deployment/recipes/static-assets.md#github-pages) + +_Advanced_ + +- [AWS S3 + Cloudfront](/deployment/recipes/static-assets.md#aws-s3--cloudfront) +- [GCP + Cloudflare](/deployment/recipes/static-assets.md#gcp--cloudflare) +- [Azure](/deployment/recipes/static-assets.md#azure) ...