From f89aca22f6f9f027dcc5ffa9983fb28531a734bc Mon Sep 17 00:00:00 2001 From: Sunny Hirai Date: Wed, 12 Apr 2023 19:09:56 -0700 Subject: [PATCH] Improve table of content links inside Operation Types docs --- docs/api/operations/README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/docs/api/operations/README.md b/docs/api/operations/README.md index 4f7018a9a..33bfce75a 100644 --- a/docs/api/operations/README.md +++ b/docs/api/operations/README.md @@ -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