diff --git a/docs/Summary.md b/docs/Summary.md index 2f0457f34..677d81c40 100644 --- a/docs/Summary.md +++ b/docs/Summary.md @@ -40,7 +40,7 @@ - [PointRef](./api/point-ref.md) - [Range](./api/range.md) - [RangeRef](./api/range-ref.md) -- [Miscellaneous](./api/miscellaneous.md) +- [Operation](./api/operation.md) ## Libraries diff --git a/docs/api/miscellaneous.md b/docs/api/operation.md similarity index 80% rename from docs/api/miscellaneous.md rename to docs/api/operation.md index 12185dd8f..c44a46b30 100644 --- a/docs/api/miscellaneous.md +++ b/docs/api/operation.md @@ -1,5 +1,5 @@ -# Miscellaneous - -## Operation +# Operation `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. + +_The `Operation` API reference needs to be added._