From 6e6247952fc3d0b7b923c151af666e75e0b1cff2 Mon Sep 17 00:00:00 2001 From: mDuo13 Date: Mon, 20 Oct 2025 17:56:06 -0700 Subject: [PATCH] Revise contrib documentation per review --- resources/contribute-documentation/index.md | 23 ++++++++++++++++--- .../contribute-documentation/markdoc-tags.md | 2 +- 2 files changed, 21 insertions(+), 4 deletions(-) diff --git a/resources/contribute-documentation/index.md b/resources/contribute-documentation/index.md index 2ea1800b0e..599fb21160 100644 --- a/resources/contribute-documentation/index.md +++ b/resources/contribute-documentation/index.md @@ -23,7 +23,7 @@ The official source repository for the site is at ` element (the text that displays in the tab name and the title bar of your browser, if it has one) | `seo.title`, falling back to md h1 | -| ``, ``, `` and so on in the `` of the page, which are used when "unfurling" a link (showing a preview) in various chat and social media apps like Facebook or Slack | `seo.title`, falling back to md h1 | +| ``, ``, `` and so on in the `` of the page, which are used when "unfurling" a link (showing a preview) in various chat and social media apps like Discord, Slack, or X (Twitter) | `seo.title`, falling back to md h1 | | Sidebar navigation | `label` from `sidebars.yaml`, then `seo.title`, and finally md h1 | | In-page header, that is, the big text in the center column | md h1 only | diff --git a/resources/contribute-documentation/markdoc-tags.md b/resources/contribute-documentation/markdoc-tags.md index 6b88a353d3..6f80d9bb82 100644 --- a/resources/contribute-documentation/markdoc-tags.md +++ b/resources/contribute-documentation/markdoc-tags.md @@ -6,7 +6,7 @@ seo: This page serves as a reference of the [Markdoc tags](https://redocly.com/docs/realm/content/markdoc-tags/tag-library) used in XRPL documentation. These extensions of Markdown syntax allow for stylized and dynamic contents. -When using self-closing tags, be sure to include the closing slash in the tag definition. Otherwise, the unclosed tag may accidentally hide all contents of the page after it. +When using self-closing tags, be sure to include the closing slash in the tag definition. Otherwise, content after the unclosed tag will not be displayed. ## Redocly Built-In Tags