1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-28 17:39:57 +02:00

Upgrade docs (#1182)

* remove table of contents

* remove more hard-coded table of contents

* remove comparisons, rewrite "why" section to be more general

* update intro
This commit is contained in:
Ian Storm Taylor
2017-09-25 11:50:23 -07:00
committed by GitHub
parent f34a716ee7
commit c98ad903c8
30 changed files with 46 additions and 496 deletions

View File

@@ -1,16 +0,0 @@
# Concepts
This document explain the core concepts that Slate is built on around. It is helpful to read it through in it's entirety to get a good mental model for how Slate works.
- [Statelessness & Immutability](./statelessness-and-immutability.md)
- [The Document Model](./the-document-model.md)
- [The Selection Model](./the-selection-model.md)
- [Plugins](./plugins.md)
- [FAQ](./faq.md)