Fix display of child pages in contributor documentation

This commit is contained in:
mDuo13
2025-10-08 17:58:10 -07:00
parent 755b15383b
commit b1c8a33de9
2 changed files with 8 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
---
html: contribute-documentation.html
parent: resources.html
metadata:
indexPage: true
seo:
description: Contribution guides for XRP Ledger documentation.
---
@@ -347,4 +347,6 @@ renders as
The files are processed with [Markdoc](https://markdoc.dev/), which means they can contain special tags in `{% ... %}` syntax. In addition to Redocly's built-in tags, this repository has some custom tags. For details on markdoc tags and their usage, see [Markdoc Tags](./markdoc-tags.md).
## More Contributor Documentation
{% child-pages /%}

View File

@@ -1,3 +1,7 @@
---
seo:
description: Read about all the Markdoc tags commonly used in XRPL documentation, including custom tags.
---
# Markdoc Tags
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.