docs: fix links, remove some weird ones (#2062)

Fixes docs links and removes some weird ones.

Closes #2061.
This commit is contained in:
Shawn Erquhart
2019-02-05 09:46:50 -05:00
committed by GitHub
parent 14f94a022c
commit 0aae3be1b5
4 changed files with 5 additions and 9 deletions

View File

@ -9,8 +9,6 @@ The NetlifyCMS exposes a `window.CMS` global object that you can use to register
* **registerPreviewStyle:** Register a custom stylesheet to use on the preview pane.
* **registerPreviewTemplate:** Registers a template for a collection.
Explore the [NetlifyCMS GitHub example](https://github.com/netlify/netlify-cms/blob/9ced3f16c8bcc3d1a36773b126842d023c589eaf/example/index.html#L90-L91), a working example you can review on GitHub.
### React Components inline interaction
NetlifyCMS is a collection of React components and exposes two constructs globally to allow you to create components inline: createClass and h (alias for React.createElement).