18 lines
510 B
Markdown
Raw Normal View History

# Test backend
2018-07-26 18:01:26 -04:00
The backend behind https://cms-demo.netlify.com/.
Used for demo purposes only.
2018-07-26 18:01:26 -04:00
## Code structure
2018-07-26 18:01:26 -04:00
`Implementation` for [File Management System API](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-lib-util/README.md) based on simple JS objects:
```js
window.repoFiles // json file-system tree
window.repoFilesUnpublished // flat file list
```
`AuthenticationPage` - A component which allow skip `login screen` for demo purposes.
Look at tests or types for more info.