File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
i18n/zh-CN/docusaurus-plugin-content-docs
version-0.8/reference/model
versioned_docs/version-0.8/reference/model Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ Create a new directory at the specified path if it doesn't already exist.
50
50
51
51
## delete
52
52
53
- ` delete(directory: str, exists ) `
53
+ ` delete(directory: str) `
54
54
55
55
Delete a file or an empty directory at the specified path.
56
56
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ weight: 100
50
50
51
51
## delete
52
52
53
- ` delete(directory: str, exists ) `
53
+ ` delete(directory: str) `
54
54
55
55
在指定路径上删除一个文件或空目录。
56
56
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ weight: 100
50
50
51
51
## delete
52
52
53
- ` delete(directory: str, exists ) `
53
+ ` delete(directory: str) `
54
54
55
55
在指定路径上删除一个文件或空目录。
56
56
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ Create a new directory at the specified path if it doesn't already exist.
50
50
51
51
## delete
52
52
53
- ` delete(directory: str, exists ) `
53
+ ` delete(directory: str) `
54
54
55
55
Delete a file or an empty directory at the specified path.
56
56
You can’t perform that action at this time.
0 commit comments