14 lines
372 B
Markdown
14 lines
372 B
Markdown
---
|
|
description: _DESCRIPTION_
|
|
---
|
|
{/* Feel free to edit description or add other frontmatter. Frontmatter would be available in the components here as variables by same name */}
|
|
|
|
<div>
|
|
{description}
|
|
</div>
|
|
<hr />
|
|
<div style={{color:"gray", fontStyle:"italic"}} >
|
|
<div>Edit README.mdx file to update the content.</div>
|
|
<div>Edit config.json to update logo </div>
|
|
</div>
|