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

Improve table of content links inside Operation Types docs

This commit is contained in:
Sunny Hirai
2023-04-12 19:09:56 -07:00
parent 4383127876
commit f89aca22f6

View File

@@ -2,10 +2,13 @@
`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](README.md#node-operations)
- [Text Operations](README.md#text-operations)
- [Selection Operation](README.md#selection-operation)
- [Base Operation](README.md#base-operation)
- Operation object
- [Operation](./operation.md)
- Operation subtypes
- [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