Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into feature/2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PeachScript committed Sep 27, 2023
2 parents d72e8fe + a6b8b72 commit 898a39a
Show file tree
Hide file tree
Showing 22 changed files with 785 additions and 355 deletions.
19 changes: 19 additions & 0 deletions docs/plugin/market.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
title: 插件市场
group: 介绍
order: 4
toc: null
---

<!-- 此处你将看到超棒的插件合集。<= 超过 10 个插件俺就取消注释!-->

阅读更多关于 [如何使用插件](./index.md#配置),或 [如何编写属于你自己的插件](./new.md) 并与社区分享!

## 社区插件

- [**color-chunk**](https://github.com/Wxh16144/dumi-plugin-color-chunk#readme): 美化内联代码颜色块儿 \`#f00\`
- TBD: [提交我的插件](https://github.com/umijs/dumi/edit/master/docs/plugin/market.md)

## 更多插件

查找 [NPM 上所有可用的插件](https://www.npmjs.com/search?q=keywords%3Adumi-plugin)
4 changes: 4 additions & 0 deletions docs/theme/market.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,7 @@ toc: null
</ul>
</ThemeCases>

## 更多主题

查找 [NPM 上所有可用的主题](https://www.npmjs.com/search?q=keywords%3Adumi-theme)
11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dumi",
"version": "2.2.7",
"version": "2.2.12",
"description": "📖 Documentation Generator of React Component",
"keywords": [
"generator",
Expand Down Expand Up @@ -82,8 +82,9 @@
"@swc/core": "1.3.72",
"@types/hast": "^2.3.5",
"@types/mdast": "^3.0.12",
"@umijs/bundler-utils": "^4.0.73",
"@umijs/core": "^4.0.73",
"@umijs/bundler-utils": "^4.0.83",
"@umijs/core": "^4.0.83",
"@umijs/utils": "^4.0.83",
"animated-scroll-to": "^2.3.0",
"classnames": "2.3.2",
"codesandbox": "^2.2.3",
Expand Down Expand Up @@ -131,7 +132,7 @@
"remark-rehype": "^10.1.0",
"sass": "^1.64.1",
"sitemap": "^7.1.1",
"umi": "^4.0.73",
"umi": "^4.0.83",
"unified": "^10.1.2",
"unist-util-visit": "^4.1.2",
"unist-util-visit-parents": "^5.1.3",
Expand All @@ -151,7 +152,7 @@
"@types/pluralize": "^0.0.30",
"@types/react": "^18.2.17",
"@types/react-copy-to-clipboard": "^5.0.4",
"@umijs/lint": "^4.0.73",
"@umijs/lint": "^4.0.83",
"@umijs/plugins": "4.0.32",
"dumi-theme-mobile": "workspace:*",
"eslint": "^8.46.0",
Expand Down
Loading

0 comments on commit 898a39a

Please sign in to comment.