From 06c21195176d60e3a3bc105b26a93d434da26a18 Mon Sep 17 00:00:00 2001 From: Kevin Su Date: Wed, 14 Feb 2024 12:30:34 -0800 Subject: [PATCH] Remove sandbox from docs Signed-off-by: Kevin Su --- README.md | 2 +- docs/source/sandbox.rst | 12 ------------ 2 files changed, 1 insertion(+), 13 deletions(-) delete mode 100644 docs/source/sandbox.rst diff --git a/README.md b/README.md index b7676ec8..ca3248b1 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ Flytectl was designed as a portable and lightweight command-line interface to wo 3. Start Sandbox using Flytectl. ```bash - $ flytectl sandbox start + $ flytectl demo start ``` 4. Register examples. diff --git a/docs/source/sandbox.rst b/docs/source/sandbox.rst deleted file mode 100644 index f7d7bbc4..00000000 --- a/docs/source/sandbox.rst +++ /dev/null @@ -1,12 +0,0 @@ -Sandbox -------- -It specifies the actions to be performed on the 'sandbox' resource. - -.. toctree:: - :maxdepth: 1 - :caption: Sandbox - - gen/flytectl_sandbox_start - gen/flytectl_sandbox_status - gen/flytectl_sandbox_teardown - gen/flytectl_sandbox_exec