summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-08-18 23:56:44 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-08-18 23:56:44 +0900
commit335200c31e0c1f623f3b16d277ef14ffcab64384 (patch)
tree74fb307d04db96b673b2f7c01d0981dd561ff9aa /docs
parentwip (diff)
downloadmisskey-335200c31e0c1f623f3b16d277ef14ffcab64384.tar.gz
misskey-335200c31e0c1f623f3b16d277ef14ffcab64384.tar.bz2
misskey-335200c31e0c1f623f3b16d277ef14ffcab64384.zip
wip
Diffstat (limited to 'docs')
-rw-r--r--docs/manage.en.md11
-rw-r--r--docs/manage.ja.md11
2 files changed, 0 insertions, 22 deletions
diff --git a/docs/manage.en.md b/docs/manage.en.md
index a7296ce479..713070517c 100644
--- a/docs/manage.en.md
+++ b/docs/manage.en.md
@@ -33,14 +33,3 @@ node cli/suspend @syuilo@misskey.xyz
``` shell
node cli/reset-password (User-ID or Username)
```
-
-## Clean up cached remote files
-``` shell
-node cli/clean-cached-remote-files
-```
-
-## Clean up unused drive files
-``` shell
-node cli/clean-unused-drive-files
-```
-> We recommend that you announce a user that unused drive files will be deleted before performing this operation, as it may delete the user's important files.
diff --git a/docs/manage.ja.md b/docs/manage.ja.md
index f289037ad3..897fae7ec2 100644
--- a/docs/manage.ja.md
+++ b/docs/manage.ja.md
@@ -33,14 +33,3 @@ node cli/suspend @syuilo@misskey.xyz
``` shell
node cli/reset-password (ユーザーID または ユーザー名)
```
-
-## キャッシュされたリモートファイルをクリーンアップする
-``` shell
-node cli/clean-cached-remote-files
-```
-
-## 使われていないドライブのファイルをクリーンアップする
-``` shell
-node cli/clean-unused-drive-files
-```
-> ユーザーの大事なファイルを削除する可能性があるので、この操作を実行する前にユーザーに告知することをお勧めします。