Skip to content

Commit

Permalink
fix: missing images
Browse files Browse the repository at this point in the history
  • Loading branch information
chenos committed Oct 30, 2023
1 parent 2efa234 commit 54ed222
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions docs/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ const nav = [
'title.zh-CN': 'API 参考',
link: '/api',
},
{
title: 'Schema components',
'title.zh-CN': 'Schema 组件库',
link: '/components',
},
// {
// title: 'Schema components',
// 'title.zh-CN': 'Schema 组件库',
// link: '/components',
// },
];
const sidebar = {
'/welcome': [
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions docs/zh-CN/welcome/release/v14-changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ v0.14 实现了生产环境下插件的即插即用,可以直接通过界面

### 全新的插件管理器界面

<img src="https://demo-cn.nocobase.com/storage/uploads/6de7c906518b6c6643570292523b06c8.png" />
<img src="./6de7c906518b6c6643570292523b06c8.png" />

### 上传的插件位于 storage/plugins 目录

Expand All @@ -26,7 +26,7 @@ v0.14 实现了生产环境下插件的即插即用,可以直接通过界面

目前仅 storage/plugins 下的插件才有更新操作,如图:

<img src="https://demo-cn.nocobase.com/storage/uploads/703809b8cd74cc95e1ab2ab766980817.gif" />
<img src="./703809b8cd74cc95e1ab2ab766980817.gif" />

备注:为了便于维护和升级,避免因为升级导致 storage 插件不可用,也可以直接将新插件放到 storage/plugins 目录下,再执行升级操作

Expand Down

0 comments on commit 54ed222

Please sign in to comment.