mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-14 08:45:50 +00:00
Fix display of child pages in contributor documentation
This commit is contained in:
@@ -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 /%}
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user