From f322118b542d67ceee2569fcdf74e93b34e0cfc4 Mon Sep 17 00:00:00 2001 From: Maharshi Raval Date: Wed, 5 Sep 2018 12:41:44 +0530 Subject: [PATCH] An additional option of using jsDelivr As brought up in #1711 , just using upkg lead to an issue and the documentation did not give desired result for a new user when unpkg.com had an outage. And added a comment the code mentioning that jsdelivr is also an option in case this happens again. --- website/content/docs/add-to-your-site.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/website/content/docs/add-to-your-site.md b/website/content/docs/add-to-your-site.md index a679bdf7..dce5eee1 100755 --- a/website/content/docs/add-to-your-site.md +++ b/website/content/docs/add-to-your-site.md @@ -45,6 +45,17 @@ The first file, `admin/index.html`, is the entry point for the Netlify CMS admin + + + ``` The second file, `admin/config.yml`, is the heart of your Netlify CMS installation, and a bit more complex. The [Configuration](#configuration) section covers the details.