diff --git a/.github/workflows/qa.yaml b/.github/workflows/qa.yaml index 7a3594158..458269c93 100644 --- a/.github/workflows/qa.yaml +++ b/.github/workflows/qa.yaml @@ -50,3 +50,9 @@ jobs: - name: Run pre-commit run: | pre-commit run --color=always --files '${{ steps.changed-files.outputs.all_changed_files }}' + + # The reason for running the link check against all rather than just changed files is we can + # end up with a situation where a non-markdown file is removed that causes a broken link (e.g. a screenshot). + - name: Run link check against all files + run: | + pre-commit run --color=always --all-files markdown-link-check diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6f96af646..790827e34 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,22 +1,22 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v4.5.0 hooks: - id: check-added-large-files - id: check-yaml # KLUDGE: Required for the mermaid support extension not to trigger an error in mkdocs.yaml args: [--unsafe] - repo: https://github.com/igorshubovych/markdownlint-cli - rev: v0.33.0 + rev: v0.39.0 hooks: - id: markdownlint - repo: https://github.com/tcort/markdown-link-check - rev: v3.10.3 + rev: v3.11.2 hooks: - id: markdown-link-check args: [--config=markdown-link-check.json, --quiet] - repo: https://github.com/shssoichiro/oxipng - rev: v8.0.0 + rev: v9.0.0 hooks: - id: oxipng args: [--opt=4, --preserve, --strip=safe] diff --git a/docs/assets/screenshots/0.png b/docs/assets/screenshots/0.png deleted file mode 100644 index c2607d8e5..000000000 Binary files a/docs/assets/screenshots/0.png and /dev/null differ diff --git "a/docs/assets/screenshots/01DTA81NX98GZ17DFND94KXTPP_\302\267_End-to-end_testing.png" "b/docs/assets/screenshots/01DTA81NX98GZ17DFND94KXTPP_\302\267_End-to-end_testing.png" deleted file mode 100644 index 34e4b3812..000000000 Binary files "a/docs/assets/screenshots/01DTA81NX98GZ17DFND94KXTPP_\302\267_End-to-end_testing.png" and /dev/null differ diff --git "a/docs/assets/screenshots/01DTD3HE8ES0JB1J4RKEBWD1PQ_\302\267_End-to-end_testing.png" "b/docs/assets/screenshots/01DTD3HE8ES0JB1J4RKEBWD1PQ_\302\267_End-to-end_testing.png" deleted file mode 100644 index 400fd01df..000000000 Binary files "a/docs/assets/screenshots/01DTD3HE8ES0JB1J4RKEBWD1PQ_\302\267_End-to-end_testing.png" and /dev/null differ diff --git "a/docs/assets/screenshots/01DTD3M6DVC7VKQGJ72PCSEBKD_\302\267_End-to-end_testing (1).png" "b/docs/assets/screenshots/01DTD3M6DVC7VKQGJ72PCSEBKD_\302\267_End-to-end_testing (1).png" deleted file mode 100644 index 8a42d85e6..000000000 Binary files "a/docs/assets/screenshots/01DTD3M6DVC7VKQGJ72PCSEBKD_\302\267_End-to-end_testing (1).png" and /dev/null differ diff --git "a/docs/assets/screenshots/01DTKTYADD7GNXA0DFKM02M6EF_\302\267_End-to-end_testing.png" "b/docs/assets/screenshots/01DTKTYADD7GNXA0DFKM02M6EF_\302\267_End-to-end_testing.png" deleted file mode 100644 index 6976bd41e..000000000 Binary files "a/docs/assets/screenshots/01DTKTYADD7GNXA0DFKM02M6EF_\302\267_End-to-end_testing.png" and /dev/null differ diff --git a/docs/assets/screenshots/1-setup-integration.png b/docs/assets/screenshots/1-setup-integration.png deleted file mode 100644 index 6b6fc1eee..000000000 Binary files a/docs/assets/screenshots/1-setup-integration.png and /dev/null differ diff --git a/docs/assets/screenshots/1.png b/docs/assets/screenshots/1.png deleted file mode 100644 index 5e8795bed..000000000 Binary files a/docs/assets/screenshots/1.png and /dev/null differ diff --git a/docs/assets/screenshots/2-gitlab-create-application.png b/docs/assets/screenshots/2-gitlab-create-application.png deleted file mode 100644 index 7cae99afd..000000000 Binary files a/docs/assets/screenshots/2-gitlab-create-application.png and /dev/null differ diff --git a/docs/assets/screenshots/2-setup-screen.png b/docs/assets/screenshots/2-setup-screen.png deleted file mode 100644 index 25cc0c0e7..000000000 Binary files a/docs/assets/screenshots/2-setup-screen.png and /dev/null differ diff --git a/docs/assets/screenshots/3-azure-create-app-integration-step-1 (1).png b/docs/assets/screenshots/3-azure-create-app-integration-step-1 (1).png deleted file mode 100644 index 88faaa92a..000000000 Binary files a/docs/assets/screenshots/3-azure-create-app-integration-step-1 (1).png and /dev/null differ diff --git a/docs/assets/screenshots/4-populate-integration-settings.png b/docs/assets/screenshots/4-populate-integration-settings.png deleted file mode 100644 index 0780c9a39..000000000 Binary files a/docs/assets/screenshots/4-populate-integration-settings.png and /dev/null differ diff --git a/docs/assets/screenshots/4-spacelift-oidc-configuration (1).png b/docs/assets/screenshots/4-spacelift-oidc-configuration (1).png deleted file mode 100644 index e274d94f9..000000000 Binary files a/docs/assets/screenshots/4-spacelift-oidc-configuration (1).png and /dev/null differ diff --git a/docs/assets/screenshots/6-azure-obtain-provider-url.png b/docs/assets/screenshots/6-azure-obtain-provider-url.png deleted file mode 100644 index 95a7c24ea..000000000 Binary files a/docs/assets/screenshots/6-azure-obtain-provider-url.png and /dev/null differ diff --git a/docs/assets/screenshots/6-configure-spacelift-oidc-settings.png b/docs/assets/screenshots/6-configure-spacelift-oidc-settings.png deleted file mode 100644 index 68f3359d1..000000000 Binary files a/docs/assets/screenshots/6-configure-spacelift-oidc-settings.png and /dev/null differ diff --git a/docs/assets/screenshots/7-spacelift-oidc-setup-result.png b/docs/assets/screenshots/7-spacelift-oidc-setup-result.png deleted file mode 100644 index 279eb96f9..000000000 Binary files a/docs/assets/screenshots/7-spacelift-oidc-setup-result.png and /dev/null differ diff --git a/docs/assets/screenshots/7.png b/docs/assets/screenshots/7.png deleted file mode 100644 index 9e23e2fad..000000000 Binary files a/docs/assets/screenshots/7.png and /dev/null differ diff --git a/docs/assets/screenshots/8.png b/docs/assets/screenshots/8.png deleted file mode 100644 index 6276e65f9..000000000 Binary files a/docs/assets/screenshots/8.png and /dev/null differ diff --git a/docs/assets/screenshots/8vQSQ3cNXuDGo.gif b/docs/assets/screenshots/8vQSQ3cNXuDGo.gif deleted file mode 100644 index 5560ff424..000000000 Binary files a/docs/assets/screenshots/8vQSQ3cNXuDGo.gif and /dev/null differ diff --git "a/docs/assets/screenshots/API_keys_\302\267_spacelift-io (1).png" "b/docs/assets/screenshots/API_keys_\302\267_spacelift-io (1).png" deleted file mode 100644 index 0d8f37de9..000000000 Binary files "a/docs/assets/screenshots/API_keys_\302\267_spacelift-io (1).png" and /dev/null differ diff --git "a/docs/assets/screenshots/API_keys_\302\267_spacelift-io (2).png" "b/docs/assets/screenshots/API_keys_\302\267_spacelift-io (2).png" deleted file mode 100644 index 681da0435..000000000 Binary files "a/docs/assets/screenshots/API_keys_\302\267_spacelift-io (2).png" and /dev/null differ diff --git "a/docs/assets/screenshots/API_keys_\302\267_spacelift-io.png" "b/docs/assets/screenshots/API_keys_\302\267_spacelift-io.png" deleted file mode 100644 index d2019adee..000000000 Binary files "a/docs/assets/screenshots/API_keys_\302\267_spacelift-io.png" and /dev/null differ diff --git "a/docs/assets/screenshots/Add_Azure_integration_variables_by_adamconnelly_\302\267_Pull_Request__561_\302\267_spacelift-io_infra.png" "b/docs/assets/screenshots/Add_Azure_integration_variables_by_adamconnelly_\302\267_Pull_Request__561_\302\267_spacelift-io_infra.png" deleted file mode 100644 index f0f9c5e30..000000000 Binary files "a/docs/assets/screenshots/Add_Azure_integration_variables_by_adamconnelly_\302\267_Pull_Request__561_\302\267_spacelift-io_infra.png" and /dev/null differ diff --git "a/docs/assets/screenshots/Add_worker_pool_from_private_registry___1__\302\267_Datadog_Synthetics__prod_.png" "b/docs/assets/screenshots/Add_worker_pool_from_private_registry___1__\302\267_Datadog_Synthetics__prod_.png" deleted file mode 100644 index 5f037051b..000000000 Binary files "a/docs/assets/screenshots/Add_worker_pool_from_private_registry___1__\302\267_Datadog_Synthetics__prod_.png" and /dev/null differ diff --git "a/docs/assets/screenshots/Allow_only_safe_commands_\302\267_marcinwyszynski (1).png" "b/docs/assets/screenshots/Allow_only_safe_commands_\302\267_marcinwyszynski (1).png" deleted file mode 100644 index 91e1faf55..000000000 Binary files "a/docs/assets/screenshots/Allow_only_safe_commands_\302\267_marcinwyszynski (1).png" and /dev/null differ diff --git "a/docs/assets/screenshots/Allow_only_safe_commands_\302\267_marcinwyszynski.png" "b/docs/assets/screenshots/Allow_only_safe_commands_\302\267_marcinwyszynski.png" deleted file mode 100644 index aa6f0f750..000000000 Binary files "a/docs/assets/screenshots/Allow_only_safe_commands_\302\267_marcinwyszynski.png" and /dev/null differ diff --git a/docs/assets/screenshots/BitbucketDatacenter_save_from.png b/docs/assets/screenshots/BitbucketDatacenter_save_from.png deleted file mode 100644 index 5ab81be4c..000000000 Binary files a/docs/assets/screenshots/BitbucketDatacenter_save_from.png and /dev/null differ diff --git a/docs/assets/screenshots/CleanShot 2022-03-10 at 16.03.48@2x.png b/docs/assets/screenshots/CleanShot 2022-03-10 at 16.03.48@2x.png deleted file mode 100644 index 8014c73f2..000000000 Binary files a/docs/assets/screenshots/CleanShot 2022-03-10 at 16.03.48@2x.png and /dev/null differ diff --git a/docs/assets/screenshots/CleanShot 2022-09-16 at 10.05.42.png b/docs/assets/screenshots/CleanShot 2022-09-16 at 10.05.42.png deleted file mode 100644 index 8de055273..000000000 Binary files a/docs/assets/screenshots/CleanShot 2022-09-16 at 10.05.42.png and /dev/null differ diff --git a/docs/assets/screenshots/CleanShot 2022-09-16 at 10.19.10.png b/docs/assets/screenshots/CleanShot 2022-09-16 at 10.19.10.png deleted file mode 100644 index cdbacf1df..000000000 Binary files a/docs/assets/screenshots/CleanShot 2022-09-16 at 10.19.10.png and /dev/null differ diff --git a/docs/assets/screenshots/ConfigurebackendPSC.png b/docs/assets/screenshots/ConfigurebackendPSC.png deleted file mode 100644 index ca2a0957a..000000000 Binary files a/docs/assets/screenshots/ConfigurebackendPSC.png and /dev/null differ diff --git a/docs/assets/screenshots/ConfigurebackendSC.png b/docs/assets/screenshots/ConfigurebackendSC.png deleted file mode 100644 index 7cf64c7d5..000000000 Binary files a/docs/assets/screenshots/ConfigurebackendSC.png and /dev/null differ diff --git a/docs/assets/screenshots/Configurebackendans.png b/docs/assets/screenshots/Configurebackendans.png deleted file mode 100644 index b22323ac9..000000000 Binary files a/docs/assets/screenshots/Configurebackendans.png and /dev/null differ diff --git a/docs/assets/screenshots/Configurebackendcss.png b/docs/assets/screenshots/Configurebackendcss.png deleted file mode 100644 index a98009400..000000000 Binary files a/docs/assets/screenshots/Configurebackendcss.png and /dev/null differ diff --git a/docs/assets/screenshots/Configurebackendtrg.png b/docs/assets/screenshots/Configurebackendtrg.png deleted file mode 100644 index 09e0528a4..000000000 Binary files a/docs/assets/screenshots/Configurebackendtrg.png and /dev/null differ diff --git a/docs/assets/screenshots/Confirgurebackendkss.png b/docs/assets/screenshots/Confirgurebackendkss.png deleted file mode 100644 index 3bc8b8dfb..000000000 Binary files a/docs/assets/screenshots/Confirgurebackendkss.png and /dev/null differ diff --git "a/docs/assets/screenshots/Context_managed_by_Spacelift_\302\267_spacelift-io (1).png" "b/docs/assets/screenshots/Context_managed_by_Spacelift_\302\267_spacelift-io (1).png" deleted file mode 100644 index 034fe82c8..000000000 Binary files "a/docs/assets/screenshots/Context_managed_by_Spacelift_\302\267_spacelift-io (1).png" and /dev/null differ diff --git "a/docs/assets/screenshots/Context_managed_by_Spacelift_\302\267_spacelift-io.png" "b/docs/assets/screenshots/Context_managed_by_Spacelift_\302\267_spacelift-io.png" deleted file mode 100644 index f2b3a3e74..000000000 Binary files "a/docs/assets/screenshots/Context_managed_by_Spacelift_\302\267_spacelift-io.png" and /dev/null differ diff --git "a/docs/assets/screenshots/Contexts_\302\267_spacelift-io (1).png" "b/docs/assets/screenshots/Contexts_\302\267_spacelift-io (1).png" deleted file mode 100644 index 993201d85..000000000 Binary files "a/docs/assets/screenshots/Contexts_\302\267_spacelift-io (1).png" and /dev/null differ diff --git "a/docs/assets/screenshots/Contexts_\302\267_spacelift-io.png" "b/docs/assets/screenshots/Contexts_\302\267_spacelift-io.png" deleted file mode 100644 index 85533cce3..000000000 Binary files "a/docs/assets/screenshots/Contexts_\302\267_spacelift-io.png" and /dev/null differ diff --git a/docs/assets/screenshots/DefineBehaviourGS.png b/docs/assets/screenshots/DefineBehaviourGS.png deleted file mode 100644 index d8786a3a0..000000000 Binary files a/docs/assets/screenshots/DefineBehaviourGS.png and /dev/null differ diff --git "a/docs/assets/screenshots/Deployments_\302\267_spacelift-io_marcinw-end-to-end (3).png" "b/docs/assets/screenshots/Deployments_\302\267_spacelift-io_marcinw-end-to-end (3).png" deleted file mode 100644 index 2f8c3cbe5..000000000 Binary files "a/docs/assets/screenshots/Deployments_\302\267_spacelift-io_marcinw-end-to-end (3).png" and /dev/null differ diff --git "a/docs/assets/screenshots/Edit_stack_\302\267_End-to-end__autoconfirm.png" "b/docs/assets/screenshots/Edit_stack_\302\267_End-to-end__autoconfirm.png" deleted file mode 100644 index f0152cbdc..000000000 Binary files "a/docs/assets/screenshots/Edit_stack_\302\267_End-to-end__autoconfirm.png" and /dev/null differ diff --git "a/docs/assets/screenshots/Edit_stack_\302\267_End-to-end_testing (3).png" "b/docs/assets/screenshots/Edit_stack_\302\267_End-to-end_testing (3).png" deleted file mode 100644 index 9e659c780..000000000 Binary files "a/docs/assets/screenshots/Edit_stack_\302\267_End-to-end_testing (3).png" and /dev/null differ diff --git "a/docs/assets/screenshots/Edit_stack_\302\267_End-to-end_testing (4).png" "b/docs/assets/screenshots/Edit_stack_\302\267_End-to-end_testing (4).png" deleted file mode 100644 index adcedb3eb..000000000 Binary files "a/docs/assets/screenshots/Edit_stack_\302\267_End-to-end_testing (4).png" and /dev/null differ diff --git "a/docs/assets/screenshots/Edit_stack_\302\267_End-to-end_testing (5).png" "b/docs/assets/screenshots/Edit_stack_\302\267_End-to-end_testing (5).png" deleted file mode 100644 index 9dfa36792..000000000 Binary files "a/docs/assets/screenshots/Edit_stack_\302\267_End-to-end_testing (5).png" and /dev/null differ diff --git "a/docs/assets/screenshots/Edit_stack_\302\267_End-to-end_testing (6).png" "b/docs/assets/screenshots/Edit_stack_\302\267_End-to-end_testing (6).png" deleted file mode 100644 index a5dd253b7..000000000 Binary files "a/docs/assets/screenshots/Edit_stack_\302\267_End-to-end_testing (6).png" and /dev/null differ diff --git "a/docs/assets/screenshots/Edit_stack_\302\267_End-to-end_testing (7).png" "b/docs/assets/screenshots/Edit_stack_\302\267_End-to-end_testing (7).png" deleted file mode 100644 index 0e6420e37..000000000 Binary files "a/docs/assets/screenshots/Edit_stack_\302\267_End-to-end_testing (7).png" and /dev/null differ diff --git "a/docs/assets/screenshots/Edit_stack_\302\267_End-to-end_testing.png" "b/docs/assets/screenshots/Edit_stack_\302\267_End-to-end_testing.png" deleted file mode 100644 index 3d0d3505b..000000000 Binary files "a/docs/assets/screenshots/Edit_stack_\302\267_End-to-end_testing.png" and /dev/null differ diff --git "a/docs/assets/screenshots/Edit_stack_\302\267_Stack_for_01F2PPCV76FAP64VXP6FBEEHJE (1).png" "b/docs/assets/screenshots/Edit_stack_\302\267_Stack_for_01F2PPCV76FAP64VXP6FBEEHJE (1).png" deleted file mode 100644 index 7affdf241..000000000 Binary files "a/docs/assets/screenshots/Edit_stack_\302\267_Stack_for_01F2PPCV76FAP64VXP6FBEEHJE (1).png" and /dev/null differ diff --git "a/docs/assets/screenshots/Edit_stack_\302\267_Stack_for_01F2PPCV76FAP64VXP6FBEEHJE.png" "b/docs/assets/screenshots/Edit_stack_\302\267_Stack_for_01F2PPCV76FAP64VXP6FBEEHJE.png" deleted file mode 100644 index 01abe4090..000000000 Binary files "a/docs/assets/screenshots/Edit_stack_\302\267_Stack_for_01F2PPCV76FAP64VXP6FBEEHJE.png" and /dev/null differ diff --git "a/docs/assets/screenshots/Edit_stack_\302\267_Terraform_starter (1).png" "b/docs/assets/screenshots/Edit_stack_\302\267_Terraform_starter (1).png" deleted file mode 100644 index 81da14a6e..000000000 Binary files "a/docs/assets/screenshots/Edit_stack_\302\267_Terraform_starter (1).png" and /dev/null differ diff --git "a/docs/assets/screenshots/Edit_stack_\302\267_Terraform_starter (2).png" "b/docs/assets/screenshots/Edit_stack_\302\267_Terraform_starter (2).png" deleted file mode 100644 index 91a1429f5..000000000 Binary files "a/docs/assets/screenshots/Edit_stack_\302\267_Terraform_starter (2).png" and /dev/null differ diff --git "a/docs/assets/screenshots/Edit_stack_\302\267_Terraform_starter (3).png" "b/docs/assets/screenshots/Edit_stack_\302\267_Terraform_starter (3).png" deleted file mode 100644 index e63e82f37..000000000 Binary files "a/docs/assets/screenshots/Edit_stack_\302\267_Terraform_starter (3).png" and /dev/null differ diff --git "a/docs/assets/screenshots/Edit_stack_\302\267_Terraform_starter (4).png" "b/docs/assets/screenshots/Edit_stack_\302\267_Terraform_starter (4).png" deleted file mode 100644 index 7cc59d66d..000000000 Binary files "a/docs/assets/screenshots/Edit_stack_\302\267_Terraform_starter (4).png" and /dev/null differ diff --git "a/docs/assets/screenshots/Edit_stack_\302\267_Terraform_starter.png" "b/docs/assets/screenshots/Edit_stack_\302\267_Terraform_starter.png" deleted file mode 100644 index e333f02fc..000000000 Binary files "a/docs/assets/screenshots/Edit_stack_\302\267_Terraform_starter.png" and /dev/null differ diff --git "a/docs/assets/screenshots/Edit_stack_\302\267_Test_github_packages_tf.png" "b/docs/assets/screenshots/Edit_stack_\302\267_Test_github_packages_tf.png" deleted file mode 100644 index 9aa3f0a6d..000000000 Binary files "a/docs/assets/screenshots/Edit_stack_\302\267_Test_github_packages_tf.png" and /dev/null differ diff --git "a/docs/assets/screenshots/Edit_stack_\302\267_We_test_in_prod (1).png" "b/docs/assets/screenshots/Edit_stack_\302\267_We_test_in_prod (1).png" deleted file mode 100644 index 83db71397..000000000 Binary files "a/docs/assets/screenshots/Edit_stack_\302\267_We_test_in_prod (1).png" and /dev/null differ diff --git "a/docs/assets/screenshots/Edit_stack_\302\267_We_test_in_prod.png" "b/docs/assets/screenshots/Edit_stack_\302\267_We_test_in_prod.png" deleted file mode 100644 index 105ce8977..000000000 Binary files "a/docs/assets/screenshots/Edit_stack_\302\267_We_test_in_prod.png" and /dev/null differ diff --git "a/docs/assets/screenshots/Editing_Allow_only_safe_commands_\302\267_marcinwyszynski (1).png" "b/docs/assets/screenshots/Editing_Allow_only_safe_commands_\302\267_marcinwyszynski (1).png" deleted file mode 100644 index 932003f2a..000000000 Binary files "a/docs/assets/screenshots/Editing_Allow_only_safe_commands_\302\267_marcinwyszynski (1).png" and /dev/null differ diff --git "a/docs/assets/screenshots/Editing_Allow_only_safe_commands_\302\267_marcinwyszynski (2).png" "b/docs/assets/screenshots/Editing_Allow_only_safe_commands_\302\267_marcinwyszynski (2).png" deleted file mode 100644 index a1c0be030..000000000 Binary files "a/docs/assets/screenshots/Editing_Allow_only_safe_commands_\302\267_marcinwyszynski (2).png" and /dev/null differ diff --git "a/docs/assets/screenshots/Editing_Allow_only_safe_commands_\302\267_marcinwyszynski (3).png" "b/docs/assets/screenshots/Editing_Allow_only_safe_commands_\302\267_marcinwyszynski (3).png" deleted file mode 100644 index 86b9ee879..000000000 Binary files "a/docs/assets/screenshots/Editing_Allow_only_safe_commands_\302\267_marcinwyszynski (3).png" and /dev/null differ diff --git "a/docs/assets/screenshots/Editing_Allow_only_safe_commands_\302\267_marcinwyszynski (4).png" "b/docs/assets/screenshots/Editing_Allow_only_safe_commands_\302\267_marcinwyszynski (4).png" deleted file mode 100644 index e9fea2524..000000000 Binary files "a/docs/assets/screenshots/Editing_Allow_only_safe_commands_\302\267_marcinwyszynski (4).png" and /dev/null differ diff --git "a/docs/assets/screenshots/Editing_Allow_only_safe_commands_\302\267_marcinwyszynski.png" "b/docs/assets/screenshots/Editing_Allow_only_safe_commands_\302\267_marcinwyszynski.png" deleted file mode 100644 index 63ad2605d..000000000 Binary files "a/docs/assets/screenshots/Editing_Allow_only_safe_commands_\302\267_marcinwyszynski.png" and /dev/null differ diff --git "a/docs/assets/screenshots/Editing_Context_managed_by_Spacelift_\302\267_spacelift-io.png" "b/docs/assets/screenshots/Editing_Context_managed_by_Spacelift_\302\267_spacelift-io.png" deleted file mode 100644 index c3fe3eda3..000000000 Binary files "a/docs/assets/screenshots/Editing_Context_managed_by_Spacelift_\302\267_spacelift-io.png" and /dev/null differ diff --git "a/docs/assets/screenshots/Editing_Enforce_password_strength_\302\267_marcinwyszynski.png" "b/docs/assets/screenshots/Editing_Enforce_password_strength_\302\267_marcinwyszynski.png" deleted file mode 100644 index 0e5f88e19..000000000 Binary files "a/docs/assets/screenshots/Editing_Enforce_password_strength_\302\267_marcinwyszynski.png" and /dev/null differ diff --git "a/docs/assets/screenshots/Editing_environment_\302\267_Managed_stack (1).png" "b/docs/assets/screenshots/Editing_environment_\302\267_Managed_stack (1).png" deleted file mode 100644 index 3f619526c..000000000 Binary files "a/docs/assets/screenshots/Editing_environment_\302\267_Managed_stack (1).png" and /dev/null differ diff --git "a/docs/assets/screenshots/Editing_environment_\302\267_Managed_stack.png" "b/docs/assets/screenshots/Editing_environment_\302\267_Managed_stack.png" deleted file mode 100644 index 42b79168d..000000000 Binary files "a/docs/assets/screenshots/Editing_environment_\302\267_Managed_stack.png" and /dev/null differ diff --git "a/docs/assets/screenshots/Editing_environment_\302\267_Stack_managed_by_Spacelift (1).png" "b/docs/assets/screenshots/Editing_environment_\302\267_Stack_managed_by_Spacelift (1).png" deleted file mode 100644 index 557711be5..000000000 Binary files "a/docs/assets/screenshots/Editing_environment_\302\267_Stack_managed_by_Spacelift (1).png" and /dev/null differ diff --git "a/docs/assets/screenshots/Editing_environment_\302\267_Stack_managed_by_Spacelift (13).png" "b/docs/assets/screenshots/Editing_environment_\302\267_Stack_managed_by_Spacelift (13).png" deleted file mode 100644 index 46ae114ee..000000000 Binary files "a/docs/assets/screenshots/Editing_environment_\302\267_Stack_managed_by_Spacelift (13).png" and /dev/null differ diff --git "a/docs/assets/screenshots/Editing_environment_\302\267_Stack_managed_by_Spacelift (14).png" "b/docs/assets/screenshots/Editing_environment_\302\267_Stack_managed_by_Spacelift (14).png" deleted file mode 100644 index e1427d168..000000000 Binary files "a/docs/assets/screenshots/Editing_environment_\302\267_Stack_managed_by_Spacelift (14).png" and /dev/null differ diff --git "a/docs/assets/screenshots/Editing_environment_\302\267_Stack_managed_by_Spacelift (16).png" "b/docs/assets/screenshots/Editing_environment_\302\267_Stack_managed_by_Spacelift (16).png" deleted file mode 100644 index f8edddcfc..000000000 Binary files "a/docs/assets/screenshots/Editing_environment_\302\267_Stack_managed_by_Spacelift (16).png" and /dev/null differ diff --git "a/docs/assets/screenshots/Editing_environment_\302\267_Stack_managed_by_Spacelift (2).png" "b/docs/assets/screenshots/Editing_environment_\302\267_Stack_managed_by_Spacelift (2).png" deleted file mode 100644 index 7b1200497..000000000 Binary files "a/docs/assets/screenshots/Editing_environment_\302\267_Stack_managed_by_Spacelift (2).png" and /dev/null differ diff --git "a/docs/assets/screenshots/Editing_environment_\302\267_Stack_managed_by_Spacelift (3).png" "b/docs/assets/screenshots/Editing_environment_\302\267_Stack_managed_by_Spacelift (3).png" deleted file mode 100644 index 8cf6a98b3..000000000 Binary files "a/docs/assets/screenshots/Editing_environment_\302\267_Stack_managed_by_Spacelift (3).png" and /dev/null differ diff --git "a/docs/assets/screenshots/Editing_environment_\302\267_Stack_managed_by_Spacelift (7).png" "b/docs/assets/screenshots/Editing_environment_\302\267_Stack_managed_by_Spacelift (7).png" deleted file mode 100644 index cef5b78db..000000000 Binary files "a/docs/assets/screenshots/Editing_environment_\302\267_Stack_managed_by_Spacelift (7).png" and /dev/null differ diff --git "a/docs/assets/screenshots/Editing_environment_\302\267_Stack_managed_by_Spacelift (8).png" "b/docs/assets/screenshots/Editing_environment_\302\267_Stack_managed_by_Spacelift (8).png" deleted file mode 100644 index 3c62327e5..000000000 Binary files "a/docs/assets/screenshots/Editing_environment_\302\267_Stack_managed_by_Spacelift (8).png" and /dev/null differ diff --git "a/docs/assets/screenshots/Editing_environment_\302\267_Stack_managed_by_Spacelift.png" "b/docs/assets/screenshots/Editing_environment_\302\267_Stack_managed_by_Spacelift.png" deleted file mode 100644 index 45a10bb5f..000000000 Binary files "a/docs/assets/screenshots/Editing_environment_\302\267_Stack_managed_by_Spacelift.png" and /dev/null differ diff --git "a/docs/assets/screenshots/Environment_\302\267_End-to-end_testing (1).png" "b/docs/assets/screenshots/Environment_\302\267_End-to-end_testing (1).png" deleted file mode 100644 index dc68862a5..000000000 Binary files "a/docs/assets/screenshots/Environment_\302\267_End-to-end_testing (1).png" and /dev/null differ diff --git "a/docs/assets/screenshots/Environment_\302\267_End-to-end_testing.png" "b/docs/assets/screenshots/Environment_\302\267_End-to-end_testing.png" deleted file mode 100644 index e40686b89..000000000 Binary files "a/docs/assets/screenshots/Environment_\302\267_End-to-end_testing.png" and /dev/null differ diff --git "a/docs/assets/screenshots/Environment_\302\267_Managed_stack (1).png" "b/docs/assets/screenshots/Environment_\302\267_Managed_stack (1).png" deleted file mode 100644 index 5bdf5fe1b..000000000 Binary files "a/docs/assets/screenshots/Environment_\302\267_Managed_stack (1).png" and /dev/null differ diff --git "a/docs/assets/screenshots/Environment_\302\267_Managed_stack.png" "b/docs/assets/screenshots/Environment_\302\267_Managed_stack.png" deleted file mode 100644 index 55d9dda19..000000000 Binary files "a/docs/assets/screenshots/Environment_\302\267_Managed_stack.png" and /dev/null differ diff --git "a/docs/assets/screenshots/Environment_\302\267_Stack_managed_by_Spacelift (1).png" "b/docs/assets/screenshots/Environment_\302\267_Stack_managed_by_Spacelift (1).png" deleted file mode 100644 index 3d383938c..000000000 Binary files "a/docs/assets/screenshots/Environment_\302\267_Stack_managed_by_Spacelift (1).png" and /dev/null differ diff --git "a/docs/assets/screenshots/Environment_\302\267_Stack_managed_by_Spacelift.png" "b/docs/assets/screenshots/Environment_\302\267_Stack_managed_by_Spacelift.png" deleted file mode 100644 index f4804dea1..000000000 Binary files "a/docs/assets/screenshots/Environment_\302\267_Stack_managed_by_Spacelift.png" and /dev/null differ diff --git a/docs/assets/screenshots/GitHub_Apps_-_Spacelift_Development.png b/docs/assets/screenshots/GitHub_Apps_-_Spacelift_Development.png deleted file mode 100644 index 75600ccdc..000000000 Binary files a/docs/assets/screenshots/GitHub_Apps_-_Spacelift_Development.png and /dev/null differ diff --git a/docs/assets/screenshots/Gitlab_3dots.png b/docs/assets/screenshots/Gitlab_3dots.png deleted file mode 100644 index d269b388b..000000000 Binary files a/docs/assets/screenshots/Gitlab_3dots.png and /dev/null differ diff --git a/docs/assets/screenshots/Gitlab_details.png b/docs/assets/screenshots/Gitlab_details.png deleted file mode 100644 index b98eecdb0..000000000 Binary files a/docs/assets/screenshots/Gitlab_details.png and /dev/null differ diff --git "a/docs/assets/screenshots/Gitlab_integration_\302\267_marcinwyszynski (1).png" "b/docs/assets/screenshots/Gitlab_integration_\302\267_marcinwyszynski (1).png" deleted file mode 100644 index e367db8c7..000000000 Binary files "a/docs/assets/screenshots/Gitlab_integration_\302\267_marcinwyszynski (1).png" and /dev/null differ diff --git "a/docs/assets/screenshots/Gitlab_integration_\302\267_marcinwyszynski (2).png" "b/docs/assets/screenshots/Gitlab_integration_\302\267_marcinwyszynski (2).png" deleted file mode 100644 index 108a942e3..000000000 Binary files "a/docs/assets/screenshots/Gitlab_integration_\302\267_marcinwyszynski (2).png" and /dev/null differ diff --git "a/docs/assets/screenshots/Gitlab_integration_\302\267_marcinwyszynski (3).png" "b/docs/assets/screenshots/Gitlab_integration_\302\267_marcinwyszynski (3).png" deleted file mode 100644 index 74670823e..000000000 Binary files "a/docs/assets/screenshots/Gitlab_integration_\302\267_marcinwyszynski (3).png" and /dev/null differ diff --git "a/docs/assets/screenshots/Gitlab_integration_\302\267_marcinwyszynski.png" "b/docs/assets/screenshots/Gitlab_integration_\302\267_marcinwyszynski.png" deleted file mode 100644 index 86df7b871..000000000 Binary files "a/docs/assets/screenshots/Gitlab_integration_\302\267_marcinwyszynski.png" and /dev/null differ diff --git a/docs/assets/screenshots/IAM_Management_Console (1).png b/docs/assets/screenshots/IAM_Management_Console (1).png deleted file mode 100644 index 0254c558b..000000000 Binary files a/docs/assets/screenshots/IAM_Management_Console (1).png and /dev/null differ diff --git a/docs/assets/screenshots/IAM_Management_Console (2).png b/docs/assets/screenshots/IAM_Management_Console (2).png deleted file mode 100644 index a65b32f1c..000000000 Binary files a/docs/assets/screenshots/IAM_Management_Console (2).png and /dev/null differ diff --git a/docs/assets/screenshots/IAM_Management_Console (3).png b/docs/assets/screenshots/IAM_Management_Console (3).png deleted file mode 100644 index 50b7a83f3..000000000 Binary files a/docs/assets/screenshots/IAM_Management_Console (3).png and /dev/null differ diff --git a/docs/assets/screenshots/IAM_Management_Console.png b/docs/assets/screenshots/IAM_Management_Console.png deleted file mode 100644 index 346714528..000000000 Binary files a/docs/assets/screenshots/IAM_Management_Console.png and /dev/null differ diff --git "a/docs/assets/screenshots/Initial_commit_\302\267_Stack_managed_by_Spacelift.png" "b/docs/assets/screenshots/Initial_commit_\302\267_Stack_managed_by_Spacelift.png" deleted file mode 100644 index 0dfca5320..000000000 Binary files "a/docs/assets/screenshots/Initial_commit_\302\267_Stack_managed_by_Spacelift.png" and /dev/null differ diff --git a/docs/assets/screenshots/Installing_spacelift_io.png b/docs/assets/screenshots/Installing_spacelift_io.png deleted file mode 100644 index 1692310e8..000000000 Binary files a/docs/assets/screenshots/Installing_spacelift_io.png and /dev/null differ diff --git a/docs/assets/screenshots/LabelsSC.png b/docs/assets/screenshots/LabelsSC.png deleted file mode 100644 index 38583c2e7..000000000 Binary files a/docs/assets/screenshots/LabelsSC.png and /dev/null differ diff --git "a/docs/assets/screenshots/Manage_stacks_from__dev-notifications_\302\267_spacelift-io.png" "b/docs/assets/screenshots/Manage_stacks_from__dev-notifications_\302\267_spacelift-io.png" deleted file mode 100644 index a448c7df9..000000000 Binary files "a/docs/assets/screenshots/Manage_stacks_from__dev-notifications_\302\267_spacelift-io.png" and /dev/null differ diff --git a/docs/assets/screenshots/Mouse_Highlight_Overlay (6).png b/docs/assets/screenshots/Mouse_Highlight_Overlay (6).png deleted file mode 100644 index 9c94bdcf6..000000000 Binary files a/docs/assets/screenshots/Mouse_Highlight_Overlay (6).png and /dev/null differ diff --git a/docs/assets/screenshots/Mouse_Highlight_Overlay (7).png b/docs/assets/screenshots/Mouse_Highlight_Overlay (7).png index 10c51f642..7c84590e0 100644 Binary files a/docs/assets/screenshots/Mouse_Highlight_Overlay (7).png and b/docs/assets/screenshots/Mouse_Highlight_Overlay (7).png differ diff --git a/docs/assets/screenshots/Mouse_Highlight_Overlay (8).png b/docs/assets/screenshots/Mouse_Highlight_Overlay (8).png deleted file mode 100644 index 9db872e6b..000000000 Binary files a/docs/assets/screenshots/Mouse_Highlight_Overlay (8).png and /dev/null differ diff --git a/docs/assets/screenshots/Namestacksc.png b/docs/assets/screenshots/Namestacksc.png deleted file mode 100644 index cbb5eadab..000000000 Binary files a/docs/assets/screenshots/Namestacksc.png and /dev/null differ diff --git a/docs/assets/screenshots/New_branch_protection_rule.png b/docs/assets/screenshots/New_branch_protection_rule.png deleted file mode 100644 index 7c93a385b..000000000 Binary files a/docs/assets/screenshots/New_branch_protection_rule.png and /dev/null differ diff --git "a/docs/assets/screenshots/New_context_\302\267_spacelift-io.png" "b/docs/assets/screenshots/New_context_\302\267_spacelift-io.png" deleted file mode 100644 index 2c714b616..000000000 Binary files "a/docs/assets/screenshots/New_context_\302\267_spacelift-io.png" and /dev/null differ diff --git "a/docs/assets/screenshots/New_module_\302\267_marcinwyszynski (3).png" "b/docs/assets/screenshots/New_module_\302\267_marcinwyszynski (3).png" deleted file mode 100644 index a2a6dfb48..000000000 Binary files "a/docs/assets/screenshots/New_module_\302\267_marcinwyszynski (3).png" and /dev/null differ diff --git "a/docs/assets/screenshots/New_module_\302\267_marcinwyszynski (4).png" "b/docs/assets/screenshots/New_module_\302\267_marcinwyszynski (4).png" deleted file mode 100644 index 1bd13883d..000000000 Binary files "a/docs/assets/screenshots/New_module_\302\267_marcinwyszynski (4).png" and /dev/null differ diff --git "a/docs/assets/screenshots/New_module_\302\267_marcinwyszynski (5).png" "b/docs/assets/screenshots/New_module_\302\267_marcinwyszynski (5).png" deleted file mode 100644 index 1bd13883d..000000000 Binary files "a/docs/assets/screenshots/New_module_\302\267_marcinwyszynski (5).png" and /dev/null differ diff --git "a/docs/assets/screenshots/New_module_\302\267_marcinwyszynski.png" "b/docs/assets/screenshots/New_module_\302\267_marcinwyszynski.png" deleted file mode 100644 index e5e9d6076..000000000 Binary files "a/docs/assets/screenshots/New_module_\302\267_marcinwyszynski.png" and /dev/null differ diff --git "a/docs/assets/screenshots/New_policy_\302\267_spacelift-io (1).png" "b/docs/assets/screenshots/New_policy_\302\267_spacelift-io (1).png" deleted file mode 100644 index c3a0483f7..000000000 Binary files "a/docs/assets/screenshots/New_policy_\302\267_spacelift-io (1).png" and /dev/null differ diff --git "a/docs/assets/screenshots/New_policy_\302\267_spacelift-io (2).png" "b/docs/assets/screenshots/New_policy_\302\267_spacelift-io (2).png" deleted file mode 100644 index d9b79b849..000000000 Binary files "a/docs/assets/screenshots/New_policy_\302\267_spacelift-io (2).png" and /dev/null differ diff --git "a/docs/assets/screenshots/New_policy_\302\267_spacelift-io.png" "b/docs/assets/screenshots/New_policy_\302\267_spacelift-io.png" deleted file mode 100644 index 3a154311f..000000000 Binary files "a/docs/assets/screenshots/New_policy_\302\267_spacelift-io.png" and /dev/null differ diff --git "a/docs/assets/screenshots/New_stack_\302\267_marcinwyszynski.png" "b/docs/assets/screenshots/New_stack_\302\267_marcinwyszynski.png" deleted file mode 100644 index 90c5365c0..000000000 Binary files "a/docs/assets/screenshots/New_stack_\302\267_marcinwyszynski.png" and /dev/null differ diff --git "a/docs/assets/screenshots/New_stack_\302\267_spacelift-io (1).png" "b/docs/assets/screenshots/New_stack_\302\267_spacelift-io (1).png" deleted file mode 100644 index 2d24a46a5..000000000 Binary files "a/docs/assets/screenshots/New_stack_\302\267_spacelift-io (1).png" and /dev/null differ diff --git "a/docs/assets/screenshots/New_stack_\302\267_spacelift-io (10).png" "b/docs/assets/screenshots/New_stack_\302\267_spacelift-io (10).png" deleted file mode 100644 index b614005e5..000000000 Binary files "a/docs/assets/screenshots/New_stack_\302\267_spacelift-io (10).png" and /dev/null differ diff --git "a/docs/assets/screenshots/New_stack_\302\267_spacelift-io (11).png" "b/docs/assets/screenshots/New_stack_\302\267_spacelift-io (11).png" deleted file mode 100644 index 4e2a321f9..000000000 Binary files "a/docs/assets/screenshots/New_stack_\302\267_spacelift-io (11).png" and /dev/null differ diff --git "a/docs/assets/screenshots/New_stack_\302\267_spacelift-io (12).png" "b/docs/assets/screenshots/New_stack_\302\267_spacelift-io (12).png" deleted file mode 100644 index d2bcc63d0..000000000 Binary files "a/docs/assets/screenshots/New_stack_\302\267_spacelift-io (12).png" and /dev/null differ diff --git "a/docs/assets/screenshots/New_stack_\302\267_spacelift-io (13).png" "b/docs/assets/screenshots/New_stack_\302\267_spacelift-io (13).png" deleted file mode 100644 index e3f7c1e5e..000000000 Binary files "a/docs/assets/screenshots/New_stack_\302\267_spacelift-io (13).png" and /dev/null differ diff --git "a/docs/assets/screenshots/New_stack_\302\267_spacelift-io (2).png" "b/docs/assets/screenshots/New_stack_\302\267_spacelift-io (2).png" deleted file mode 100644 index 588d8e44b..000000000 Binary files "a/docs/assets/screenshots/New_stack_\302\267_spacelift-io (2).png" and /dev/null differ diff --git "a/docs/assets/screenshots/New_stack_\302\267_spacelift-io (3).png" "b/docs/assets/screenshots/New_stack_\302\267_spacelift-io (3).png" deleted file mode 100644 index 26a2663fa..000000000 Binary files "a/docs/assets/screenshots/New_stack_\302\267_spacelift-io (3).png" and /dev/null differ diff --git "a/docs/assets/screenshots/New_stack_\302\267_spacelift-io (4).png" "b/docs/assets/screenshots/New_stack_\302\267_spacelift-io (4).png" deleted file mode 100644 index 29632e5d6..000000000 Binary files "a/docs/assets/screenshots/New_stack_\302\267_spacelift-io (4).png" and /dev/null differ diff --git "a/docs/assets/screenshots/New_stack_\302\267_spacelift-io (5).png" "b/docs/assets/screenshots/New_stack_\302\267_spacelift-io (5).png" deleted file mode 100644 index df881ad19..000000000 Binary files "a/docs/assets/screenshots/New_stack_\302\267_spacelift-io (5).png" and /dev/null differ diff --git "a/docs/assets/screenshots/New_stack_\302\267_spacelift-io (6).png" "b/docs/assets/screenshots/New_stack_\302\267_spacelift-io (6).png" deleted file mode 100644 index 9b0b56e1b..000000000 Binary files "a/docs/assets/screenshots/New_stack_\302\267_spacelift-io (6).png" and /dev/null differ diff --git "a/docs/assets/screenshots/New_stack_\302\267_spacelift-io (7).png" "b/docs/assets/screenshots/New_stack_\302\267_spacelift-io (7).png" deleted file mode 100644 index ecc9594ea..000000000 Binary files "a/docs/assets/screenshots/New_stack_\302\267_spacelift-io (7).png" and /dev/null differ diff --git "a/docs/assets/screenshots/New_stack_\302\267_spacelift-io (8).png" "b/docs/assets/screenshots/New_stack_\302\267_spacelift-io (8).png" deleted file mode 100644 index fe4bacd94..000000000 Binary files "a/docs/assets/screenshots/New_stack_\302\267_spacelift-io (8).png" and /dev/null differ diff --git "a/docs/assets/screenshots/New_stack_\302\267_spacelift-io (9).png" "b/docs/assets/screenshots/New_stack_\302\267_spacelift-io (9).png" deleted file mode 100644 index 2c9f5978b..000000000 Binary files "a/docs/assets/screenshots/New_stack_\302\267_spacelift-io (9).png" and /dev/null differ diff --git "a/docs/assets/screenshots/New_stack_\302\267_spacelift-io.png" "b/docs/assets/screenshots/New_stack_\302\267_spacelift-io.png" deleted file mode 100644 index 9dfaa30b4..000000000 Binary files "a/docs/assets/screenshots/New_stack_\302\267_spacelift-io.png" and /dev/null differ diff --git "a/docs/assets/screenshots/Personal_Access_Tokens_\302\267_User_Settings_\302\267_GitLab (1).png" "b/docs/assets/screenshots/Personal_Access_Tokens_\302\267_User_Settings_\302\267_GitLab (1).png" deleted file mode 100644 index ffe3f53c6..000000000 Binary files "a/docs/assets/screenshots/Personal_Access_Tokens_\302\267_User_Settings_\302\267_GitLab (1).png" and /dev/null differ diff --git "a/docs/assets/screenshots/Personal_Access_Tokens_\302\267_User_Settings_\302\267_GitLab.png" "b/docs/assets/screenshots/Personal_Access_Tokens_\302\267_User_Settings_\302\267_GitLab.png" deleted file mode 100644 index a0ba5ed3b..000000000 Binary files "a/docs/assets/screenshots/Personal_Access_Tokens_\302\267_User_Settings_\302\267_GitLab.png" and /dev/null differ diff --git "a/docs/assets/screenshots/Policies_\302\267_spacelift-io (1).png" "b/docs/assets/screenshots/Policies_\302\267_spacelift-io (1).png" deleted file mode 100644 index 17831a0ed..000000000 Binary files "a/docs/assets/screenshots/Policies_\302\267_spacelift-io (1).png" and /dev/null differ diff --git "a/docs/assets/screenshots/Policies_\302\267_spacelift-io.png" "b/docs/assets/screenshots/Policies_\302\267_spacelift-io.png" deleted file mode 100644 index 73e68dfa3..000000000 Binary files "a/docs/assets/screenshots/Policies_\302\267_spacelift-io.png" and /dev/null differ diff --git "a/docs/assets/screenshots/Runs_\302\267_End-to-end_testing_and_Redirecting_to_OAuth_provider___.png" "b/docs/assets/screenshots/Runs_\302\267_End-to-end_testing_and_Redirecting_to_OAuth_provider___.png" deleted file mode 100644 index fae7bd7ae..000000000 Binary files "a/docs/assets/screenshots/Runs_\302\267_End-to-end_testing_and_Redirecting_to_OAuth_provider___.png" and /dev/null differ diff --git "a/docs/assets/screenshots/Runs_\302\267_Spacelift_preproduction_and_Slack_____Pawe\305\202_Hytry___Spacelift___1_new_item (1).png" "b/docs/assets/screenshots/Runs_\302\267_Spacelift_preproduction_and_Slack_____Pawe\305\202_Hytry___Spacelift___1_new_item (1).png" deleted file mode 100644 index dc1fe3cc1..000000000 Binary files "a/docs/assets/screenshots/Runs_\302\267_Spacelift_preproduction_and_Slack_____Pawe\305\202_Hytry___Spacelift___1_new_item (1).png" and /dev/null differ diff --git "a/docs/assets/screenshots/Runs_\302\267_Spacelift_preproduction_and_Slack_____Pawe\305\202_Hytry___Spacelift___1_new_item (2).png" "b/docs/assets/screenshots/Runs_\302\267_Spacelift_preproduction_and_Slack_____Pawe\305\202_Hytry___Spacelift___1_new_item (2).png" deleted file mode 100644 index 31f4202b8..000000000 Binary files "a/docs/assets/screenshots/Runs_\302\267_Spacelift_preproduction_and_Slack_____Pawe\305\202_Hytry___Spacelift___1_new_item (2).png" and /dev/null differ diff --git "a/docs/assets/screenshots/Runs_\302\267_Spacelift_preproduction_and_Slack_____Pawe\305\202_Hytry___Spacelift___1_new_item.png" "b/docs/assets/screenshots/Runs_\302\267_Spacelift_preproduction_and_Slack_____Pawe\305\202_Hytry___Spacelift___1_new_item.png" deleted file mode 100644 index aff9205cc..000000000 Binary files "a/docs/assets/screenshots/Runs_\302\267_Spacelift_preproduction_and_Slack_____Pawe\305\202_Hytry___Spacelift___1_new_item.png" and /dev/null differ diff --git "a/docs/assets/screenshots/Runs_\302\267_Spacelift_preproduction_and_Slack___checkout-com___Spacelift (1).png" "b/docs/assets/screenshots/Runs_\302\267_Spacelift_preproduction_and_Slack___checkout-com___Spacelift (1).png" deleted file mode 100644 index 42c4340b9..000000000 Binary files "a/docs/assets/screenshots/Runs_\302\267_Spacelift_preproduction_and_Slack___checkout-com___Spacelift (1).png" and /dev/null differ diff --git "a/docs/assets/screenshots/Runs_\302\267_Spacelift_preproduction_and_Slack___checkout-com___Spacelift.png" "b/docs/assets/screenshots/Runs_\302\267_Spacelift_preproduction_and_Slack___checkout-com___Spacelift.png" deleted file mode 100644 index 9161904ae..000000000 Binary files "a/docs/assets/screenshots/Runs_\302\267_Spacelift_preproduction_and_Slack___checkout-com___Spacelift.png" and /dev/null differ diff --git "a/docs/assets/screenshots/Runs_\302\267_Stack_managed_by_Spacelift.png" "b/docs/assets/screenshots/Runs_\302\267_Stack_managed_by_Spacelift.png" deleted file mode 100644 index 010f2d5b2..000000000 Binary files "a/docs/assets/screenshots/Runs_\302\267_Stack_managed_by_Spacelift.png" and /dev/null differ diff --git "a/docs/assets/screenshots/Runs_\302\267_Vendor_Releases_Watcher_and_Slack___checkout-com___Spacelift.png" "b/docs/assets/screenshots/Runs_\302\267_Vendor_Releases_Watcher_and_Slack___checkout-com___Spacelift.png" deleted file mode 100644 index c0bdfa3c6..000000000 Binary files "a/docs/assets/screenshots/Runs_\302\267_Vendor_Releases_Watcher_and_Slack___checkout-com___Spacelift.png" and /dev/null differ diff --git "a/docs/assets/screenshots/Save_and_Environment_\302\267_Stack_managed_by_Spacelift.png" "b/docs/assets/screenshots/Save_and_Environment_\302\267_Stack_managed_by_Spacelift.png" deleted file mode 100644 index 42ddf9b6f..000000000 Binary files "a/docs/assets/screenshots/Save_and_Environment_\302\267_Stack_managed_by_Spacelift.png" and /dev/null differ diff --git a/docs/assets/screenshots/Screen Shot 2022-02-15 at 10.26.40 AM.png b/docs/assets/screenshots/Screen Shot 2022-02-15 at 10.26.40 AM.png deleted file mode 100644 index bec64efcb..000000000 Binary files a/docs/assets/screenshots/Screen Shot 2022-02-15 at 10.26.40 AM.png and /dev/null differ diff --git a/docs/assets/screenshots/Screen Shot 2022-02-15 at 10.32.06 AM.png b/docs/assets/screenshots/Screen Shot 2022-02-15 at 10.32.06 AM.png deleted file mode 100644 index 22f0db08d..000000000 Binary files a/docs/assets/screenshots/Screen Shot 2022-02-15 at 10.32.06 AM.png and /dev/null differ diff --git a/docs/assets/screenshots/Screen Shot 2022-02-15 at 10.35.46 AM.png b/docs/assets/screenshots/Screen Shot 2022-02-15 at 10.35.46 AM.png deleted file mode 100644 index 76f39ecc1..000000000 Binary files a/docs/assets/screenshots/Screen Shot 2022-02-15 at 10.35.46 AM.png and /dev/null differ diff --git a/docs/assets/screenshots/Screen Shot 2022-02-17 at 3.13.38 PM.png b/docs/assets/screenshots/Screen Shot 2022-02-17 at 3.13.38 PM.png deleted file mode 100644 index c4d0dd326..000000000 Binary files a/docs/assets/screenshots/Screen Shot 2022-02-17 at 3.13.38 PM.png and /dev/null differ diff --git a/docs/assets/screenshots/Screen Shot 2022-02-22 at 2.56.18 PM.png b/docs/assets/screenshots/Screen Shot 2022-02-22 at 2.56.18 PM.png deleted file mode 100644 index 82f7ea2b0..000000000 Binary files a/docs/assets/screenshots/Screen Shot 2022-02-22 at 2.56.18 PM.png and /dev/null differ diff --git a/docs/assets/screenshots/Screen Shot 2022-02-22 at 2.57.31 PM.png b/docs/assets/screenshots/Screen Shot 2022-02-22 at 2.57.31 PM.png deleted file mode 100644 index 02e3f7a40..000000000 Binary files a/docs/assets/screenshots/Screen Shot 2022-02-22 at 2.57.31 PM.png and /dev/null differ diff --git a/docs/assets/screenshots/Screen Shot 2022-03-07 at 10.20.24 AM.png b/docs/assets/screenshots/Screen Shot 2022-03-07 at 10.20.24 AM.png deleted file mode 100644 index 931de57d5..000000000 Binary files a/docs/assets/screenshots/Screen Shot 2022-03-07 at 10.20.24 AM.png and /dev/null differ diff --git a/docs/assets/screenshots/Screen Shot 2022-04-20 at 4.25.49 PM.png b/docs/assets/screenshots/Screen Shot 2022-04-20 at 4.25.49 PM.png deleted file mode 100644 index 112973b1e..000000000 Binary files a/docs/assets/screenshots/Screen Shot 2022-04-20 at 4.25.49 PM.png and /dev/null differ diff --git a/docs/assets/screenshots/Screen Shot 2022-05-19 at 11.59.57 AM.png b/docs/assets/screenshots/Screen Shot 2022-05-19 at 11.59.57 AM.png deleted file mode 100644 index 27d565322..000000000 Binary files a/docs/assets/screenshots/Screen Shot 2022-05-19 at 11.59.57 AM.png and /dev/null differ diff --git a/docs/assets/screenshots/Screen Shot 2022-05-19 at 12.06.47 PM.png b/docs/assets/screenshots/Screen Shot 2022-05-19 at 12.06.47 PM.png deleted file mode 100644 index 837704aba..000000000 Binary files a/docs/assets/screenshots/Screen Shot 2022-05-19 at 12.06.47 PM.png and /dev/null differ diff --git a/docs/assets/screenshots/Screen Shot 2022-05-19 at 12.58.39 PM.png b/docs/assets/screenshots/Screen Shot 2022-05-19 at 12.58.39 PM.png deleted file mode 100644 index 0d420611b..000000000 Binary files a/docs/assets/screenshots/Screen Shot 2022-05-19 at 12.58.39 PM.png and /dev/null differ diff --git a/docs/assets/screenshots/Screen Shot 2022-06-21 at 11.30.39 AM.png b/docs/assets/screenshots/Screen Shot 2022-06-21 at 11.30.39 AM.png deleted file mode 100644 index fc685b760..000000000 Binary files a/docs/assets/screenshots/Screen Shot 2022-06-21 at 11.30.39 AM.png and /dev/null differ diff --git a/docs/assets/screenshots/Screen Shot 2022-06-28 at 10.25.21 AM.png b/docs/assets/screenshots/Screen Shot 2022-06-28 at 10.25.21 AM.png deleted file mode 100644 index 5297bc17c..000000000 Binary files a/docs/assets/screenshots/Screen Shot 2022-06-28 at 10.25.21 AM.png and /dev/null differ diff --git a/docs/assets/screenshots/Screen Shot 2022-06-29 at 2.49.35 PM.png b/docs/assets/screenshots/Screen Shot 2022-06-29 at 2.49.35 PM.png deleted file mode 100644 index a1a469f35..000000000 Binary files a/docs/assets/screenshots/Screen Shot 2022-06-29 at 2.49.35 PM.png and /dev/null differ diff --git a/docs/assets/screenshots/Screen Shot 2022-06-29 at 2.51.12 PM.png b/docs/assets/screenshots/Screen Shot 2022-06-29 at 2.51.12 PM.png deleted file mode 100644 index c336f059e..000000000 Binary files a/docs/assets/screenshots/Screen Shot 2022-06-29 at 2.51.12 PM.png and /dev/null differ diff --git a/docs/assets/screenshots/Screen Shot 2022-06-29 at 6.45.15 PM.png b/docs/assets/screenshots/Screen Shot 2022-06-29 at 6.45.15 PM.png deleted file mode 100644 index 0def82158..000000000 Binary files a/docs/assets/screenshots/Screen Shot 2022-06-29 at 6.45.15 PM.png and /dev/null differ diff --git a/docs/assets/screenshots/Screen Shot 2022-06-29 at 6.47.40 PM.png b/docs/assets/screenshots/Screen Shot 2022-06-29 at 6.47.40 PM.png deleted file mode 100644 index 6fbbf6f59..000000000 Binary files a/docs/assets/screenshots/Screen Shot 2022-06-29 at 6.47.40 PM.png and /dev/null differ diff --git a/docs/assets/screenshots/Screen Shot 2022-06-29 at 6.49.01 PM.png b/docs/assets/screenshots/Screen Shot 2022-06-29 at 6.49.01 PM.png deleted file mode 100644 index d9ddb505f..000000000 Binary files a/docs/assets/screenshots/Screen Shot 2022-06-29 at 6.49.01 PM.png and /dev/null differ diff --git a/docs/assets/screenshots/Screen Shot 2022-06-29 at 7.12.38 PM.png b/docs/assets/screenshots/Screen Shot 2022-06-29 at 7.12.38 PM.png deleted file mode 100644 index cc3ff72f8..000000000 Binary files a/docs/assets/screenshots/Screen Shot 2022-06-29 at 7.12.38 PM.png and /dev/null differ diff --git a/docs/assets/screenshots/Screen Shot 2022-06-29 at 7.13.29 PM.png b/docs/assets/screenshots/Screen Shot 2022-06-29 at 7.13.29 PM.png deleted file mode 100644 index c1f07ca47..000000000 Binary files a/docs/assets/screenshots/Screen Shot 2022-06-29 at 7.13.29 PM.png and /dev/null differ diff --git a/docs/assets/screenshots/Screen Shot 2022-07-01 at 4.12.30 PM.png b/docs/assets/screenshots/Screen Shot 2022-07-01 at 4.12.30 PM.png deleted file mode 100644 index 09c656b06..000000000 Binary files a/docs/assets/screenshots/Screen Shot 2022-07-01 at 4.12.30 PM.png and /dev/null differ diff --git a/docs/assets/screenshots/Screen Shot 2022-07-25 at 9.31.14 AM (1).png b/docs/assets/screenshots/Screen Shot 2022-07-25 at 9.31.14 AM (1).png deleted file mode 100644 index c07c907e9..000000000 Binary files a/docs/assets/screenshots/Screen Shot 2022-07-25 at 9.31.14 AM (1).png and /dev/null differ diff --git a/docs/assets/screenshots/Screen Shot 2022-07-25 at 9.33.07 AM.png b/docs/assets/screenshots/Screen Shot 2022-07-25 at 9.33.07 AM.png deleted file mode 100644 index a804a8cd2..000000000 Binary files a/docs/assets/screenshots/Screen Shot 2022-07-25 at 9.33.07 AM.png and /dev/null differ diff --git a/docs/assets/screenshots/Screenshot 2021-05-25 at 2.48.56 PM.png b/docs/assets/screenshots/Screenshot 2021-05-25 at 2.48.56 PM.png deleted file mode 100644 index 63e825c96..000000000 Binary files a/docs/assets/screenshots/Screenshot 2021-05-25 at 2.48.56 PM.png and /dev/null differ diff --git a/docs/assets/screenshots/Screenshot 2021-12-08 at 15.09.23 (1).png b/docs/assets/screenshots/Screenshot 2021-12-08 at 15.09.23 (1).png deleted file mode 100644 index 2c7c273b4..000000000 Binary files a/docs/assets/screenshots/Screenshot 2021-12-08 at 15.09.23 (1).png and /dev/null differ diff --git a/docs/assets/screenshots/Screenshot 2021-12-08 at 15.13.29 (1).png b/docs/assets/screenshots/Screenshot 2021-12-08 at 15.13.29 (1).png deleted file mode 100644 index 8f7c7a2de..000000000 Binary files a/docs/assets/screenshots/Screenshot 2021-12-08 at 15.13.29 (1).png and /dev/null differ diff --git a/docs/assets/screenshots/Screenshot 2021-12-08 at 15.13.29.png b/docs/assets/screenshots/Screenshot 2021-12-08 at 15.13.29.png deleted file mode 100644 index 8f7c7a2de..000000000 Binary files a/docs/assets/screenshots/Screenshot 2021-12-08 at 15.13.29.png and /dev/null differ diff --git a/docs/assets/screenshots/Screenshot 2021-12-08 at 15.19.52 (1).png b/docs/assets/screenshots/Screenshot 2021-12-08 at 15.19.52 (1).png deleted file mode 100644 index 2f3d25749..000000000 Binary files a/docs/assets/screenshots/Screenshot 2021-12-08 at 15.19.52 (1).png and /dev/null differ diff --git a/docs/assets/screenshots/Screenshot 2021-12-08 at 15.19.52 (2).png b/docs/assets/screenshots/Screenshot 2021-12-08 at 15.19.52 (2).png deleted file mode 100644 index 2f3d25749..000000000 Binary files a/docs/assets/screenshots/Screenshot 2021-12-08 at 15.19.52 (2).png and /dev/null differ diff --git a/docs/assets/screenshots/Screenshot 2021-12-08 at 15.19.52 (3).png b/docs/assets/screenshots/Screenshot 2021-12-08 at 15.19.52 (3).png deleted file mode 100644 index 2f3d25749..000000000 Binary files a/docs/assets/screenshots/Screenshot 2021-12-08 at 15.19.52 (3).png and /dev/null differ diff --git a/docs/assets/screenshots/Screenshot 2021-12-08 at 15.19.52.png b/docs/assets/screenshots/Screenshot 2021-12-08 at 15.19.52.png deleted file mode 100644 index 2f3d25749..000000000 Binary files a/docs/assets/screenshots/Screenshot 2021-12-08 at 15.19.52.png and /dev/null differ diff --git a/docs/assets/screenshots/Screenshot 2021-12-08 at 15.25.59 (1).png b/docs/assets/screenshots/Screenshot 2021-12-08 at 15.25.59 (1).png deleted file mode 100644 index 37277d3c2..000000000 Binary files a/docs/assets/screenshots/Screenshot 2021-12-08 at 15.25.59 (1).png and /dev/null differ diff --git a/docs/assets/screenshots/Screenshot 2021-12-08 at 15.25.59 (2).png b/docs/assets/screenshots/Screenshot 2021-12-08 at 15.25.59 (2).png deleted file mode 100644 index 37277d3c2..000000000 Binary files a/docs/assets/screenshots/Screenshot 2021-12-08 at 15.25.59 (2).png and /dev/null differ diff --git a/docs/assets/screenshots/Screenshot 2021-12-08 at 15.29.45.png b/docs/assets/screenshots/Screenshot 2021-12-08 at 15.29.45.png deleted file mode 100644 index 6a867fc4e..000000000 Binary files a/docs/assets/screenshots/Screenshot 2021-12-08 at 15.29.45.png and /dev/null differ diff --git a/docs/assets/screenshots/Screenshot 2021-12-08 at 15.30.05 (2).png b/docs/assets/screenshots/Screenshot 2021-12-08 at 15.30.05 (2).png deleted file mode 100644 index 6e2226aa3..000000000 Binary files a/docs/assets/screenshots/Screenshot 2021-12-08 at 15.30.05 (2).png and /dev/null differ diff --git a/docs/assets/screenshots/Screenshot 2021-12-08 at 15.30.05 (3).png b/docs/assets/screenshots/Screenshot 2021-12-08 at 15.30.05 (3).png deleted file mode 100644 index 6e2226aa3..000000000 Binary files a/docs/assets/screenshots/Screenshot 2021-12-08 at 15.30.05 (3).png and /dev/null differ diff --git a/docs/assets/screenshots/Screenshot 2021-12-08 at 15.30.05 (4).png b/docs/assets/screenshots/Screenshot 2021-12-08 at 15.30.05 (4).png deleted file mode 100644 index 6e2226aa3..000000000 Binary files a/docs/assets/screenshots/Screenshot 2021-12-08 at 15.30.05 (4).png and /dev/null differ diff --git a/docs/assets/screenshots/Screenshot 2021-12-08 at 15.30.05.png b/docs/assets/screenshots/Screenshot 2021-12-08 at 15.30.05.png deleted file mode 100644 index 6e2226aa3..000000000 Binary files a/docs/assets/screenshots/Screenshot 2021-12-08 at 15.30.05.png and /dev/null differ diff --git a/docs/assets/screenshots/Screenshot 2021-12-08 at 15.36.39 (1).png b/docs/assets/screenshots/Screenshot 2021-12-08 at 15.36.39 (1).png deleted file mode 100644 index 9150aae35..000000000 Binary files a/docs/assets/screenshots/Screenshot 2021-12-08 at 15.36.39 (1).png and /dev/null differ diff --git a/docs/assets/screenshots/Screenshot 2021-12-08 at 15.36.39.png b/docs/assets/screenshots/Screenshot 2021-12-08 at 15.36.39.png deleted file mode 100644 index 9150aae35..000000000 Binary files a/docs/assets/screenshots/Screenshot 2021-12-08 at 15.36.39.png and /dev/null differ diff --git a/docs/assets/screenshots/Screenshot 2022-04-27 at 12-33-55 Collaborative Infrastructure For Modern Software Teams Spacelift.png b/docs/assets/screenshots/Screenshot 2022-04-27 at 12-33-55 Collaborative Infrastructure For Modern Software Teams Spacelift.png deleted file mode 100644 index a4a3dada0..000000000 Binary files a/docs/assets/screenshots/Screenshot 2022-04-27 at 12-33-55 Collaborative Infrastructure For Modern Software Teams Spacelift.png and /dev/null differ diff --git a/docs/assets/screenshots/Screenshot 2022-04-27 at 12-34-27 Get started with Spacelift Free Trial Spacelift.png b/docs/assets/screenshots/Screenshot 2022-04-27 at 12-34-27 Get started with Spacelift Free Trial Spacelift.png deleted file mode 100644 index a431a2f9a..000000000 Binary files a/docs/assets/screenshots/Screenshot 2022-04-27 at 12-34-27 Get started with Spacelift Free Trial Spacelift.png and /dev/null differ diff --git a/docs/assets/screenshots/Screenshot 2022-04-27 at 17-33-51 Build software better together (1).png b/docs/assets/screenshots/Screenshot 2022-04-27 at 17-33-51 Build software better together (1).png deleted file mode 100644 index 0038d4291..000000000 Binary files a/docs/assets/screenshots/Screenshot 2022-04-27 at 17-33-51 Build software better together (1).png and /dev/null differ diff --git a/docs/assets/screenshots/Screenshot 2022-04-27 at 17-33-51 Build software better together.png b/docs/assets/screenshots/Screenshot 2022-04-27 at 17-33-51 Build software better together.png deleted file mode 100644 index 99946c757..000000000 Binary files a/docs/assets/screenshots/Screenshot 2022-04-27 at 17-33-51 Build software better together.png and /dev/null differ diff --git "a/docs/assets/screenshots/Screenshot 2022-07-05 at 14-02-16 Runs \302\267 a.png" "b/docs/assets/screenshots/Screenshot 2022-07-05 at 14-02-16 Runs \302\267 a.png" deleted file mode 100644 index bda915a4f..000000000 Binary files "a/docs/assets/screenshots/Screenshot 2022-07-05 at 14-02-16 Runs \302\267 a.png" and /dev/null differ diff --git a/docs/assets/screenshots/Screenshot from 2021-04-01 15-52-28.png b/docs/assets/screenshots/Screenshot from 2021-04-01 15-52-28.png deleted file mode 100644 index a0e3c1a9c..000000000 Binary files a/docs/assets/screenshots/Screenshot from 2021-04-01 15-52-28.png and /dev/null differ diff --git a/docs/assets/screenshots/Screenshot from 2021-06-10 16-09-36.png b/docs/assets/screenshots/Screenshot from 2021-06-10 16-09-36.png deleted file mode 100644 index 3a345076b..000000000 Binary files a/docs/assets/screenshots/Screenshot from 2021-06-10 16-09-36.png and /dev/null differ diff --git a/docs/assets/screenshots/Screenshot from 2021-06-11 14-57-08.png b/docs/assets/screenshots/Screenshot from 2021-06-11 14-57-08.png deleted file mode 100644 index aeee5d71b..000000000 Binary files a/docs/assets/screenshots/Screenshot from 2021-06-11 14-57-08.png and /dev/null differ diff --git a/docs/assets/screenshots/Screenshot from 2021-06-14 09-44-09 (1).png b/docs/assets/screenshots/Screenshot from 2021-06-14 09-44-09 (1).png deleted file mode 100644 index 4e2c09c3e..000000000 Binary files a/docs/assets/screenshots/Screenshot from 2021-06-14 09-44-09 (1).png and /dev/null differ diff --git a/docs/assets/screenshots/Screenshot from 2021-06-14 09-44-09.png b/docs/assets/screenshots/Screenshot from 2021-06-14 09-44-09.png deleted file mode 100644 index 9861f59b6..000000000 Binary files a/docs/assets/screenshots/Screenshot from 2021-06-14 09-44-09.png and /dev/null differ diff --git "a/docs/assets/screenshots/Settings_\302\267_Terraform_starter.png" "b/docs/assets/screenshots/Settings_\302\267_Terraform_starter.png" deleted file mode 100644 index e397e02e6..000000000 Binary files "a/docs/assets/screenshots/Settings_\302\267_Terraform_starter.png" and /dev/null differ diff --git "a/docs/assets/screenshots/Single_sign-on_\302\267_spacelift-io.png" "b/docs/assets/screenshots/Single_sign-on_\302\267_spacelift-io.png" deleted file mode 100644 index 4ba96230d..000000000 Binary files "a/docs/assets/screenshots/Single_sign-on_\302\267_spacelift-io.png" and /dev/null differ diff --git a/docs/assets/screenshots/Spacelift (2).png b/docs/assets/screenshots/Spacelift (2).png deleted file mode 100644 index 51626fdf6..000000000 Binary files a/docs/assets/screenshots/Spacelift (2).png and /dev/null differ diff --git a/docs/assets/screenshots/Spacelift run-Run.png b/docs/assets/screenshots/Spacelift run-Run.png deleted file mode 100644 index b9172cdbb..000000000 Binary files a/docs/assets/screenshots/Spacelift run-Run.png and /dev/null differ diff --git a/docs/assets/screenshots/Spacelift run-Task.png b/docs/assets/screenshots/Spacelift run-Task.png deleted file mode 100644 index 1078417ca..000000000 Binary files a/docs/assets/screenshots/Spacelift run-Task.png and /dev/null differ diff --git a/docs/assets/screenshots/Spacelift_Status.png b/docs/assets/screenshots/Spacelift_Status.png deleted file mode 100644 index c4a564bb6..000000000 Binary files a/docs/assets/screenshots/Spacelift_Status.png and /dev/null differ diff --git "a/docs/assets/screenshots/Stacks_\302\267_spacelift-ci-gh (1).png" "b/docs/assets/screenshots/Stacks_\302\267_spacelift-ci-gh (1).png" deleted file mode 100644 index 9a4c37583..000000000 Binary files "a/docs/assets/screenshots/Stacks_\302\267_spacelift-ci-gh (1).png" and /dev/null differ diff --git "a/docs/assets/screenshots/Stacks_\302\267_spacelift-ci-gh (2).png" "b/docs/assets/screenshots/Stacks_\302\267_spacelift-ci-gh (2).png" deleted file mode 100644 index ce4e37cc4..000000000 Binary files "a/docs/assets/screenshots/Stacks_\302\267_spacelift-ci-gh (2).png" and /dev/null differ diff --git "a/docs/assets/screenshots/Stacks_\302\267_spacelift-ci-gh (3).png" "b/docs/assets/screenshots/Stacks_\302\267_spacelift-ci-gh (3).png" deleted file mode 100644 index 5a10f66f6..000000000 Binary files "a/docs/assets/screenshots/Stacks_\302\267_spacelift-ci-gh (3).png" and /dev/null differ diff --git "a/docs/assets/screenshots/Stacks_\302\267_spacelift-ci-gh (4).png" "b/docs/assets/screenshots/Stacks_\302\267_spacelift-ci-gh (4).png" deleted file mode 100644 index eb293d781..000000000 Binary files "a/docs/assets/screenshots/Stacks_\302\267_spacelift-ci-gh (4).png" and /dev/null differ diff --git "a/docs/assets/screenshots/Stacks_\302\267_spacelift-ci-gh.png" "b/docs/assets/screenshots/Stacks_\302\267_spacelift-ci-gh.png" deleted file mode 100644 index 70ee06396..000000000 Binary files "a/docs/assets/screenshots/Stacks_\302\267_spacelift-ci-gh.png" and /dev/null differ diff --git "a/docs/assets/screenshots/Stacks_\302\267_spacelift-io (2).png" "b/docs/assets/screenshots/Stacks_\302\267_spacelift-io (2).png" deleted file mode 100644 index ea6f8282a..000000000 Binary files "a/docs/assets/screenshots/Stacks_\302\267_spacelift-io (2).png" and /dev/null differ diff --git "a/docs/assets/screenshots/Stacks_\302\267_spacelift-io (3).png" "b/docs/assets/screenshots/Stacks_\302\267_spacelift-io (3).png" deleted file mode 100644 index 549f0f518..000000000 Binary files "a/docs/assets/screenshots/Stacks_\302\267_spacelift-io (3).png" and /dev/null differ diff --git "a/docs/assets/screenshots/Stacks_\302\267_spacelift-io.png" "b/docs/assets/screenshots/Stacks_\302\267_spacelift-io.png" deleted file mode 100644 index d441261c2..000000000 Binary files "a/docs/assets/screenshots/Stacks_\302\267_spacelift-io.png" and /dev/null differ diff --git "a/docs/assets/screenshots/Stacks_\302\267_spacelift-io_and_Slack_____grzegorzkorzeniowski___Visuality___3_new_items.png" "b/docs/assets/screenshots/Stacks_\302\267_spacelift-io_and_Slack_____grzegorzkorzeniowski___Visuality___3_new_items.png" deleted file mode 100644 index cc2af2349..000000000 Binary files "a/docs/assets/screenshots/Stacks_\302\267_spacelift-io_and_Slack_____grzegorzkorzeniowski___Visuality___3_new_items.png" and /dev/null differ diff --git "a/docs/assets/screenshots/Tag_all_Stripe_prices___398__\302\267_Spacelift_preproduction_and_1__local_dev__tmuxinator_start_spacelift.png" "b/docs/assets/screenshots/Tag_all_Stripe_prices___398__\302\267_Spacelift_preproduction_and_1__local_dev__tmuxinator_start_spacelift.png" deleted file mode 100644 index d7b0ca227..000000000 Binary files "a/docs/assets/screenshots/Tag_all_Stripe_prices___398__\302\267_Spacelift_preproduction_and_1__local_dev__tmuxinator_start_spacelift.png" and /dev/null differ diff --git a/docs/assets/screenshots/Task.png b/docs/assets/screenshots/Task.png deleted file mode 100644 index f4a6b8fb1..000000000 Binary files a/docs/assets/screenshots/Task.png and /dev/null differ diff --git "a/docs/assets/screenshots/Tasks_\302\267_End-to-end_testing.png" "b/docs/assets/screenshots/Tasks_\302\267_End-to-end_testing.png" deleted file mode 100644 index 14db64d7d..000000000 Binary files "a/docs/assets/screenshots/Tasks_\302\267_End-to-end_testing.png" and /dev/null differ diff --git a/docs/assets/screenshots/advancedoptionsss.png b/docs/assets/screenshots/advancedoptionsss.png deleted file mode 100644 index 3553b22f7..000000000 Binary files a/docs/assets/screenshots/advancedoptionsss.png and /dev/null differ diff --git a/docs/assets/screenshots/api-key-ulid.png b/docs/assets/screenshots/api-key-ulid.png deleted file mode 100644 index 136f334f3..000000000 Binary files a/docs/assets/screenshots/api-key-ulid.png and /dev/null differ diff --git a/docs/assets/screenshots/azureDevOpsPersonalAccessToken2.png b/docs/assets/screenshots/azureDevOpsPersonalAccessToken2.png deleted file mode 100644 index 4e212de51..000000000 Binary files a/docs/assets/screenshots/azureDevOpsPersonalAccessToken2.png and /dev/null differ diff --git a/docs/assets/screenshots/azureDevOpsPersonalAccessToken4.png b/docs/assets/screenshots/azureDevOpsPersonalAccessToken4.png deleted file mode 100644 index 3746ab64b..000000000 Binary files a/docs/assets/screenshots/azureDevOpsPersonalAccessToken4.png and /dev/null differ diff --git a/docs/assets/screenshots/azureDevOpsPersonalAccessToken5.png b/docs/assets/screenshots/azureDevOpsPersonalAccessToken5.png deleted file mode 100644 index 1264c6878..000000000 Binary files a/docs/assets/screenshots/azureDevOpsPersonalAccessToken5.png and /dev/null differ diff --git a/docs/assets/screenshots/azureWebhooks4.png b/docs/assets/screenshots/azureWebhooks4.png deleted file mode 100644 index 13b6ea159..000000000 Binary files a/docs/assets/screenshots/azureWebhooks4.png and /dev/null differ diff --git a/docs/assets/screenshots/context.png b/docs/assets/screenshots/context.png index e6546a09a..60597952d 100644 Binary files a/docs/assets/screenshots/context.png and b/docs/assets/screenshots/context.png differ diff --git a/docs/assets/screenshots/context/env_vars.png b/docs/assets/screenshots/context/env_vars.png deleted file mode 100644 index ad529cce8..000000000 Binary files a/docs/assets/screenshots/context/env_vars.png and /dev/null differ diff --git a/docs/assets/screenshots/context_attach.png b/docs/assets/screenshots/context_attach.png index 4007b2d02..bfdd1f0cc 100644 Binary files a/docs/assets/screenshots/context_attach.png and b/docs/assets/screenshots/context_attach.png differ diff --git a/docs/assets/screenshots/context_attach_priority.png b/docs/assets/screenshots/context_attach_priority.png index 2b4bfc56e..3b865ae2e 100644 Binary files a/docs/assets/screenshots/context_attach_priority.png and b/docs/assets/screenshots/context_attach_priority.png differ diff --git a/docs/assets/screenshots/context_delete.png b/docs/assets/screenshots/context_delete.png index 32c7a6571..1c47c86a2 100644 Binary files a/docs/assets/screenshots/context_delete.png and b/docs/assets/screenshots/context_delete.png differ diff --git a/docs/assets/screenshots/context_detach.png b/docs/assets/screenshots/context_detach.png index f6c4dbdd1..f53359cbc 100644 Binary files a/docs/assets/screenshots/context_detach.png and b/docs/assets/screenshots/context_detach.png differ diff --git a/docs/assets/screenshots/context_edit_button.png b/docs/assets/screenshots/context_edit_button.png index fe372e165..45450385d 100644 Binary files a/docs/assets/screenshots/context_edit_button.png and b/docs/assets/screenshots/context_edit_button.png differ diff --git a/docs/assets/screenshots/context_edit_mode.png b/docs/assets/screenshots/context_edit_mode.png index eefb41c31..517b9ae3a 100644 Binary files a/docs/assets/screenshots/context_edit_mode.png and b/docs/assets/screenshots/context_edit_mode.png differ diff --git a/docs/assets/screenshots/context_environment.png b/docs/assets/screenshots/context_environment.png index 60fd3e04b..94024566d 100644 Binary files a/docs/assets/screenshots/context_environment.png and b/docs/assets/screenshots/context_environment.png differ diff --git a/docs/assets/screenshots/contexts_attached.png b/docs/assets/screenshots/contexts_attached.png index efd56734a..560e466d0 100644 Binary files a/docs/assets/screenshots/contexts_attached.png and b/docs/assets/screenshots/contexts_attached.png differ diff --git a/docs/assets/screenshots/create_context_button.png b/docs/assets/screenshots/create_context_button.png index 4aefebeb9..c2d063e27 100644 Binary files a/docs/assets/screenshots/create_context_button.png and b/docs/assets/screenshots/create_context_button.png differ diff --git a/docs/assets/screenshots/create_new_context.png b/docs/assets/screenshots/create_new_context.png index 341ecea56..6115cb08d 100644 Binary files a/docs/assets/screenshots/create_new_context.png and b/docs/assets/screenshots/create_new_context.png differ diff --git a/docs/assets/screenshots/image (10).png b/docs/assets/screenshots/image (10).png deleted file mode 100644 index 227b60acc..000000000 Binary files a/docs/assets/screenshots/image (10).png and /dev/null differ diff --git a/docs/assets/screenshots/image (100).png b/docs/assets/screenshots/image (100).png deleted file mode 100644 index b3063b1ff..000000000 Binary files a/docs/assets/screenshots/image (100).png and /dev/null differ diff --git a/docs/assets/screenshots/image (108).png b/docs/assets/screenshots/image (108).png deleted file mode 100644 index 0a63f6287..000000000 Binary files a/docs/assets/screenshots/image (108).png and /dev/null differ diff --git a/docs/assets/screenshots/image (111) (1).png b/docs/assets/screenshots/image (111) (1).png deleted file mode 100644 index d11c7653d..000000000 Binary files a/docs/assets/screenshots/image (111) (1).png and /dev/null differ diff --git a/docs/assets/screenshots/image (111).png b/docs/assets/screenshots/image (111).png deleted file mode 100644 index 8edfc5fde..000000000 Binary files a/docs/assets/screenshots/image (111).png and /dev/null differ diff --git a/docs/assets/screenshots/image (112) (1).png b/docs/assets/screenshots/image (112) (1).png deleted file mode 100644 index 3787b0fbc..000000000 Binary files a/docs/assets/screenshots/image (112) (1).png and /dev/null differ diff --git a/docs/assets/screenshots/image (112).png b/docs/assets/screenshots/image (112).png deleted file mode 100644 index 8281bae4d..000000000 Binary files a/docs/assets/screenshots/image (112).png and /dev/null differ diff --git a/docs/assets/screenshots/image (113) (1).png b/docs/assets/screenshots/image (113) (1).png deleted file mode 100644 index 30b24c368..000000000 Binary files a/docs/assets/screenshots/image (113) (1).png and /dev/null differ diff --git a/docs/assets/screenshots/image (114) (1).png b/docs/assets/screenshots/image (114) (1).png deleted file mode 100644 index 9ec531714..000000000 Binary files a/docs/assets/screenshots/image (114) (1).png and /dev/null differ diff --git a/docs/assets/screenshots/image (114) (2).png b/docs/assets/screenshots/image (114) (2).png deleted file mode 100644 index 100838ea2..000000000 Binary files a/docs/assets/screenshots/image (114) (2).png and /dev/null differ diff --git a/docs/assets/screenshots/image (114).png b/docs/assets/screenshots/image (114).png deleted file mode 100644 index 2a5ac06a7..000000000 Binary files a/docs/assets/screenshots/image (114).png and /dev/null differ diff --git a/docs/assets/screenshots/image (115) (1).png b/docs/assets/screenshots/image (115) (1).png deleted file mode 100644 index 52fea9612..000000000 Binary files a/docs/assets/screenshots/image (115) (1).png and /dev/null differ diff --git a/docs/assets/screenshots/image (115).png b/docs/assets/screenshots/image (115).png deleted file mode 100644 index 08fe85c0c..000000000 Binary files a/docs/assets/screenshots/image (115).png and /dev/null differ diff --git a/docs/assets/screenshots/image (117).png b/docs/assets/screenshots/image (117).png deleted file mode 100644 index 39b353f4b..000000000 Binary files a/docs/assets/screenshots/image (117).png and /dev/null differ diff --git a/docs/assets/screenshots/image (119).png b/docs/assets/screenshots/image (119).png deleted file mode 100644 index 537e31e6f..000000000 Binary files a/docs/assets/screenshots/image (119).png and /dev/null differ diff --git a/docs/assets/screenshots/image (12).png b/docs/assets/screenshots/image (12).png deleted file mode 100644 index be66fe1be..000000000 Binary files a/docs/assets/screenshots/image (12).png and /dev/null differ diff --git a/docs/assets/screenshots/image (120).png b/docs/assets/screenshots/image (120).png deleted file mode 100644 index 9fe437de7..000000000 Binary files a/docs/assets/screenshots/image (120).png and /dev/null differ diff --git a/docs/assets/screenshots/image (16).png b/docs/assets/screenshots/image (16).png deleted file mode 100644 index d12a3e6fb..000000000 Binary files a/docs/assets/screenshots/image (16).png and /dev/null differ diff --git a/docs/assets/screenshots/image (2).png b/docs/assets/screenshots/image (2).png deleted file mode 100644 index 8b0cf321d..000000000 Binary files a/docs/assets/screenshots/image (2).png and /dev/null differ diff --git a/docs/assets/screenshots/image (20).png b/docs/assets/screenshots/image (20).png deleted file mode 100644 index 9767aebea..000000000 Binary files a/docs/assets/screenshots/image (20).png and /dev/null differ diff --git a/docs/assets/screenshots/image (21).png b/docs/assets/screenshots/image (21).png deleted file mode 100644 index 2bfef26b3..000000000 Binary files a/docs/assets/screenshots/image (21).png and /dev/null differ diff --git a/docs/assets/screenshots/image (26).png b/docs/assets/screenshots/image (26).png deleted file mode 100644 index 488e12593..000000000 Binary files a/docs/assets/screenshots/image (26).png and /dev/null differ diff --git a/docs/assets/screenshots/image (27).png b/docs/assets/screenshots/image (27).png deleted file mode 100644 index e257324e6..000000000 Binary files a/docs/assets/screenshots/image (27).png and /dev/null differ diff --git a/docs/assets/screenshots/image (28).png b/docs/assets/screenshots/image (28).png deleted file mode 100644 index 7463b0c35..000000000 Binary files a/docs/assets/screenshots/image (28).png and /dev/null differ diff --git a/docs/assets/screenshots/image (29).png b/docs/assets/screenshots/image (29).png deleted file mode 100644 index 7cee55b53..000000000 Binary files a/docs/assets/screenshots/image (29).png and /dev/null differ diff --git a/docs/assets/screenshots/image (30).png b/docs/assets/screenshots/image (30).png deleted file mode 100644 index ac98d046d..000000000 Binary files a/docs/assets/screenshots/image (30).png and /dev/null differ diff --git a/docs/assets/screenshots/image (31).png b/docs/assets/screenshots/image (31).png deleted file mode 100644 index 418a57b20..000000000 Binary files a/docs/assets/screenshots/image (31).png and /dev/null differ diff --git a/docs/assets/screenshots/image (32).png b/docs/assets/screenshots/image (32).png deleted file mode 100644 index 51c9f9d22..000000000 Binary files a/docs/assets/screenshots/image (32).png and /dev/null differ diff --git a/docs/assets/screenshots/image (33).png b/docs/assets/screenshots/image (33).png deleted file mode 100644 index 8b27c95fc..000000000 Binary files a/docs/assets/screenshots/image (33).png and /dev/null differ diff --git a/docs/assets/screenshots/image (35).png b/docs/assets/screenshots/image (35).png deleted file mode 100644 index 8c34b1c6c..000000000 Binary files a/docs/assets/screenshots/image (35).png and /dev/null differ diff --git a/docs/assets/screenshots/image (39).png b/docs/assets/screenshots/image (39).png deleted file mode 100644 index f0398435c..000000000 Binary files a/docs/assets/screenshots/image (39).png and /dev/null differ diff --git a/docs/assets/screenshots/image (40).png b/docs/assets/screenshots/image (40).png deleted file mode 100644 index 1908dea48..000000000 Binary files a/docs/assets/screenshots/image (40).png and /dev/null differ diff --git a/docs/assets/screenshots/image (46).png b/docs/assets/screenshots/image (46).png deleted file mode 100644 index d41d84486..000000000 Binary files a/docs/assets/screenshots/image (46).png and /dev/null differ diff --git a/docs/assets/screenshots/image (49).png b/docs/assets/screenshots/image (49).png deleted file mode 100644 index 0b2de3bdd..000000000 Binary files a/docs/assets/screenshots/image (49).png and /dev/null differ diff --git a/docs/assets/screenshots/image (61).png b/docs/assets/screenshots/image (61).png deleted file mode 100644 index 9dfff37ca..000000000 Binary files a/docs/assets/screenshots/image (61).png and /dev/null differ diff --git a/docs/assets/screenshots/image (62).png b/docs/assets/screenshots/image (62).png deleted file mode 100644 index d3014ef53..000000000 Binary files a/docs/assets/screenshots/image (62).png and /dev/null differ diff --git a/docs/assets/screenshots/image (63).png b/docs/assets/screenshots/image (63).png deleted file mode 100644 index 23a71de20..000000000 Binary files a/docs/assets/screenshots/image (63).png and /dev/null differ diff --git a/docs/assets/screenshots/image (64).png b/docs/assets/screenshots/image (64).png deleted file mode 100644 index ca4521941..000000000 Binary files a/docs/assets/screenshots/image (64).png and /dev/null differ diff --git a/docs/assets/screenshots/image (67).png b/docs/assets/screenshots/image (67).png deleted file mode 100644 index eff36b1cf..000000000 Binary files a/docs/assets/screenshots/image (67).png and /dev/null differ diff --git a/docs/assets/screenshots/image (68).png b/docs/assets/screenshots/image (68).png deleted file mode 100644 index 36682baa8..000000000 Binary files a/docs/assets/screenshots/image (68).png and /dev/null differ diff --git a/docs/assets/screenshots/image (69).png b/docs/assets/screenshots/image (69).png deleted file mode 100644 index 4a85c9ce6..000000000 Binary files a/docs/assets/screenshots/image (69).png and /dev/null differ diff --git a/docs/assets/screenshots/image (7).png b/docs/assets/screenshots/image (7).png deleted file mode 100644 index bacbcba3d..000000000 Binary files a/docs/assets/screenshots/image (7).png and /dev/null differ diff --git a/docs/assets/screenshots/image (70).png b/docs/assets/screenshots/image (70).png deleted file mode 100644 index 205c988a3..000000000 Binary files a/docs/assets/screenshots/image (70).png and /dev/null differ diff --git a/docs/assets/screenshots/image (71).png b/docs/assets/screenshots/image (71).png deleted file mode 100644 index 205c988a3..000000000 Binary files a/docs/assets/screenshots/image (71).png and /dev/null differ diff --git a/docs/assets/screenshots/image (73).png b/docs/assets/screenshots/image (73).png deleted file mode 100644 index 3db09cd42..000000000 Binary files a/docs/assets/screenshots/image (73).png and /dev/null differ diff --git a/docs/assets/screenshots/image (74).png b/docs/assets/screenshots/image (74).png deleted file mode 100644 index be5a14f85..000000000 Binary files a/docs/assets/screenshots/image (74).png and /dev/null differ diff --git a/docs/assets/screenshots/image (75).png b/docs/assets/screenshots/image (75).png deleted file mode 100644 index e1b628308..000000000 Binary files a/docs/assets/screenshots/image (75).png and /dev/null differ diff --git a/docs/assets/screenshots/image (78).png b/docs/assets/screenshots/image (78).png deleted file mode 100644 index 2f04d1d1a..000000000 Binary files a/docs/assets/screenshots/image (78).png and /dev/null differ diff --git a/docs/assets/screenshots/image (79).png b/docs/assets/screenshots/image (79).png deleted file mode 100644 index c2c03ab0d..000000000 Binary files a/docs/assets/screenshots/image (79).png and /dev/null differ diff --git a/docs/assets/screenshots/image (80).png b/docs/assets/screenshots/image (80).png deleted file mode 100644 index ca6b07704..000000000 Binary files a/docs/assets/screenshots/image (80).png and /dev/null differ diff --git a/docs/assets/screenshots/image (81).png b/docs/assets/screenshots/image (81).png deleted file mode 100644 index 37a5b292a..000000000 Binary files a/docs/assets/screenshots/image (81).png and /dev/null differ diff --git a/docs/assets/screenshots/image (82).png b/docs/assets/screenshots/image (82).png deleted file mode 100644 index 0ed6c7253..000000000 Binary files a/docs/assets/screenshots/image (82).png and /dev/null differ diff --git a/docs/assets/screenshots/image (87).png b/docs/assets/screenshots/image (87).png deleted file mode 100644 index fecba86c3..000000000 Binary files a/docs/assets/screenshots/image (87).png and /dev/null differ diff --git a/docs/assets/screenshots/image (90).png b/docs/assets/screenshots/image (90).png deleted file mode 100644 index 6793b9bb9..000000000 Binary files a/docs/assets/screenshots/image (90).png and /dev/null differ diff --git a/docs/assets/screenshots/image (91).png b/docs/assets/screenshots/image (91).png deleted file mode 100644 index db5936783..000000000 Binary files a/docs/assets/screenshots/image (91).png and /dev/null differ diff --git a/docs/assets/screenshots/image (95).png b/docs/assets/screenshots/image (95).png deleted file mode 100644 index f8e69fe2d..000000000 Binary files a/docs/assets/screenshots/image (95).png and /dev/null differ diff --git a/docs/assets/screenshots/image (96).png b/docs/assets/screenshots/image (96).png deleted file mode 100644 index dc3329770..000000000 Binary files a/docs/assets/screenshots/image (96).png and /dev/null differ diff --git a/docs/assets/screenshots/image (97).png b/docs/assets/screenshots/image (97).png deleted file mode 100644 index dc3329770..000000000 Binary files a/docs/assets/screenshots/image (97).png and /dev/null differ diff --git a/docs/assets/screenshots/image (98).png b/docs/assets/screenshots/image (98).png deleted file mode 100644 index f6629a602..000000000 Binary files a/docs/assets/screenshots/image (98).png and /dev/null differ diff --git a/docs/assets/screenshots/image (99).png b/docs/assets/screenshots/image (99).png deleted file mode 100644 index 69778a5fa..000000000 Binary files a/docs/assets/screenshots/image (99).png and /dev/null differ diff --git a/docs/assets/screenshots/integratevpcsc.png b/docs/assets/screenshots/integratevpcsc.png deleted file mode 100644 index 97cceed36..000000000 Binary files a/docs/assets/screenshots/integratevpcsc.png and /dev/null differ diff --git a/docs/assets/screenshots/k8s-deployment-repository.png b/docs/assets/screenshots/k8s-deployment-repository.png deleted file mode 100644 index 00f6fc491..000000000 Binary files a/docs/assets/screenshots/k8s-deployment-repository.png and /dev/null differ diff --git a/docs/assets/screenshots/k8s-initializing.png b/docs/assets/screenshots/k8s-initializing.png deleted file mode 100644 index 17d17b3b5..000000000 Binary files a/docs/assets/screenshots/k8s-initializing.png and /dev/null differ diff --git a/docs/assets/screenshots/k8s-planning.png b/docs/assets/screenshots/k8s-planning.png deleted file mode 100644 index f6053a786..000000000 Binary files a/docs/assets/screenshots/k8s-planning.png and /dev/null differ diff --git a/docs/assets/screenshots/k8s-prune.png b/docs/assets/screenshots/k8s-prune.png deleted file mode 100644 index 3bc0ed358..000000000 Binary files a/docs/assets/screenshots/k8s-prune.png and /dev/null differ diff --git a/docs/assets/screenshots/run-state-machine.png b/docs/assets/screenshots/run-state-machine.png deleted file mode 100644 index 442e3da57..000000000 Binary files a/docs/assets/screenshots/run-state-machine.png and /dev/null differ diff --git a/docs/assets/screenshots/run/blocked-run.png b/docs/assets/screenshots/run/blocked-run.png new file mode 100644 index 000000000..3ab1496b4 Binary files /dev/null and b/docs/assets/screenshots/run/blocked-run.png differ diff --git a/docs/assets/screenshots/run/handover.png b/docs/assets/screenshots/run/handover.png new file mode 100644 index 000000000..e52f1bef4 Binary files /dev/null and b/docs/assets/screenshots/run/handover.png differ diff --git a/docs/assets/screenshots/run/limit-runs.png b/docs/assets/screenshots/run/limit-runs.png new file mode 100644 index 000000000..e0592c5d8 Binary files /dev/null and b/docs/assets/screenshots/run/limit-runs.png differ diff --git a/docs/assets/screenshots/run/prioritize-from-run-view.png b/docs/assets/screenshots/run/prioritize-from-run-view.png new file mode 100644 index 000000000..91884ed93 Binary files /dev/null and b/docs/assets/screenshots/run/prioritize-from-run-view.png differ diff --git a/docs/assets/screenshots/run_priority.png b/docs/assets/screenshots/run/prioritize-from-worker-pool-view.png similarity index 95% rename from docs/assets/screenshots/run_priority.png rename to docs/assets/screenshots/run/prioritize-from-worker-pool-view.png index ce35d9119..71e67da39 100644 Binary files a/docs/assets/screenshots/run_priority.png and b/docs/assets/screenshots/run/prioritize-from-worker-pool-view.png differ diff --git a/docs/assets/screenshots/run/stopped-run.png b/docs/assets/screenshots/run/stopped-run.png new file mode 100644 index 000000000..b1c1c7b59 Binary files /dev/null and b/docs/assets/screenshots/run/stopped-run.png differ diff --git a/docs/assets/screenshots/sourcecontrolsc.png b/docs/assets/screenshots/sourcecontrolsc.png deleted file mode 100644 index 57df617b2..000000000 Binary files a/docs/assets/screenshots/sourcecontrolsc.png and /dev/null differ diff --git a/docs/assets/screenshots/spacelift-io_marcinw-end-to-end__End-to-end_testing_for_Spacelift_development.png b/docs/assets/screenshots/spacelift-io_marcinw-end-to-end__End-to-end_testing_for_Spacelift_development.png deleted file mode 100644 index d35fb4f6c..000000000 Binary files a/docs/assets/screenshots/spacelift-io_marcinw-end-to-end__End-to-end_testing_for_Spacelift_development.png and /dev/null differ diff --git a/docs/assets/screenshots/sso_settings (1).png b/docs/assets/screenshots/sso_settings (1).png deleted file mode 100644 index 00f59979d..000000000 Binary files a/docs/assets/screenshots/sso_settings (1).png and /dev/null differ diff --git a/docs/assets/screenshots/stack_runtime_command.png b/docs/assets/screenshots/stack_runtime_command.png index d7c5403f4..733a79ba8 100644 Binary files a/docs/assets/screenshots/stack_runtime_command.png and b/docs/assets/screenshots/stack_runtime_command.png differ diff --git "a/docs/assets/screenshots/terragrunt_hcl_\302\267_main_\302\267_Spacelift___Datadog_Synthetics_Test_\302\267_GitLab.png" "b/docs/assets/screenshots/terragrunt_hcl_\302\267_main_\302\267_Spacelift___Datadog_Synthetics_Test_\302\267_GitLab.png" deleted file mode 100644 index 851c6db61..000000000 Binary files "a/docs/assets/screenshots/terragrunt_hcl_\302\267_main_\302\267_Spacelift___Datadog_Synthetics_Test_\302\267_GitLab.png" and /dev/null differ diff --git a/docs/assets/screenshots/user-data-secret.png b/docs/assets/screenshots/user-data-secret.png index 3efad5631..915d62908 100644 Binary files a/docs/assets/screenshots/user-data-secret.png and b/docs/assets/screenshots/user-data-secret.png differ diff --git a/docs/assets/screenshots/worker-pool-secret.png b/docs/assets/screenshots/worker-pool-secret.png index 948967d51..e9a669bf1 100644 Binary files a/docs/assets/screenshots/worker-pool-secret.png and b/docs/assets/screenshots/worker-pool-secret.png differ diff --git a/docs/assets/screenshots/worker-pools-kubernetes-self-hosted-ecr.png b/docs/assets/screenshots/worker-pools-kubernetes-self-hosted-ecr.png index 87e7f20b1..0bad2fde2 100644 Binary files a/docs/assets/screenshots/worker-pools-kubernetes-self-hosted-ecr.png and b/docs/assets/screenshots/worker-pools-kubernetes-self-hosted-ecr.png differ diff --git a/docs/assets/screenshots/worker_pools_cf_downloads_bucket_name.png b/docs/assets/screenshots/worker_pools_cf_downloads_bucket_name.png index 1b832a7cb..be9975de7 100644 Binary files a/docs/assets/screenshots/worker_pools_cf_downloads_bucket_name.png and b/docs/assets/screenshots/worker_pools_cf_downloads_bucket_name.png differ diff --git a/docs/concepts/configuration/context.md b/docs/concepts/configuration/context.md index 71dba61a5..116179a87 100644 --- a/docs/concepts/configuration/context.md +++ b/docs/concepts/configuration/context.md @@ -57,7 +57,7 @@ This is the only mandatory step in the context creation process; the remaining s The required _name_ is what you'll see in the context list and in the dropdown when attaching the context to projects. Ensure it's informative enough to immediately convey the purpose of the context, yet short enough to fit neatly in dropdowns without cutting off important information. -The last required field in this step is _space_, allowing you to choose which [space](../spaces/) the context will belong to. +The last required field in this step is _space_, allowing you to choose which [space](../spaces/README.md) the context will belong to. The optional _description_ is free-form and supports [Markdown](https://daringfireball.net/projects/markdown/){: rel="nofollow"}. This is an ideal place for a thorough explanation of the context's purpose, perhaps with links or a humorous GIF. In the web GUI, this description appears in several places: on the context list, in the context view, and in the list of attached contexts on the stack view. diff --git a/docs/concepts/policy/push-policy/README.md b/docs/concepts/policy/push-policy/README.md index 19b179e1c..9a20ddf70 100644 --- a/docs/concepts/policy/push-policy/README.md +++ b/docs/concepts/policy/push-policy/README.md @@ -576,25 +576,28 @@ ignore { input.push.tag != "" } affected { filepath := input.push.affected_files[_] - startswith(filepath, input.stack.project_root) + startswith(normalize_path(filepath), normalize_path(input.stack.project_root)) } affected { filepath := input.push.affected_files[_] glob_pattern := input.stack.additional_project_globs[_] - glob.match(glob_pattern, ["/"], filepath) + glob.match(glob_pattern, ["/"], normalize_path(filepath)) } affected_pr { filepath := input.pull_request.diff[_] - startswith(filepath, input.stack.project_root) + startswith(normalize_path(filepath), normalize_path(input.stack.project_root)) } affected_pr { filepath := input.pull_request.diff[_] glob_pattern := input.stack.additional_project_globs[_] - glob.match(glob_pattern, ["/"], filepath) + glob.match(glob_pattern, ["/"], normalize_path(filepath)) } + +# Helper function to normalize paths by removing leading slashes +normalize_path(path) = trim(path, "/") ``` ## Waiting for CI/CD artifacts diff --git a/docs/concepts/run/README.md b/docs/concepts/run/README.md index 4ac7072bf..fc34c038c 100644 --- a/docs/concepts/run/README.md +++ b/docs/concepts/run/README.md @@ -31,7 +31,7 @@ Spacelift serializes all state-changing operations to the Stack. Both tracked ru If your run or task is **currently blocked** by something else holding the lock on the stack, you'll see the link to the blocker in run state list: -![](../../assets/screenshots/blocked-queued-run-unconfirmed.png) +![](../../assets/screenshots/run/blocked-run.png) There can also be other reasons why the run is in this state and is not being promoted to state [Ready](#ready): @@ -39,7 +39,7 @@ There can also be other reasons why the run is in this state and is not being pr - It's waiting for dependant stacks to finish - It's waiting for external dependencies to finish - Queued is a _passive state_ meaning no operations are performed while a run is in this state. The user can also cancel the run while it's still queued, transitioning it to the terminal [Canceled](#canceled) state. +Queued is a _passive state_ meaning no operations are performed while a run is in this state. The user can also discard the run while it's still queued, transitioning it to the terminal [Discarded](#discarded) state. ### Ready @@ -49,13 +49,13 @@ it's picked up by a worker. When using the public worker pool, you will have to wait until a worker becomes available. For private workers, please refer to the [worker pools documentation](../worker-pools.md) for troubleshooting advice. -Ready is a _passive state_ meaning no operations are performed while a run is in this state. When a worker is available, the state will automatically transition to [Preparing](#preparing). The user is also able to cancel the run even if it's ready for processing, transitioning it to the terminal [Canceled](#canceled) state. +Ready is a _passive state_ meaning no operations are performed while a run is in this state. When a worker is available, the state will automatically transition to [Preparing](#preparing). The user is also able to discard the run even if it's ready for processing, transitioning it to the terminal [Discarded](#discarded) state. -### Canceled +### Discarded -Canceled state means that the user has manually stopped a [Queued](#queued) run or task even before it had the chance to be picked up by the worker. +Discarded state means that the user has manually stopped a [Queued](#queued) run or task even before it had the chance to be picked up by the worker. -Canceled is a _passive state_ meaning no operations are performed while a run is in this state. It's also a _terminal state_ meaning that no further state can follow it. +Discarded is a _passive state_ meaning no operations are performed while a run is in this state. It's also a _terminal state_ meaning that no further state can follow it. ### Preparing @@ -63,7 +63,7 @@ The _preparing_ state is the first one where real work is done. At this point bo Here's an example of one such handover: -![](<../../assets/screenshots/Screenshot from 2021-04-01 15-53-59.png>) +![](../../assets/screenshots/run/handover.png) Note that Ground Control refers to the bit directly controlled by us, in a nod to late [David Bowie](https://www.youtube.com/watch?v=tRMZ_5WYmCg){: rel="nofollow"}. The main purpose of this phase is for Ground Control to make sure that the worker node gets everything that's required to perform the job, and that it can take over the execution. @@ -104,7 +104,7 @@ Stopped state indicates that a run has been stopped while [Initializing](#initia Here's an example of a run manually stopped while [Initializing](#initializing): -![](<../../assets/screenshots/01DTD3M6DVC7VKQGJ72PCSEBKD_ยท_End-to-end_testing (2).png>) +![](../../assets/screenshots/run/stopped-run.png) Stopped is a _passive state_ meaning no operations are performed while a run is in this state. It's also a _terminal state_ meaning that no further state can supersede it. @@ -116,15 +116,23 @@ Run logs are kept for 60 days. You can change the priority of a run while it's in a [non-terminal state](#common-run-states) if a private worker pool is processing the run. We will process prioritized runs before runs from other stacks. However, a stack's standard order of run types (tasks, tracked, and proposed runs) execution will still be respected. -The priority of a run can be changed in the worker pool queue view: +The priority of a run can be changed from the run's view and in the worker pool queue view. -![](<../../assets/screenshots/run_priority.png>) +### Run view + +![](../../assets/screenshots/run/prioritize-from-run-view.png) + +### Worker pool queue view + +![](../../assets/screenshots/run/prioritize-from-worker-pool-view.png) Runs can be prioritized manually or automatically, using a [push policy](../policy/push-policy/README.md#prioritization). Note that we only recommend automatic prioritization in special circumstances. For most users, the default prioritization (tracked runs, then proposed runs, then drift detection runs) provides an optimal user experience. ## Limit Runs -You can also limit the number of runs being created for a VCS event by navigating to organization settings and clicking on limits. +You can also limit the number of runs being created for a VCS event by navigating to Organization settings and clicking on Limits. + +![](../../assets/screenshots/run/limit-runs.png) You can set a maximum number of 500 runs to be triggered by a VCS event for your account. diff --git a/docs/concepts/stack/creating-a-stack.md b/docs/concepts/stack/creating-a-stack.md index 8eb9d2f64..a019eb91f 100644 --- a/docs/concepts/stack/creating-a-stack.md +++ b/docs/concepts/stack/creating-a-stack.md @@ -29,7 +29,7 @@ Staring with the most difficult step - naming things. Here's where you give your You'll be able to change the name and description later, too - with one caveat. Based on the original _name_, Spacelift generates an immutable slug that serves as a unique identifier of this stack. If the name and the slug diverge significantly, things may become confusing. -Here you will be able to choose which [space](../spaces/) your stack belongs to. Initially, you start with a root and a legacy space. The root space is the top-level space of your account, while the legacy space exists for backward compatibility with pre-spaces RBAC. +Here you will be able to choose which [space](../spaces/README.md) your stack belongs to. Initially, you start with a root and a legacy space. The root space is the top-level space of your account, while the legacy space exists for backward compatibility with pre-spaces RBAC. Also, this is the opportunity to set a few [labels](stack-settings.md#labels). Labels are useful for searching and grouping things, but also work extremely well with policies. @@ -187,7 +187,7 @@ In this section, you can attach the following policy types: - [Approval:](../../concepts/policy/approval-policy.md) who can approve or reject a run and how a run can be approved; - [Plan:](../../concepts/policy/terraform-plan-policy.md) which changes can be applied; -- [Push:](../../concepts/policy/push-policy/) how Git push events are interpreted; +- [Push:](../../concepts/policy/push-policy/README.md) how Git push events are interpreted; - [Trigger:](../../concepts/policy/trigger-policy.md) what happens when blocking runs terminate; Policies can be automatically attached to stacks using the `autoattach:label` special label where `label` is the name of a label attached to stacks and/or modules in your Spacelift account you wish the policy to be attached to. diff --git a/docs/concepts/stack/stack-dependencies.md b/docs/concepts/stack/stack-dependencies.md index 6ee5f9d53..fb8ff8a27 100644 --- a/docs/concepts/stack/stack-dependencies.md +++ b/docs/concepts/stack/stack-dependencies.md @@ -86,7 +86,7 @@ When detecting changes in outputs, we also consider the previous run of the depe #### Vendor limitations -[Ansible](../../vendors/ansible/) and [Kubernetes](../../vendors/kubernetes/) does not have the concept of outputs, so you cannot reference the outputs of them. They _can_ be on the receiving end though: +[Ansible](../../vendors/ansible/README.md) and [Kubernetes](../../vendors/kubernetes/README.md) does not have the concept of outputs, so you cannot reference the outputs of them. They _can_ be on the receiving end though: ```mermaid graph TD; diff --git a/docs/faq/README.md b/docs/faq/README.md index d8aa11e45..6bcdfd3e0 100644 --- a/docs/faq/README.md +++ b/docs/faq/README.md @@ -15,7 +15,7 @@ If you still cannot find the answer to your question below, please reach out to - Go to the "Resource center" section, in the bottom-left corner menu. - Fill in your problem or request, what you are trying to achieve, and optionally, your current work around. Then, scroll down to submit your request. -If you wish to view feature requests you have previously submitted, you can access the portal through this pop-out. There, you'll be able to see the status of your requests. +If you wish to view feature requests you have previously submitted, you can access the portal through the same pop-out. There, you'll be able to see the status of your requests. Additionally, the portal allows you to vote on and join discussions about other requests, review new releases, and see upcoming features. @@ -126,7 +126,7 @@ Otherwise, policies could look perfectly fine but block each other with deny rul ### Can I attach my policy to multiple stacks / modules? -This can be done with the `autoattach` label, you can read more about that [here](../concepts/policy#wildcard-policy-attachments). +This can be done with the `autoattach` label, you can read more about that [here](../concepts/policy/README.md#wildcard-policy-attachments). ## Billing @@ -144,7 +144,7 @@ When setting up SSO, future logins will appear as new users since Spacelift cann The main culprits are usually a push policy or the wrong branch being tracked. -If you do not have a push policy in place, you can attach a push policy with the [default push policy](../concepts/policy/push-policy/#default-git-push-policy) and enable [sampling](../concepts/policy#sampling-policy-inputs) to then review the inputs in the [policy workbench](../concepts/policy#policy-workbench-in-practice) to confirm that Spacelift has recieved the push event. (If you are using GitLab, you need to set up webhooks for every project) +If you do not have a push policy in place, you can attach a push policy with the [default push policy](../concepts/policy/push-policy/README.md#default-git-push-policy) and enable [sampling](../concepts/policy/README.md#sampling-policy-inputs) to then review the inputs in the [policy workbench](../concepts/policy/README.md#policy-workbench-in-practice) to confirm that Spacelift has received the push event. (If you are using GitLab, you need to set up webhooks for every project) You can review the branch you are tracking in your stack settings. @@ -152,7 +152,7 @@ We also recommend checking your VCS provider is not currently experiencing any i ### Does Spacelift support monorepos? -Spacelift does support monorepos. You can set a [project root](../concepts/stack/stack-settings.md) in your stack settings. Our [default push policy](../concepts/policy/push-policy/#default-git-push-policy) will trigger runs on changes within the project root or the project globs. You can review our [policy example repo](https://github.com/spacelift-io/spacelift-policies-example-library){: rel="nofollow"} and see how you can customize this further. +Spacelift does support monorepos. You can set a [project root](../concepts/stack/stack-settings.md) in your stack settings. Our [default push policy](../concepts/policy/push-policy/README.md#default-git-push-policy) will trigger runs on changes within the project root or the project globs. You can review our [policy example repo](https://github.com/spacelift-io/spacelift-policies-example-library){: rel="nofollow"} and see how you can customize this further. ## Run diff --git a/docs/vendors/terraform/module-registry.md b/docs/vendors/terraform/module-registry.md index b8d356c86..b36d5f097 100644 --- a/docs/vendors/terraform/module-registry.md +++ b/docs/vendors/terraform/module-registry.md @@ -221,7 +221,7 @@ Whenever you add a new functionality, you may want to create a feature branch an You can also use [Git push policies](../../concepts/policy/push-policy/README.md) to further customize this. !!! Tip - If you would like to manage your Terraform Module versions using git tags, and would like git tag events to push your module to the Spacelift module registry. Please review our [Tag-driven Terraform Module Release Flow](../../concepts/policy/push-policy/#tag-driven-terraform-module-release-flow). + If you would like to manage your Terraform Module versions using git tags, and would like git tag events to push your module to the Spacelift module registry. Please review our [Tag-driven Terraform Module Release Flow](../../concepts/policy/push-policy/README.md#tag-driven-terraform-module-release-flow). !!! info If no test cases are present, the version is immediately marked green.