1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-09-03 12:12:39 +02:00

update docs

This commit is contained in:
Ian Storm Taylor
2017-09-11 19:36:46 -07:00
parent 1ce271be63
commit 0f530796f5
11 changed files with 4 additions and 38 deletions

View File

@@ -1,4 +1,2 @@
# `slate-base64-serializer`
This package contains a base 64 serializer for Slate documents.

View File

@@ -1,4 +1,2 @@
# `slate-logger`
This package contains the logger that Slate uses to log warnings and deprecations only when in development environments.

View File

@@ -1,4 +1,2 @@
# `slate-html-serializer`
This package contains an HTML serializer for Slate documents, that you can configure depending on your custom schema.

View File

@@ -1,4 +1,2 @@
# `slate-hyperscript`
This package contains a hyperscript helper for creating Slate documents with JSX!

View File

@@ -1,4 +1,2 @@
# `slate-plain-serializer`
This package contains a plain-text serializer for Slate documents.

View File

@@ -1,4 +1,2 @@
# `slate-prop-types`
This package contains a set of React prop types for Slate values that you can use in your own components and plugins.

View File

@@ -1,6 +1,4 @@
# `slate-react`
This package contains the React-specific logic for Slate. It's separated further into a series of directories:
- [**Components**](./src/components) — containing the React components for rendering Slate editors.

View File

@@ -1,4 +1,2 @@
# `slate-simulator`
This package contains a simulator for testing Slate editors and plugins.

View File

@@ -1,6 +1,4 @@
# `slate`
This package contains the core logic of Slate. It's separated further into a series of directories:
- [**Changes**](./src/changes) — containing the changes that are used to alter a Slate document.