* docs(add-to-your-site): include verbose document links - add extra references to config.yml * docs(collection-types): provide consistent examples - include link to configuration doc - describe admin UI behaviour when accessing files * docs(add-to-your-site): make authentication phrasing less biased - add note regarding core behaviour fetching remote files * docs(collection-types): add note about configurable branches * docs(website): add more descriptive language to configuration notes - include deep links to documentation where applicable * docs(website): change link titles to match their target content
Netlify CMS Website & Docs
This directory builds netlifycms.org. If you'd like to propose changes to the site or docs, you'll find the source files in here.
Local development
The site is built with GatsbyJS.
To run the site locally, you'll need to have Node and Yarn installed on your computer.
From your terminal window, cd
into the website
directory of the repo, and run
yarn
yarn start
Then visit http://localhost:8000/ - Gatsby will automatically reload CSS or refresh the page when stylesheets or content changes.