Public documentation page
You will need pandoc installed. Check the version found in the render-build.sh file.
To build locally, just run smoo.sh.
./smoo.shThe website will be built in the /public folder.
Just serve this folder, or publish it to a CDN.
- Add a markdown file in the
source/docs/folder - Add the proper YAML data. Here's a boilerplate markdown:
---
title: "mr-a"
description: "The <mr-a> tag embeds a hyperlink in the interface of an <mr-panel>."
istag: true
---
# <mr-a>
The `<mr-a>`embeds a hyperlink in the UI of an `<mr-panel>`.
Create a pr and once it gets merged into main, it will auto publish to the url in the github repo description.