mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-09-02 19:52:32 +02:00
Reorganize Operation docs
This commit is contained in:
@@ -47,8 +47,8 @@
|
||||
- [Range](api/locations/range.md)
|
||||
- [RangeRef](api/locations/range-ref.md)
|
||||
- [Span](api/locations/span.md)
|
||||
- [Operation](api/operation.md)
|
||||
- [Operation Types](api/operation-types.md)
|
||||
- [Operation Types](api/operations/README.md)
|
||||
- [Operation](api/operations/operation.md)
|
||||
- [Scrubber](api/scrubber.md)
|
||||
|
||||
## Libraries
|
||||
|
@@ -2,10 +2,10 @@
|
||||
|
||||
`Operation` objects define the low-level instructions that Slate editors use to apply changes to their internal state. Representing all changes as operations is what allows Slate editors to easily implement history, collaboration, and other features.
|
||||
|
||||
- [Node Operations](operation-types.md#node-operations)
|
||||
- [Text Operations](operation-types.md#text-operations)
|
||||
- [Selection Operation](operation-types.md#selection-operation)
|
||||
- [Base Operation](operation-types.md#base-operation)
|
||||
- [Node Operations](README.md#node-operations)
|
||||
- [Text Operations](README.md#text-operations)
|
||||
- [Selection Operation](README.md#selection-operation)
|
||||
- [Base Operation](README.md#base-operation)
|
||||
|
||||
### Node Operations
|
||||
|
Reference in New Issue
Block a user