From 53e26f8ad252215983cbb3a0afab46ab98a6882d Mon Sep 17 00:00:00 2001 From: Willy Kloucek Date: Mon, 9 May 2022 11:32:46 +0200 Subject: [PATCH] remove run / kill from docs --- docs/ocis/getting-started/_index.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/docs/ocis/getting-started/_index.md b/docs/ocis/getting-started/_index.md index 5a31560b83..e6d2619358 100644 --- a/docs/ocis/getting-started/_index.md +++ b/docs/ocis/getting-started/_index.md @@ -112,16 +112,6 @@ The list command prints all running oCIS extensions. ocis list {{< / highlight >}} -To stop a particular extension: -{{< highlight txt >}} -ocis kill web -{{< / highlight >}} - -To start a particular extension: -{{< highlight txt >}} -ocis run web -{{< / highlight >}} - The version command prints the version of your installed oCIS. {{< highlight txt >}} ocis --version