feat(app) add documentation site template (#879)

* Added site

* update

* Added overview section

* Added skeleton
This commit is contained in:
Alex
2022-10-27 21:38:26 -05:00
committed by GitHub
parent 676ad2d34f
commit 7d118b5d42
56 changed files with 22826 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
---
slug: mdx-blog-post
title: MDX Blog Post
authors: [slorber]
tags: [docusaurus]
---
Blog posts support [Docusaurus Markdown features](https://docusaurus.io/docs/markdown-features), such as [MDX](https://mdxjs.com/).
:::tip
Use the power of React to create interactive blog posts.
```js
<button onClick={() => alert('button clicked!')}>Click me!</button>
```
<button onClick={() => alert('button clicked!')}>Click me!</button>
:::