From fbc1c67cce2c3bc7b2be8e9a8a2677a63c6ff05f Mon Sep 17 00:00:00 2001 From: Daniel Lautzenheiser Date: Wed, 21 Dec 2022 15:13:35 -0500 Subject: [PATCH] Update demo site links --- packages/docs/content/docs/configuration-options.mdx | 2 +- packages/docs/content/docs/intro.mdx | 2 +- packages/docs/content/docs/test-backend.mdx | 2 +- packages/docs/content/docs/widgets.mdx | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/docs/content/docs/configuration-options.mdx b/packages/docs/content/docs/configuration-options.mdx index 22fbd47a..5b907f0e 100644 --- a/packages/docs/content/docs/configuration-options.mdx +++ b/packages/docs/content/docs/configuration-options.mdx @@ -15,7 +15,7 @@ Alternatively, you can specify a custom config file using a link tag: If you prefer, you can use a javascript file (`admin/config.js`) instead of a yaml file. Simply import the javascript config and pass it into your `CMS.init({ config })` call. -To see working configuration examples, you can [start from a template](/docs/start-with-a-template) or check out the [CMS demo site](https://static-cms-demo.netlify.app). (No login required: click the login button and the CMS will open.) You can refer to the demo [configuration code](https://github.com/StaticJsCMS/static-cms/blob/main/core/dev-test/config.yml) to see how each option was configured. +To see working configuration examples, you can [start from a template](/docs/start-with-a-template) or check out the [CMS demo site](https://demo-staticjscms.netlify.app/). (No login required: click the login button and the CMS will open.) You can refer to the demo [configuration code](https://github.com/StaticJsCMS/static-cms/blob/main/core/dev-test/config.yml) to see how each option was configured. You can find details about all configuration options below. Note that [YAML syntax](https://en.wikipedia.org/wiki/YAML#Basic_components) allows lists and objects to be written in block or inline style, and the code samples below include a mix of both. diff --git a/packages/docs/content/docs/intro.mdx b/packages/docs/content/docs/intro.mdx index 2f9f5b1a..19759776 100644 --- a/packages/docs/content/docs/intro.mdx +++ b/packages/docs/content/docs/intro.mdx @@ -17,7 +17,7 @@ At its core, Static CMS is an open-source React app that acts as a wrapper for t ## Find out more -- Get a feel for the UI in the [demo site](https://static-cms-demo.netlify.app). (No login required. Click the login button to go straight to the CMS editor UI.) +- Get a feel for the UI in the [demo site](https://demo-staticjscms.netlify.app/). (No login required. Click the login button to go straight to the CMS editor UI.) - [Start with a template](/docs/start-with-a-template/) to make a Static CMS-enabled site of your own. - Configure your existing site by following a [tutorial](/docs/add-to-your-site/) or checking [configuration options](/docs/configuration-options). - Ask questions and share ideas in the Static CMS [community chat](/chat). diff --git a/packages/docs/content/docs/test-backend.mdx b/packages/docs/content/docs/test-backend.mdx index 50978925..92436888 100644 --- a/packages/docs/content/docs/test-backend.mdx +++ b/packages/docs/content/docs/test-backend.mdx @@ -6,7 +6,7 @@ weight: 60 - **Name**: `gitlab` -You can use the `test-repo` backend to try out Static CMS without connecting to a Git repo. With this backend, you can write and publish content normally, but any changes will disappear when you reload the page. This backend powers the Static CMS [demo site](https://static-cms-demo.netlify.app/). +You can use the `test-repo` backend to try out Static CMS without connecting to a Git repo. With this backend, you can write and publish content normally, but any changes will disappear when you reload the page. This backend powers the Static CMS [demo site](https://demo-staticjscms.netlify.app/). **Note:** The `test-repo` backend can't access your local file system, nor does it connect to a Git repo, thus you won't see any existing files while using it. diff --git a/packages/docs/content/docs/widgets.mdx b/packages/docs/content/docs/widgets.mdx index 75db8da8..8b31a0f5 100644 --- a/packages/docs/content/docs/widgets.mdx +++ b/packages/docs/content/docs/widgets.mdx @@ -8,7 +8,7 @@ Widgets define the data type and interface for entry fields. Static CMS comes wi Widgets are specified as collection fields in the Static CMS `config` file. Note that [YAML syntax](https://en.wikipedia.org/wiki/YAML#Basic_components) allows lists and objects to be written in block or inline style, and the code samples below include a mix of both. -To see working examples of all of the built-in widgets, try making a 'Kitchen Sink' collection item on the [CMS demo site](https://static-static-cms-demo.netlify.app). (No login required: click the login button and the CMS will open.) You can refer to the demo [configuration code](https://github.com/StaticJsCMS/static-cms/blob/main/dev-test/config.yml) to see how each field was configured. +To see working examples of all of the built-in widgets, try making a 'Kitchen Sink' collection item on the [CMS demo site](https://demo-staticjscms.netlify.app/). (No login required: click the login button and the CMS will open.) You can refer to the demo [configuration code](https://github.com/StaticJsCMS/static-cms/blob/main/dev-test/config.yml) to see how each field was configured. ## Available Widgets