From 0c5b8fcc846efd04c50cfa156308565c3d5b8b0b Mon Sep 17 00:00:00 2001 From: Sunny Hirai Date: Mon, 29 Mar 2021 00:47:45 -0700 Subject: [PATCH] Rename Miscellaneous to Operation now that it is the only thing on that page --- docs/Summary.md | 2 +- docs/api/{miscellaneous.md => operation.md} | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) rename docs/api/{miscellaneous.md => operation.md} (80%) 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._