Skip to content

Commit

Permalink
docs: clean README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Suevalov committed Apr 23, 2020
1 parent 041856b commit 451c78c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Contentful Field Editors

[![lerna](https://img.shields.io/badge/maintained%20with-lerna-cc00ff.svg)](https://lernajs.io/))

This is the monorepo for all field editors and extensions by [Contentful][contentful].

Since these are developed using the [UI Extensions SDK][ui-extensions-sdk], this will allow you to understand how each editor works, fork existing extensions or create your own extensions based on existing Contentful components' source rather than starting from scratch.
Expand All @@ -8,7 +10,7 @@ It uses [Typescript][typescript], [React][react], [Forma36][forma36] (a design s

## Available field editors

[Playground with all components: https://contentful-field-editors.netlify.app/](https://contentful-field-editors.netlify.app/)
Playground with all components: [https://contentful-field-editors.netlify.app/](https://contentful-field-editors.netlify.app/)

This repository has all editorial components that you can find in the Contentful Web application.
You can run each this component as a custom field extension or compose them into one custom entry extension.
Expand All @@ -32,8 +34,6 @@ You can run each this component as a custom field extension or compose them into
- [Entry reference / Media](./packages/reference/README.md)
- [Rich Text](./packages/rich-text/README.md)

[Playground with all components: https://contentful-field-editors.netlify.app/](https://contentful-field-editors.netlify.app/)

Feel free to reach out to us with the ones that'd be the most useful to have
here by filing a [Github issue][github-issues]!

Expand All @@ -55,7 +55,7 @@ See [CONTRIBUTING.md](CONTRIBUTING.md) for more information on how to get starte

We'd love to have your helping hand on `@contentful/field-editors`!

## Links
## Links & related repositories

- [UI Extensions SDK][ui-extensions-sdk]
- [Create Contentful Extension CLI][create-contentful-extension]
Expand All @@ -74,8 +74,8 @@ All field editor packages are open source software [licensed as MIT](./LICENSE).
[contentful]: https://www.contentful.com
[ui-extensions-sdk]: https://github.com/contentful/ui-extensions-sdk
[create-contentful-extension]: https://github.com/contentful/create-contentful-extension
[github-issues]: https://github.com/contentful/core-field-editors/issues
[forma36]: https://f36.contentful.com/
[github-issues]: https://github.com/contentful/field-editors/issues
[forma36]: https://github.com/contentful/forma-36
[typescript]: https://www.typescriptlang.org/
[react]: https://reactjs.org/
[lerna]: https://github.com/lerna/lerna
Expand Down

0 comments on commit 451c78c

Please sign in to comment.