From 84894aeacbc4e09f0cdd82e5d6fdef7e25456372 Mon Sep 17 00:00:00 2001 From: appleseed-iii Date: Fri, 16 Sep 2022 07:47:30 -0500 Subject: [PATCH] update readme for netlify cms --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1a10c01..afb5f67 100644 --- a/README.md +++ b/README.md @@ -42,11 +42,11 @@ PRs are automatically deployed on fleek. ### Partial Editing with Netlify CMS -- Netlify CMS is available at /admin. +- Netlify CMS is available at [https://admin-docs.olympusdao.finance/](https://admin-docs.olympusdao.finance/). +- Netlify CMS is served from the `netlify-cms` branch. All changes to Netlify CMS config happen in `static/admin`. If you make a change here you need to push that change first to `main` and then merge that change down to `netlify-cms` branch. - it requires login with github credentials - all changes will read/write against the `main` branch - all submitted changes will be submitted as pull requests - Netlify CMS ONLY READS and WRITES DATA to/from github... it does not read/write any local changes you might have on your local machine - Netlify CMS does not parse mdx files, so none of the mdx files appear - Netlify CMS parses each docs directory separately, so a new directory would require updates to config.yml -- need to test who has "Publish" rights...