Skip to main content

简介

介绍

Docusaurus 是一个用于轻松构建、部署和维护开源项目网站的项目。

Docusaurus 中文网站

使用

yarn

yarn start

yarn build

代码块(展开收起效果)

** 展开查看源码 **
<details>
<summary> ** 展开查看源码 ** </summary>

```php
// --- code ---
```
</details>

告示框

示例:

:::note

Some **content** with _markdown_ `syntax`. Check [this `api`](#).

:::

:::tip

Some **content** with _markdown_ `syntax`. Check [this `api`](#).

:::

:::info

Some **content** with _markdown_ `syntax`. Check [this `api`](#).

:::

:::caution

Some **content** with _markdown_ `syntax`. Check [this `api`](#).

:::

:::danger

Some **content** with _markdown_ `syntax`. Check [this `api`](#).

:::
note

Some content with markdown syntax. Check this api.

tip

Some content with markdown syntax. Check this api.

info

Some content with markdown syntax. Check this api.

caution

Some content with markdown syntax. Check this api.

danger

Some content with markdown syntax. Check this api.