1
0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2025-01-07 20:36:48 +01:00
immich/documentation/blog/2021-08-01-mdx-blog-post.mdx
Alex 7d118b5d42
feat(app) add documentation site template (#879)
* Added site

* update

* Added overview section

* Added skeleton
2022-10-27 21:38:26 -05:00

20 lines
439 B
Text

---
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>
:::