mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-08-11 09:43:58 +02:00
add more readmes
This commit is contained in:
10
lib/Readme.md
Normal file
10
lib/Readme.md
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
|
||||||
|
This directory contains the core logic of Slate. It's separated into a series of directories, each with their own explanitory Readme:
|
||||||
|
|
||||||
|
- [**Components**](./components) — containing the React components Slate renders.
|
||||||
|
- [**Models**](./models) — containing the models that store Slate's data.
|
||||||
|
- [**Plugins**](./plugins) — containing the plugins that ship with Slate by default.
|
||||||
|
- [**Serializers**](./serializers) — containing the serializers that ship with Slate by default.
|
||||||
|
- [**Utils**](./utils) — containing a few convenience utility modules.
|
||||||
|
|
||||||
|
Feel free to poke around each of them for more information!
|
2
lib/utils/Readme.md
Normal file
2
lib/utils/Readme.md
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
|
||||||
|
This directory contains a series of utilities that Slate uses internally. They're pulled out here to re-use code and to enforce consistency.
|
Reference in New Issue
Block a user