From 5858871ca8cef5c650c1e9d652af12f70c608514 Mon Sep 17 00:00:00 2001 From: Hans Pagel Date: Thu, 27 May 2021 22:19:11 +0200 Subject: [PATCH] docs: update content --- docs/src/docPages/api/commands/update-attributes.md | 3 ++- docs/src/links.yaml | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/src/docPages/api/commands/update-attributes.md b/docs/src/docPages/api/commands/update-attributes.md index 5081e9a6..a6d2ef38 100644 --- a/docs/src/docPages/api/commands/update-attributes.md +++ b/docs/src/docPages/api/commands/update-attributes.md @@ -1,8 +1,9 @@ # updateAttributes The `updateAttributes` command sets attributes of a node or mark to new values. Not passed attributes won’t be touched. -## Parameters +See also: [extendMarkRange](/api/commands/extend-mark-range) +## Parameters `typeOrName: string | NodeType | MarkType` Pass the type you want to update, for example `'heading'`. diff --git a/docs/src/links.yaml b/docs/src/links.yaml index 6c73949d..2ae6c496 100644 --- a/docs/src/links.yaml +++ b/docs/src/links.yaml @@ -53,6 +53,7 @@ link: /overview/contributing - title: Jobs link: /jobs + type: new - title: Examples link: /examples