fix(doc): 同级目录跳转 (#2140)
This commit is contained in:
parent
73dfe074d7
commit
884b265420
@ -86,7 +86,7 @@ describe('my suite', () => {
|
||||
|
||||
## Example
|
||||
|
||||
Let's write a test of the plugin using in previous chapter [Resources and Actions](development/server/resources-actions) as an example.
|
||||
Let's write a test of the plugin using in previous chapter [Resources and Actions](resources-actions) as an example.
|
||||
|
||||
```ts
|
||||
import { mockServer } from '@nocobase/test';
|
||||
|
@ -86,7 +86,7 @@ describe('my suite', () => {
|
||||
|
||||
## Example
|
||||
|
||||
Let's write a test of the plugin using in previous chapter [Resources and Actions](development/server/resources-actions) as an example.
|
||||
Let's write a test of the plugin using in previous chapter [Resources and Actions](resources-actions) as an example.
|
||||
|
||||
```ts
|
||||
import { mockServer } from '@nocobase/test';
|
||||
|
@ -90,7 +90,7 @@ describe('my suite', () => {
|
||||
|
||||
## 示例
|
||||
|
||||
我们以之前在 [资源与操作](development/server/resources-actions) 章节的功能为例,来写一个插件的测试:
|
||||
我们以之前在 [资源与操作](resources-actions) 章节的功能为例,来写一个插件的测试:
|
||||
|
||||
```ts
|
||||
import { mockServer } from '@nocobase/test';
|
||||
|
Loading…
Reference in New Issue
Block a user