From e5f39f50f18f5433c7976f734a257750c1f3cfb6 Mon Sep 17 00:00:00 2001 From: Inoh Francis Monton Date: Thu, 5 Dec 2019 17:27:15 +0800 Subject: [PATCH] updates --- .idea/.gitignore | 2 ++ .idea/inspectionProfiles/profiles_settings.xml | 6 ++++++ .idea/libraries/R_User_Library.xml | 6 ++++++ .idea/misc.xml | 4 ++++ .idea/modules.xml | 8 ++++++++ .idea/onepanel-docs.iml | 14 ++++++++++++++ .idea/vcs.xml | 6 ++++++ docs/accounts/delete.md | 8 ++++---- docs/datasets/create.md | 18 +++++++++--------- docs/jobs/create.md | 18 +++++++++--------- mkdocs.yml | 2 ++ 11 files changed, 70 insertions(+), 22 deletions(-) create mode 100644 .idea/.gitignore create mode 100644 .idea/inspectionProfiles/profiles_settings.xml create mode 100644 .idea/libraries/R_User_Library.xml create mode 100644 .idea/misc.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/onepanel-docs.iml create mode 100644 .idea/vcs.xml diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..81d39d3 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,2 @@ +# Default ignored files +/workspace.xml \ No newline at end of file diff --git a/.idea/inspectionProfiles/profiles_settings.xml b/.idea/inspectionProfiles/profiles_settings.xml new file mode 100644 index 0000000..105ce2d --- /dev/null +++ b/.idea/inspectionProfiles/profiles_settings.xml @@ -0,0 +1,6 @@ + + + + \ No newline at end of file diff --git a/.idea/libraries/R_User_Library.xml b/.idea/libraries/R_User_Library.xml new file mode 100644 index 0000000..4de4612 --- /dev/null +++ b/.idea/libraries/R_User_Library.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..abf7b39 --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..db3bb5b --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/onepanel-docs.iml b/.idea/onepanel-docs.iml new file mode 100644 index 0000000..4ad3f30 --- /dev/null +++ b/.idea/onepanel-docs.iml @@ -0,0 +1,14 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..9661ac7 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/docs/accounts/delete.md b/docs/accounts/delete.md index 0f0392b..67f9f6a 100644 --- a/docs/accounts/delete.md +++ b/docs/accounts/delete.md @@ -1,5 +1,5 @@ -To delete your account: - -1. Go to icon located in upper left of page and click **Account**. - +To delete your account: + +1. Go to icon located in upper left of page and click **Account**. + [![](../assets/vid/account-deletion.gif)](https://youtu.be/-SkynkJN8hk) \ No newline at end of file diff --git a/docs/datasets/create.md b/docs/datasets/create.md index 3b33065..b54c5ac 100644 --- a/docs/datasets/create.md +++ b/docs/datasets/create.md @@ -1,10 +1,10 @@ -You can create a dataset from the web interface or using the CLI. - -!!! note "Note" - To create a dataset via the CLI [see these instructions](/cli/datasets-create) - -To create a dataset using the web interface: - -1. Go to **Datasets** and click **Create Dataset**. - +You can create a dataset from the web interface or using the CLI. + +!!! note "Note" + To create a dataset via the CLI [see these instructions](/cli/datasets-create) + +To create a dataset using the web interface: + +1. Go to **Datasets** and click **Create Dataset**. + [![](../assets/vid/creating-datasets.gif)](https://youtu.be/BAGQtekUtxM) \ No newline at end of file diff --git a/docs/jobs/create.md b/docs/jobs/create.md index ac62297..de71373 100644 --- a/docs/jobs/create.md +++ b/docs/jobs/create.md @@ -1,10 +1,10 @@ -You can start a job from the web interface or using the CLI. - -!!! note "Note" - To start a job via the CLI [see these instructions](/cli/jobs) - -To initiate a job: - -1. Go to a Project and click **Jobs**. - +You can start a job from the web interface or using the CLI. + +!!! note "Note" + To start a job via the CLI [see these instructions](/cli/jobs) + +To initiate a job: + +1. Go to a Project and click **Jobs**. + [![](../assets/vid/initiating-jobs.gif)](https://youtu.be/euLV_K3O1lY) \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index ede3e86..fb6e6c0 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -86,6 +86,8 @@ nav: - Spot machines: machine-types/spot.md - Volume Types: - List of volume types: volume-types/index.md + - Accounts: + - Account Deletion: accounts/delete.md markdown_extensions: - admonition - codehilite