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