From 4abf5be2bdf7e8055cc4c02f200d9a19d2c70dab Mon Sep 17 00:00:00 2001 From: Justine Geffen Date: Mon, 23 Feb 2026 18:41:37 +0200 Subject: [PATCH 1/4] Testing Clauded pre-reqs --- .../enterprise/advanced-topics/manual-azure-batch-setup.md | 4 ++-- .../enterprise/configuration/authentication/email.md | 4 ++-- .../enterprise/configuration/authentication/entra.md | 4 ++-- .../enterprise/configuration/authentication/github.md | 4 ++-- .../enterprise/configuration/authentication/google.md | 4 ++-- .../enterprise/configuration/authentication/keycloak.md | 4 ++-- .../enterprise/configuration/authentication/okta.md | 4 ++-- .../enterprise/groundswell-docker-compose.md | 4 ++-- platform-enterprise_docs/enterprise/groundswell-helm.md | 4 ++-- platform-enterprise_docs/enterprise/groundswell-kubernetes.md | 4 ++-- platform-enterprise_docs/enterprise/install-groundswell.md | 4 ++-- platform-enterprise_docs/enterprise/install-platform.md | 4 ++-- platform-enterprise_docs/enterprise/install-studios.md | 4 ++-- .../enterprise/platform-docker-compose.md | 4 ++-- platform-enterprise_docs/enterprise/platform-helm.md | 4 ++-- platform-enterprise_docs/enterprise/platform-kubernetes.md | 4 ++-- platform-enterprise_docs/enterprise/studios-docker-compose.md | 4 ++-- platform-enterprise_docs/enterprise/studios-helm.md | 4 ++-- platform-enterprise_docs/enterprise/studios-kubernetes.md | 4 ++-- platform-enterprise_docs/enterprise/studios-ssh.md | 4 ++-- 20 files changed, 40 insertions(+), 40 deletions(-) diff --git a/platform-enterprise_docs/enterprise/advanced-topics/manual-azure-batch-setup.md b/platform-enterprise_docs/enterprise/advanced-topics/manual-azure-batch-setup.md index 4e7c9894d..9f6bf1241 100644 --- a/platform-enterprise_docs/enterprise/advanced-topics/manual-azure-batch-setup.md +++ b/platform-enterprise_docs/enterprise/advanced-topics/manual-azure-batch-setup.md @@ -8,11 +8,11 @@ This guide details how to set up more complex Azure Batch compute environments w The first step indicates how to configure a simple Azure Batch compute environment on Azure and Seqera Platform, however beyond that is not required for most users and is only recommended for those who need to customize their compute environments. -## Prerequisites - +:::info[**Prerequisites**] - An Azure account with sufficient permissions to create resources. - [Azure CLI][install-azure-cli] - [Seqera Platform CLI][install-seqera-cli] +::: ### Set up Azure Batch diff --git a/platform-enterprise_docs/enterprise/configuration/authentication/email.md b/platform-enterprise_docs/enterprise/configuration/authentication/email.md index 62bfaca25..394f4fb0d 100644 --- a/platform-enterprise_docs/enterprise/configuration/authentication/email.md +++ b/platform-enterprise_docs/enterprise/configuration/authentication/email.md @@ -17,12 +17,12 @@ Email authentication provides a passwordless login experience where users: New users are automatically registered on their first login if their email address matches the trusted email patterns. The access link contains a time-limited token that expires after use. -## Prerequisites - +:::info[**Prerequisites**] Before enabling email authentication, you need: - A configured SMTP server for sending authentication emails - Valid SMTP credentials with permission to send emails +::: ## Configure SMTP diff --git a/platform-enterprise_docs/enterprise/configuration/authentication/entra.md b/platform-enterprise_docs/enterprise/configuration/authentication/entra.md index 497c10ad1..f5a5db61a 100644 --- a/platform-enterprise_docs/enterprise/configuration/authentication/entra.md +++ b/platform-enterprise_docs/enterprise/configuration/authentication/entra.md @@ -7,14 +7,14 @@ tags: [authentication, entra, azure, oidc] Configure [Microsoft Entra ID](https://learn.microsoft.com/en-us/entra/identity-platform/v2-protocols-oidc) as a single sign-on (SSO) provider for Seqera Platform using OpenID Connect. -## Prerequisites - +:::info[**Prerequisites**] Before you begin, you need: - An Azure account with Entra ID access - Permission to create app registrations Ensure you know how to register applications in Entra ID. See Microsoft's documentation on [registering an application](https://learn.microsoft.com/en-us/entra/identity-platform/quickstart-register-app) for more information. +::: ## Register an Entra ID application diff --git a/platform-enterprise_docs/enterprise/configuration/authentication/github.md b/platform-enterprise_docs/enterprise/configuration/authentication/github.md index 033ca0b69..be69690db 100644 --- a/platform-enterprise_docs/enterprise/configuration/authentication/github.md +++ b/platform-enterprise_docs/enterprise/configuration/authentication/github.md @@ -7,14 +7,14 @@ tags: [authentication, github, oauth] Configure GitHub as a single sign-on (SSO) provider for Seqera Platform. -## Prerequisites - +:::info[**Prerequisites**] Before you begin, you need: - A GitHub organization - Permission to create OAuth Apps in your organization Ensure you know how to create a GitHub OAuth app. See GitHub's documentation on [creating an OAuth app](https://docs.github.com/en/apps/oauth-apps/building-oauth-apps/creating-an-oauth-app) for more information. +::: ## Create a GitHub OAuth App diff --git a/platform-enterprise_docs/enterprise/configuration/authentication/google.md b/platform-enterprise_docs/enterprise/configuration/authentication/google.md index 136c19919..01512183c 100644 --- a/platform-enterprise_docs/enterprise/configuration/authentication/google.md +++ b/platform-enterprise_docs/enterprise/configuration/authentication/google.md @@ -7,14 +7,14 @@ tags: [authentication, google, oauth] Configure Google as a single sign-on (SSO) provider for Seqera Platform. -## Prerequisites - +:::info[**Prerequisites**] Before you begin, you need: - A Google Cloud account - Permission to create OAuth credentials in the Google Cloud console Ensure you know how to create Google OAuth credentials. See Google's documentation on [setting up OAuth 2.0](https://support.google.com/cloud/answer/6158849) for more information. +::: ## Create Google OAuth credentials diff --git a/platform-enterprise_docs/enterprise/configuration/authentication/keycloak.md b/platform-enterprise_docs/enterprise/configuration/authentication/keycloak.md index 66cf095b5..c9936d405 100644 --- a/platform-enterprise_docs/enterprise/configuration/authentication/keycloak.md +++ b/platform-enterprise_docs/enterprise/configuration/authentication/keycloak.md @@ -7,14 +7,14 @@ tags: [authentication, keycloak, oidc] Configure [Keycloak](https://www.keycloak.org/) as a single sign-on (SSO) provider for Seqera Platform using OpenID Connect. -## Prerequisites - +:::info[**Prerequisites**] Before you begin, you need: - A Keycloak instance - Admin access to create clients in Keycloak Ensure you know how to configure Keycloak clients. See the [Keycloak documentation](https://www.keycloak.org/docs/latest/server_admin/#assembly-managing-clients_server_administration_guide) for more information. +::: ## Create a Keycloak client diff --git a/platform-enterprise_docs/enterprise/configuration/authentication/okta.md b/platform-enterprise_docs/enterprise/configuration/authentication/okta.md index 4cfed30f9..69e50ba81 100644 --- a/platform-enterprise_docs/enterprise/configuration/authentication/okta.md +++ b/platform-enterprise_docs/enterprise/configuration/authentication/okta.md @@ -7,14 +7,14 @@ tags: [authentication, okta, oidc] Configure [Okta](https://www.okta.com/) as a single sign-on (SSO) provider for Seqera Platform using OpenID Connect. -## Prerequisites - +:::info[**Prerequisites**] Before you begin, you need: - An Okta organization - Administrator access to create applications Ensure you know how to create Okta app integrations. See Okta's documentation on [creating OIDC app integrations](https://help.okta.com/en-us/content/topics/apps/apps_app_integration_wizard_oidc.htm) for more information. +::: ## Create an Okta app integration diff --git a/platform-enterprise_docs/enterprise/groundswell-docker-compose.md b/platform-enterprise_docs/enterprise/groundswell-docker-compose.md index 086e79ff9..948e10960 100644 --- a/platform-enterprise_docs/enterprise/groundswell-docker-compose.md +++ b/platform-enterprise_docs/enterprise/groundswell-docker-compose.md @@ -7,10 +7,10 @@ tags: [docker, compose, groundswell, pipeline optimization, deployment] This guide describes how to deploy the pipeline optimization service (referred to as `groundswell` in the configuration file) for Seqera Platform Enterprise using Docker Compose. -## Prerequisites - +:::info[**Prerequisites**] Other than the basic requirements [already listed in the Pipeline Optimization installation overview](./install-groundswell#prerequisites), you will need: - Docker Engine and Docker Compose +::: ## New installation diff --git a/platform-enterprise_docs/enterprise/groundswell-helm.md b/platform-enterprise_docs/enterprise/groundswell-helm.md index 4bf998b62..5700e03ec 100644 --- a/platform-enterprise_docs/enterprise/groundswell-helm.md +++ b/platform-enterprise_docs/enterprise/groundswell-helm.md @@ -7,11 +7,11 @@ tags: [helm, deployment, installation, kubernetes, pipeline-optimization] [Helm](https://helm.sh) is an open-source command line tool used for managing Kubernetes applications. Seqera offers a [Helm chart](https://github.com/seqeralabs/helm-charts/tree/pipeline-optimization-0.2.4/platform/charts/pipeline-optimization) to deploy Pipeline Optimization Enterprise on a Kubernetes cluster. -## Prerequisites - +:::info[**Prerequisites**] Other than the basic requirements [already listed in the Pipeline Optimization installation overview](./install-groundswell#prerequisites), you will need: - A Kubernetes cluster - [Helm v3](https://helm.sh/docs/intro/install) and [kubectl](https://kubernetes.io/docs/tasks/tools/) installed locally +::: ## Installation as part of Seqera Platform Enterprise diff --git a/platform-enterprise_docs/enterprise/groundswell-kubernetes.md b/platform-enterprise_docs/enterprise/groundswell-kubernetes.md index 1e8fddcfc..b8f29ed38 100644 --- a/platform-enterprise_docs/enterprise/groundswell-kubernetes.md +++ b/platform-enterprise_docs/enterprise/groundswell-kubernetes.md @@ -7,11 +7,11 @@ tags: [kubernetes, groundswell, pipeline optimization, deployment] This guide describes how to deploy the pipeline optimization service (referred to as `groundswell` in the configuration file) for Seqera Platform Enterprise on Kubernetes. -## Prerequisites - +:::info[**Prerequisites**] Other than the basic requirements [already listed in the Pipeline Optimization installation overview](./install-groundswell#prerequisites), you will need: - A Kubernetes cluster - [kubectl](https://kubernetes.io/docs/tasks/tools/) installed locally +::: ## Procedure diff --git a/platform-enterprise_docs/enterprise/install-groundswell.md b/platform-enterprise_docs/enterprise/install-groundswell.md index 3fc76aa49..3b341dc05 100644 --- a/platform-enterprise_docs/enterprise/install-groundswell.md +++ b/platform-enterprise_docs/enterprise/install-groundswell.md @@ -17,8 +17,7 @@ Pipeline optimization (Groundswell) uses resource usage data from previous workf See each deployment guide for detailed requirements. -## Prerequisites - +:::info[**Prerequisites**] Before you begin, you need: - A running Seqera Platform Enterprise deployment - A MySQL 8 database separate from the one used by Seqera Platform @@ -40,6 +39,7 @@ Before you begin, you need: GRANT SELECT ON `seqera_enterprise`.* TO 'pipeline_optimization_ro'@'%'; FLUSH PRIVILEGES; ``` +::: ## Configuration diff --git a/platform-enterprise_docs/enterprise/install-platform.md b/platform-enterprise_docs/enterprise/install-platform.md index 8ee67a5f3..13a729baa 100644 --- a/platform-enterprise_docs/enterprise/install-platform.md +++ b/platform-enterprise_docs/enterprise/install-platform.md @@ -18,8 +18,7 @@ Seqera Platform Enterprise can be deployed using Docker Compose, Kubernetes, or See each deployment guide for detailed requirements. -## Prerequisites - +:::info[**Prerequisites**] Before you begin, you need: - A MySQL 8 database - A Redis 7 instance @@ -27,3 +26,4 @@ Before you begin, you need: :::note MySQL 8 is the only supported database version from Seqera Enterprise version 23.4 onwards. MySQL 5.6 and 5.7 are not supported. ::: +::: diff --git a/platform-enterprise_docs/enterprise/install-studios.md b/platform-enterprise_docs/enterprise/install-studios.md index ac10391db..7fcaa2d88 100644 --- a/platform-enterprise_docs/enterprise/install-studios.md +++ b/platform-enterprise_docs/enterprise/install-studios.md @@ -17,8 +17,7 @@ Studios provides interactive analysis environments within Seqera Platform. Deplo See each deployment guide for detailed requirements. -## Prerequisites - +:::info[**Prerequisites**] Before you begin, you need: - A running Seqera Platform Enterprise deployment at hostname `example.com` or `platform.example.com` - A Redis 7 instance separate from the one used by Seqera Platform @@ -30,6 +29,7 @@ Before you begin, you need: - `connect.another.subdomain.example.com` - A wildcard DNS record covering the Studios subdomains, e.g., `*.connect.example.com` - Data Explorer enabled in your Seqera Platform instance (automatic with Helm deployments) +::: ## DNS configuration diff --git a/platform-enterprise_docs/enterprise/platform-docker-compose.md b/platform-enterprise_docs/enterprise/platform-docker-compose.md index 2827cd7be..f7dc7ea02 100644 --- a/platform-enterprise_docs/enterprise/platform-docker-compose.md +++ b/platform-enterprise_docs/enterprise/platform-docker-compose.md @@ -7,10 +7,10 @@ tags: [docker, compose, deployment] Docker Compose deployments are suitable for evaluation, development, and small production workloads. -## Prerequisites - +:::info[**Prerequisites**] Other than the basic requirements [already listed in the Platform installation overview](./install-platform#prerequisites), you will need: - Docker Engine and Docker Compose +::: ## Container images diff --git a/platform-enterprise_docs/enterprise/platform-helm.md b/platform-enterprise_docs/enterprise/platform-helm.md index 0bb2288fa..f1fc19fab 100644 --- a/platform-enterprise_docs/enterprise/platform-helm.md +++ b/platform-enterprise_docs/enterprise/platform-helm.md @@ -7,11 +7,11 @@ tags: [helm, deployment, installation, kubernetes] [Helm](https://helm.sh) is an open-source command line tool used for managing Kubernetes applications. Seqera offers a [Helm chart](https://github.com/seqeralabs/helm-charts/tree/platform-0.20.1/platform) to deploy Seqera Platform Enterprise on a Kubernetes cluster. -## Prerequisites - +:::info[**Prerequisites**] Other than the basic requirements [already listed in the Platform installation overview](./install-platform#prerequisites), you will need: - A Kubernetes cluster - [Helm v3](https://helm.sh/docs/intro/install) and [kubectl](https://kubernetes.io/docs/tasks/tools/) installed locally +::: ## Installing the Helm chart diff --git a/platform-enterprise_docs/enterprise/platform-kubernetes.md b/platform-enterprise_docs/enterprise/platform-kubernetes.md index 2ae3a7ae3..bed465a21 100644 --- a/platform-enterprise_docs/enterprise/platform-kubernetes.md +++ b/platform-enterprise_docs/enterprise/platform-kubernetes.md @@ -7,11 +7,11 @@ tags: [kubernetes, deployment] Kubernetes deployments are recommended for production workloads requiring high availability and scalability. -## Prerequisites - +:::info[**Prerequisites**] Other than the basic requirements [already listed in the Platform installation overview](./install-platform#prerequisites), you will need: - A Kubernetes cluster - [kubectl](https://kubernetes.io/docs/tasks/tools/) installed locally +::: ### Recommended resources diff --git a/platform-enterprise_docs/enterprise/studios-docker-compose.md b/platform-enterprise_docs/enterprise/studios-docker-compose.md index e24467ceb..a92e48666 100644 --- a/platform-enterprise_docs/enterprise/studios-docker-compose.md +++ b/platform-enterprise_docs/enterprise/studios-docker-compose.md @@ -7,10 +7,10 @@ tags: [docker, compose, studios, deployment] This guide describes how to deploy Studios for Seqera Platform Enterprise with Docker Compose. -## Prerequisites - +:::info[**Prerequisites**] Other than the basic requirements [already listed in the Studios installation overview](./install-studios#prerequisites), you will need: - Docker Engine and Docker Compose +::: ## Procedure diff --git a/platform-enterprise_docs/enterprise/studios-helm.md b/platform-enterprise_docs/enterprise/studios-helm.md index 4a8ba6157..49a64fa47 100644 --- a/platform-enterprise_docs/enterprise/studios-helm.md +++ b/platform-enterprise_docs/enterprise/studios-helm.md @@ -7,11 +7,11 @@ tags: [helm, deployment, installation, kubernetes, studios] [Helm](https://helm.sh) is an open-source command line tool used for managing Kubernetes applications. Seqera offers a [Helm chart](https://github.com/seqeralabs/helm-charts/tree/studios-1.1.3/platform/charts/studios) to deploy Studios Enterprise on a Kubernetes cluster. -## Prerequisites - +:::info[**Prerequisites**] Other than the basic requirements [already listed in the Studios installation overview](./install-studios#prerequisites), you will need: - A Kubernetes cluster - [Helm v3](https://helm.sh/docs/intro/install) and [kubectl](https://kubernetes.io/docs/tasks/tools/) installed locally +::: ## Installation as part of Seqera Platform Enterprise diff --git a/platform-enterprise_docs/enterprise/studios-kubernetes.md b/platform-enterprise_docs/enterprise/studios-kubernetes.md index c05bd360b..2f1973b05 100644 --- a/platform-enterprise_docs/enterprise/studios-kubernetes.md +++ b/platform-enterprise_docs/enterprise/studios-kubernetes.md @@ -7,11 +7,11 @@ tags: [kubernetes, studios, deployment] This guide describes how to deploy Studios for Seqera Platform Enterprise on Kubernetes. -## Prerequisites - +:::info[**Prerequisites**] Other than the basic requirements [already listed in the Studios installation overview](./install-studios#prerequisites), you will need: - A Kubernetes cluster - [kubectl](https://kubernetes.io/docs/tasks/tools/) installed locally +::: ## Tool configuration diff --git a/platform-enterprise_docs/enterprise/studios-ssh.md b/platform-enterprise_docs/enterprise/studios-ssh.md index 679297792..02870e48c 100644 --- a/platform-enterprise_docs/enterprise/studios-ssh.md +++ b/platform-enterprise_docs/enterprise/studios-ssh.md @@ -21,12 +21,12 @@ To enable SSH access to running Studio sessions, you need: If you have pinned Studio container images to specific versions, you will need to [migrate](../studios/managing#migrate-a-studio-from-an-earlier-container-image-template) them to the required Connect client version. -## Prerequisites - +:::info[**Prerequisites**] - Studios enabled (see [Studios installation](./install-studios)) - Access to Platform configuration - Administrative access to modify your deployment infrastructure - Ability to configure network routing and firewall rules +::: ## Requirements overview From 723bbd132bc768c95c5651767aa68bbe8edceab1 Mon Sep 17 00:00:00 2001 From: Justine Geffen Date: Tue, 24 Feb 2026 19:11:32 +0200 Subject: [PATCH 2/4] docs: Convert Prerequisites sections to admonitions in enterprise docs Convert all Prerequisites sections from headings to info admonitions across Platform Enterprise documentation and version 25.3. This provides better visual consistency and improves the user experience by making prerequisite information more prominent and accessible. Changes: - Convert 40 files from ## Prerequisites headings to :::info admonitions - Add HTML anchors () to preserve backward compatibility for internal links - Apply changes to both current and versioned (25.3) documentation Files updated: - Installation docs (Platform, Studios, Groundswell) - Authentication provider docs (Email, Entra, GitHub, Google, Keycloak, Okta) - Manual Azure Batch setup documentation Co-Authored-By: Claude Sonnet 4.5 --- .../enterprise/advanced-topics/manual-azure-batch-setup.md | 2 ++ .../enterprise/advanced-topics/seqera-container-images.md | 2 +- .../enterprise/configuration/authentication/email.md | 2 ++ .../enterprise/configuration/authentication/entra.md | 2 ++ .../enterprise/configuration/authentication/github.md | 2 ++ .../enterprise/configuration/authentication/google.md | 2 ++ .../enterprise/configuration/authentication/keycloak.md | 2 ++ .../enterprise/configuration/authentication/okta.md | 2 ++ .../enterprise/groundswell-docker-compose.md | 2 ++ platform-enterprise_docs/enterprise/groundswell-helm.md | 2 ++ platform-enterprise_docs/enterprise/groundswell-kubernetes.md | 2 ++ platform-enterprise_docs/enterprise/install-groundswell.md | 2 ++ platform-enterprise_docs/enterprise/install-platform.md | 2 ++ platform-enterprise_docs/enterprise/install-studios.md | 2 ++ .../enterprise/platform-docker-compose.md | 2 ++ platform-enterprise_docs/enterprise/platform-helm.md | 2 ++ platform-enterprise_docs/enterprise/platform-kubernetes.md | 2 ++ platform-enterprise_docs/enterprise/studios-docker-compose.md | 2 ++ platform-enterprise_docs/enterprise/studios-helm.md | 2 ++ platform-enterprise_docs/enterprise/studios-kubernetes.md | 2 ++ platform-enterprise_docs/enterprise/studios-ssh.md | 2 ++ .../enterprise/advanced-topics/manual-azure-batch-setup.md | 4 +++- .../enterprise/advanced-topics/seqera-container-images.md | 2 +- .../enterprise/configuration/authentication/email.md | 4 +++- .../enterprise/configuration/authentication/entra.md | 4 +++- .../enterprise/configuration/authentication/github.md | 4 +++- .../enterprise/configuration/authentication/google.md | 4 +++- .../enterprise/configuration/authentication/keycloak.md | 4 +++- .../enterprise/configuration/authentication/okta.md | 4 +++- .../version-25.3/enterprise/groundswell-docker-compose.md | 4 +++- .../version-25.3/enterprise/groundswell-helm.md | 4 +++- .../version-25.3/enterprise/groundswell-kubernetes.md | 4 +++- .../version-25.3/enterprise/install-groundswell.md | 4 +++- .../version-25.3/enterprise/install-platform.md | 4 +++- .../version-25.3/enterprise/install-studios.md | 4 +++- .../version-25.3/enterprise/platform-docker-compose.md | 4 +++- .../version-25.3/enterprise/platform-helm.md | 4 +++- .../version-25.3/enterprise/platform-kubernetes.md | 4 +++- .../version-25.3/enterprise/studios-docker-compose.md | 4 +++- .../version-25.3/enterprise/studios-helm.md | 4 +++- .../version-25.3/enterprise/studios-kubernetes.md | 4 +++- .../version-25.3/enterprise/studios-ssh.md | 4 +++- 42 files changed, 102 insertions(+), 22 deletions(-) diff --git a/platform-enterprise_docs/enterprise/advanced-topics/manual-azure-batch-setup.md b/platform-enterprise_docs/enterprise/advanced-topics/manual-azure-batch-setup.md index 9f6bf1241..5d98c4b35 100644 --- a/platform-enterprise_docs/enterprise/advanced-topics/manual-azure-batch-setup.md +++ b/platform-enterprise_docs/enterprise/advanced-topics/manual-azure-batch-setup.md @@ -8,6 +8,8 @@ This guide details how to set up more complex Azure Batch compute environments w The first step indicates how to configure a simple Azure Batch compute environment on Azure and Seqera Platform, however beyond that is not required for most users and is only recommended for those who need to customize their compute environments. + + :::info[**Prerequisites**] - An Azure account with sufficient permissions to create resources. - [Azure CLI][install-azure-cli] diff --git a/platform-enterprise_docs/enterprise/advanced-topics/seqera-container-images.md b/platform-enterprise_docs/enterprise/advanced-topics/seqera-container-images.md index af8a462c9..8ac26f149 100644 --- a/platform-enterprise_docs/enterprise/advanced-topics/seqera-container-images.md +++ b/platform-enterprise_docs/enterprise/advanced-topics/seqera-container-images.md @@ -47,4 +47,4 @@ Seqera publishes legacy Seqera Enterprise containers to a private Elastic Contai docker pull ${REPOSITORY_URL}/backend:${TAG} docker pull ${REPOSITORY_URL}/frontend:${TAG} - ``` \ No newline at end of file + ``` diff --git a/platform-enterprise_docs/enterprise/configuration/authentication/email.md b/platform-enterprise_docs/enterprise/configuration/authentication/email.md index 394f4fb0d..3d223dffb 100644 --- a/platform-enterprise_docs/enterprise/configuration/authentication/email.md +++ b/platform-enterprise_docs/enterprise/configuration/authentication/email.md @@ -17,6 +17,8 @@ Email authentication provides a passwordless login experience where users: New users are automatically registered on their first login if their email address matches the trusted email patterns. The access link contains a time-limited token that expires after use. + + :::info[**Prerequisites**] Before enabling email authentication, you need: diff --git a/platform-enterprise_docs/enterprise/configuration/authentication/entra.md b/platform-enterprise_docs/enterprise/configuration/authentication/entra.md index f5a5db61a..347be8d39 100644 --- a/platform-enterprise_docs/enterprise/configuration/authentication/entra.md +++ b/platform-enterprise_docs/enterprise/configuration/authentication/entra.md @@ -7,6 +7,8 @@ tags: [authentication, entra, azure, oidc] Configure [Microsoft Entra ID](https://learn.microsoft.com/en-us/entra/identity-platform/v2-protocols-oidc) as a single sign-on (SSO) provider for Seqera Platform using OpenID Connect. + + :::info[**Prerequisites**] Before you begin, you need: diff --git a/platform-enterprise_docs/enterprise/configuration/authentication/github.md b/platform-enterprise_docs/enterprise/configuration/authentication/github.md index be69690db..a84cc6d0e 100644 --- a/platform-enterprise_docs/enterprise/configuration/authentication/github.md +++ b/platform-enterprise_docs/enterprise/configuration/authentication/github.md @@ -7,6 +7,8 @@ tags: [authentication, github, oauth] Configure GitHub as a single sign-on (SSO) provider for Seqera Platform. + + :::info[**Prerequisites**] Before you begin, you need: diff --git a/platform-enterprise_docs/enterprise/configuration/authentication/google.md b/platform-enterprise_docs/enterprise/configuration/authentication/google.md index 01512183c..116cef8d6 100644 --- a/platform-enterprise_docs/enterprise/configuration/authentication/google.md +++ b/platform-enterprise_docs/enterprise/configuration/authentication/google.md @@ -7,6 +7,8 @@ tags: [authentication, google, oauth] Configure Google as a single sign-on (SSO) provider for Seqera Platform. + + :::info[**Prerequisites**] Before you begin, you need: diff --git a/platform-enterprise_docs/enterprise/configuration/authentication/keycloak.md b/platform-enterprise_docs/enterprise/configuration/authentication/keycloak.md index c9936d405..b7c4a688a 100644 --- a/platform-enterprise_docs/enterprise/configuration/authentication/keycloak.md +++ b/platform-enterprise_docs/enterprise/configuration/authentication/keycloak.md @@ -7,6 +7,8 @@ tags: [authentication, keycloak, oidc] Configure [Keycloak](https://www.keycloak.org/) as a single sign-on (SSO) provider for Seqera Platform using OpenID Connect. + + :::info[**Prerequisites**] Before you begin, you need: diff --git a/platform-enterprise_docs/enterprise/configuration/authentication/okta.md b/platform-enterprise_docs/enterprise/configuration/authentication/okta.md index 69e50ba81..fa7e1fa8a 100644 --- a/platform-enterprise_docs/enterprise/configuration/authentication/okta.md +++ b/platform-enterprise_docs/enterprise/configuration/authentication/okta.md @@ -7,6 +7,8 @@ tags: [authentication, okta, oidc] Configure [Okta](https://www.okta.com/) as a single sign-on (SSO) provider for Seqera Platform using OpenID Connect. + + :::info[**Prerequisites**] Before you begin, you need: diff --git a/platform-enterprise_docs/enterprise/groundswell-docker-compose.md b/platform-enterprise_docs/enterprise/groundswell-docker-compose.md index 948e10960..5bb9f46a2 100644 --- a/platform-enterprise_docs/enterprise/groundswell-docker-compose.md +++ b/platform-enterprise_docs/enterprise/groundswell-docker-compose.md @@ -7,6 +7,8 @@ tags: [docker, compose, groundswell, pipeline optimization, deployment] This guide describes how to deploy the pipeline optimization service (referred to as `groundswell` in the configuration file) for Seqera Platform Enterprise using Docker Compose. + + :::info[**Prerequisites**] Other than the basic requirements [already listed in the Pipeline Optimization installation overview](./install-groundswell#prerequisites), you will need: - Docker Engine and Docker Compose diff --git a/platform-enterprise_docs/enterprise/groundswell-helm.md b/platform-enterprise_docs/enterprise/groundswell-helm.md index 5700e03ec..c540e7b82 100644 --- a/platform-enterprise_docs/enterprise/groundswell-helm.md +++ b/platform-enterprise_docs/enterprise/groundswell-helm.md @@ -7,6 +7,8 @@ tags: [helm, deployment, installation, kubernetes, pipeline-optimization] [Helm](https://helm.sh) is an open-source command line tool used for managing Kubernetes applications. Seqera offers a [Helm chart](https://github.com/seqeralabs/helm-charts/tree/pipeline-optimization-0.2.4/platform/charts/pipeline-optimization) to deploy Pipeline Optimization Enterprise on a Kubernetes cluster. + + :::info[**Prerequisites**] Other than the basic requirements [already listed in the Pipeline Optimization installation overview](./install-groundswell#prerequisites), you will need: - A Kubernetes cluster diff --git a/platform-enterprise_docs/enterprise/groundswell-kubernetes.md b/platform-enterprise_docs/enterprise/groundswell-kubernetes.md index b8f29ed38..7f433c681 100644 --- a/platform-enterprise_docs/enterprise/groundswell-kubernetes.md +++ b/platform-enterprise_docs/enterprise/groundswell-kubernetes.md @@ -7,6 +7,8 @@ tags: [kubernetes, groundswell, pipeline optimization, deployment] This guide describes how to deploy the pipeline optimization service (referred to as `groundswell` in the configuration file) for Seqera Platform Enterprise on Kubernetes. + + :::info[**Prerequisites**] Other than the basic requirements [already listed in the Pipeline Optimization installation overview](./install-groundswell#prerequisites), you will need: - A Kubernetes cluster diff --git a/platform-enterprise_docs/enterprise/install-groundswell.md b/platform-enterprise_docs/enterprise/install-groundswell.md index 3b341dc05..2c7f9a6eb 100644 --- a/platform-enterprise_docs/enterprise/install-groundswell.md +++ b/platform-enterprise_docs/enterprise/install-groundswell.md @@ -17,6 +17,8 @@ Pipeline optimization (Groundswell) uses resource usage data from previous workf See each deployment guide for detailed requirements. + + :::info[**Prerequisites**] Before you begin, you need: - A running Seqera Platform Enterprise deployment diff --git a/platform-enterprise_docs/enterprise/install-platform.md b/platform-enterprise_docs/enterprise/install-platform.md index 13a729baa..b865639db 100644 --- a/platform-enterprise_docs/enterprise/install-platform.md +++ b/platform-enterprise_docs/enterprise/install-platform.md @@ -18,6 +18,8 @@ Seqera Platform Enterprise can be deployed using Docker Compose, Kubernetes, or See each deployment guide for detailed requirements. + + :::info[**Prerequisites**] Before you begin, you need: - A MySQL 8 database diff --git a/platform-enterprise_docs/enterprise/install-studios.md b/platform-enterprise_docs/enterprise/install-studios.md index 7fcaa2d88..887bc0735 100644 --- a/platform-enterprise_docs/enterprise/install-studios.md +++ b/platform-enterprise_docs/enterprise/install-studios.md @@ -17,6 +17,8 @@ Studios provides interactive analysis environments within Seqera Platform. Deplo See each deployment guide for detailed requirements. + + :::info[**Prerequisites**] Before you begin, you need: - A running Seqera Platform Enterprise deployment at hostname `example.com` or `platform.example.com` diff --git a/platform-enterprise_docs/enterprise/platform-docker-compose.md b/platform-enterprise_docs/enterprise/platform-docker-compose.md index f7dc7ea02..a366e6439 100644 --- a/platform-enterprise_docs/enterprise/platform-docker-compose.md +++ b/platform-enterprise_docs/enterprise/platform-docker-compose.md @@ -7,6 +7,8 @@ tags: [docker, compose, deployment] Docker Compose deployments are suitable for evaluation, development, and small production workloads. + + :::info[**Prerequisites**] Other than the basic requirements [already listed in the Platform installation overview](./install-platform#prerequisites), you will need: - Docker Engine and Docker Compose diff --git a/platform-enterprise_docs/enterprise/platform-helm.md b/platform-enterprise_docs/enterprise/platform-helm.md index f1fc19fab..121438ddf 100644 --- a/platform-enterprise_docs/enterprise/platform-helm.md +++ b/platform-enterprise_docs/enterprise/platform-helm.md @@ -7,6 +7,8 @@ tags: [helm, deployment, installation, kubernetes] [Helm](https://helm.sh) is an open-source command line tool used for managing Kubernetes applications. Seqera offers a [Helm chart](https://github.com/seqeralabs/helm-charts/tree/platform-0.20.1/platform) to deploy Seqera Platform Enterprise on a Kubernetes cluster. + + :::info[**Prerequisites**] Other than the basic requirements [already listed in the Platform installation overview](./install-platform#prerequisites), you will need: - A Kubernetes cluster diff --git a/platform-enterprise_docs/enterprise/platform-kubernetes.md b/platform-enterprise_docs/enterprise/platform-kubernetes.md index bed465a21..d1ec5382f 100644 --- a/platform-enterprise_docs/enterprise/platform-kubernetes.md +++ b/platform-enterprise_docs/enterprise/platform-kubernetes.md @@ -7,6 +7,8 @@ tags: [kubernetes, deployment] Kubernetes deployments are recommended for production workloads requiring high availability and scalability. + + :::info[**Prerequisites**] Other than the basic requirements [already listed in the Platform installation overview](./install-platform#prerequisites), you will need: - A Kubernetes cluster diff --git a/platform-enterprise_docs/enterprise/studios-docker-compose.md b/platform-enterprise_docs/enterprise/studios-docker-compose.md index a92e48666..f6e4aa5da 100644 --- a/platform-enterprise_docs/enterprise/studios-docker-compose.md +++ b/platform-enterprise_docs/enterprise/studios-docker-compose.md @@ -7,6 +7,8 @@ tags: [docker, compose, studios, deployment] This guide describes how to deploy Studios for Seqera Platform Enterprise with Docker Compose. + + :::info[**Prerequisites**] Other than the basic requirements [already listed in the Studios installation overview](./install-studios#prerequisites), you will need: - Docker Engine and Docker Compose diff --git a/platform-enterprise_docs/enterprise/studios-helm.md b/platform-enterprise_docs/enterprise/studios-helm.md index 49a64fa47..e2c94e269 100644 --- a/platform-enterprise_docs/enterprise/studios-helm.md +++ b/platform-enterprise_docs/enterprise/studios-helm.md @@ -7,6 +7,8 @@ tags: [helm, deployment, installation, kubernetes, studios] [Helm](https://helm.sh) is an open-source command line tool used for managing Kubernetes applications. Seqera offers a [Helm chart](https://github.com/seqeralabs/helm-charts/tree/studios-1.1.3/platform/charts/studios) to deploy Studios Enterprise on a Kubernetes cluster. + + :::info[**Prerequisites**] Other than the basic requirements [already listed in the Studios installation overview](./install-studios#prerequisites), you will need: - A Kubernetes cluster diff --git a/platform-enterprise_docs/enterprise/studios-kubernetes.md b/platform-enterprise_docs/enterprise/studios-kubernetes.md index 2f1973b05..c0552e8f9 100644 --- a/platform-enterprise_docs/enterprise/studios-kubernetes.md +++ b/platform-enterprise_docs/enterprise/studios-kubernetes.md @@ -7,6 +7,8 @@ tags: [kubernetes, studios, deployment] This guide describes how to deploy Studios for Seqera Platform Enterprise on Kubernetes. + + :::info[**Prerequisites**] Other than the basic requirements [already listed in the Studios installation overview](./install-studios#prerequisites), you will need: - A Kubernetes cluster diff --git a/platform-enterprise_docs/enterprise/studios-ssh.md b/platform-enterprise_docs/enterprise/studios-ssh.md index 02870e48c..41e4ab288 100644 --- a/platform-enterprise_docs/enterprise/studios-ssh.md +++ b/platform-enterprise_docs/enterprise/studios-ssh.md @@ -21,6 +21,8 @@ To enable SSH access to running Studio sessions, you need: If you have pinned Studio container images to specific versions, you will need to [migrate](../studios/managing#migrate-a-studio-from-an-earlier-container-image-template) them to the required Connect client version. + + :::info[**Prerequisites**] - Studios enabled (see [Studios installation](./install-studios)) - Access to Platform configuration diff --git a/platform-enterprise_versioned_docs/version-25.3/enterprise/advanced-topics/manual-azure-batch-setup.md b/platform-enterprise_versioned_docs/version-25.3/enterprise/advanced-topics/manual-azure-batch-setup.md index 4e7c9894d..5d98c4b35 100644 --- a/platform-enterprise_versioned_docs/version-25.3/enterprise/advanced-topics/manual-azure-batch-setup.md +++ b/platform-enterprise_versioned_docs/version-25.3/enterprise/advanced-topics/manual-azure-batch-setup.md @@ -8,11 +8,13 @@ This guide details how to set up more complex Azure Batch compute environments w The first step indicates how to configure a simple Azure Batch compute environment on Azure and Seqera Platform, however beyond that is not required for most users and is only recommended for those who need to customize their compute environments. -## Prerequisites + +:::info[**Prerequisites**] - An Azure account with sufficient permissions to create resources. - [Azure CLI][install-azure-cli] - [Seqera Platform CLI][install-seqera-cli] +::: ### Set up Azure Batch diff --git a/platform-enterprise_versioned_docs/version-25.3/enterprise/advanced-topics/seqera-container-images.md b/platform-enterprise_versioned_docs/version-25.3/enterprise/advanced-topics/seqera-container-images.md index af8a462c9..8ac26f149 100644 --- a/platform-enterprise_versioned_docs/version-25.3/enterprise/advanced-topics/seqera-container-images.md +++ b/platform-enterprise_versioned_docs/version-25.3/enterprise/advanced-topics/seqera-container-images.md @@ -47,4 +47,4 @@ Seqera publishes legacy Seqera Enterprise containers to a private Elastic Contai docker pull ${REPOSITORY_URL}/backend:${TAG} docker pull ${REPOSITORY_URL}/frontend:${TAG} - ``` \ No newline at end of file + ``` diff --git a/platform-enterprise_versioned_docs/version-25.3/enterprise/configuration/authentication/email.md b/platform-enterprise_versioned_docs/version-25.3/enterprise/configuration/authentication/email.md index 62bfaca25..3d223dffb 100644 --- a/platform-enterprise_versioned_docs/version-25.3/enterprise/configuration/authentication/email.md +++ b/platform-enterprise_versioned_docs/version-25.3/enterprise/configuration/authentication/email.md @@ -17,12 +17,14 @@ Email authentication provides a passwordless login experience where users: New users are automatically registered on their first login if their email address matches the trusted email patterns. The access link contains a time-limited token that expires after use. -## Prerequisites + +:::info[**Prerequisites**] Before enabling email authentication, you need: - A configured SMTP server for sending authentication emails - Valid SMTP credentials with permission to send emails +::: ## Configure SMTP diff --git a/platform-enterprise_versioned_docs/version-25.3/enterprise/configuration/authentication/entra.md b/platform-enterprise_versioned_docs/version-25.3/enterprise/configuration/authentication/entra.md index 497c10ad1..347be8d39 100644 --- a/platform-enterprise_versioned_docs/version-25.3/enterprise/configuration/authentication/entra.md +++ b/platform-enterprise_versioned_docs/version-25.3/enterprise/configuration/authentication/entra.md @@ -7,14 +7,16 @@ tags: [authentication, entra, azure, oidc] Configure [Microsoft Entra ID](https://learn.microsoft.com/en-us/entra/identity-platform/v2-protocols-oidc) as a single sign-on (SSO) provider for Seqera Platform using OpenID Connect. -## Prerequisites + +:::info[**Prerequisites**] Before you begin, you need: - An Azure account with Entra ID access - Permission to create app registrations Ensure you know how to register applications in Entra ID. See Microsoft's documentation on [registering an application](https://learn.microsoft.com/en-us/entra/identity-platform/quickstart-register-app) for more information. +::: ## Register an Entra ID application diff --git a/platform-enterprise_versioned_docs/version-25.3/enterprise/configuration/authentication/github.md b/platform-enterprise_versioned_docs/version-25.3/enterprise/configuration/authentication/github.md index 033ca0b69..a84cc6d0e 100644 --- a/platform-enterprise_versioned_docs/version-25.3/enterprise/configuration/authentication/github.md +++ b/platform-enterprise_versioned_docs/version-25.3/enterprise/configuration/authentication/github.md @@ -7,14 +7,16 @@ tags: [authentication, github, oauth] Configure GitHub as a single sign-on (SSO) provider for Seqera Platform. -## Prerequisites + +:::info[**Prerequisites**] Before you begin, you need: - A GitHub organization - Permission to create OAuth Apps in your organization Ensure you know how to create a GitHub OAuth app. See GitHub's documentation on [creating an OAuth app](https://docs.github.com/en/apps/oauth-apps/building-oauth-apps/creating-an-oauth-app) for more information. +::: ## Create a GitHub OAuth App diff --git a/platform-enterprise_versioned_docs/version-25.3/enterprise/configuration/authentication/google.md b/platform-enterprise_versioned_docs/version-25.3/enterprise/configuration/authentication/google.md index 136c19919..116cef8d6 100644 --- a/platform-enterprise_versioned_docs/version-25.3/enterprise/configuration/authentication/google.md +++ b/platform-enterprise_versioned_docs/version-25.3/enterprise/configuration/authentication/google.md @@ -7,14 +7,16 @@ tags: [authentication, google, oauth] Configure Google as a single sign-on (SSO) provider for Seqera Platform. -## Prerequisites + +:::info[**Prerequisites**] Before you begin, you need: - A Google Cloud account - Permission to create OAuth credentials in the Google Cloud console Ensure you know how to create Google OAuth credentials. See Google's documentation on [setting up OAuth 2.0](https://support.google.com/cloud/answer/6158849) for more information. +::: ## Create Google OAuth credentials diff --git a/platform-enterprise_versioned_docs/version-25.3/enterprise/configuration/authentication/keycloak.md b/platform-enterprise_versioned_docs/version-25.3/enterprise/configuration/authentication/keycloak.md index 66cf095b5..b7c4a688a 100644 --- a/platform-enterprise_versioned_docs/version-25.3/enterprise/configuration/authentication/keycloak.md +++ b/platform-enterprise_versioned_docs/version-25.3/enterprise/configuration/authentication/keycloak.md @@ -7,14 +7,16 @@ tags: [authentication, keycloak, oidc] Configure [Keycloak](https://www.keycloak.org/) as a single sign-on (SSO) provider for Seqera Platform using OpenID Connect. -## Prerequisites + +:::info[**Prerequisites**] Before you begin, you need: - A Keycloak instance - Admin access to create clients in Keycloak Ensure you know how to configure Keycloak clients. See the [Keycloak documentation](https://www.keycloak.org/docs/latest/server_admin/#assembly-managing-clients_server_administration_guide) for more information. +::: ## Create a Keycloak client diff --git a/platform-enterprise_versioned_docs/version-25.3/enterprise/configuration/authentication/okta.md b/platform-enterprise_versioned_docs/version-25.3/enterprise/configuration/authentication/okta.md index 4cfed30f9..fa7e1fa8a 100644 --- a/platform-enterprise_versioned_docs/version-25.3/enterprise/configuration/authentication/okta.md +++ b/platform-enterprise_versioned_docs/version-25.3/enterprise/configuration/authentication/okta.md @@ -7,14 +7,16 @@ tags: [authentication, okta, oidc] Configure [Okta](https://www.okta.com/) as a single sign-on (SSO) provider for Seqera Platform using OpenID Connect. -## Prerequisites + +:::info[**Prerequisites**] Before you begin, you need: - An Okta organization - Administrator access to create applications Ensure you know how to create Okta app integrations. See Okta's documentation on [creating OIDC app integrations](https://help.okta.com/en-us/content/topics/apps/apps_app_integration_wizard_oidc.htm) for more information. +::: ## Create an Okta app integration diff --git a/platform-enterprise_versioned_docs/version-25.3/enterprise/groundswell-docker-compose.md b/platform-enterprise_versioned_docs/version-25.3/enterprise/groundswell-docker-compose.md index 086e79ff9..5bb9f46a2 100644 --- a/platform-enterprise_versioned_docs/version-25.3/enterprise/groundswell-docker-compose.md +++ b/platform-enterprise_versioned_docs/version-25.3/enterprise/groundswell-docker-compose.md @@ -7,10 +7,12 @@ tags: [docker, compose, groundswell, pipeline optimization, deployment] This guide describes how to deploy the pipeline optimization service (referred to as `groundswell` in the configuration file) for Seqera Platform Enterprise using Docker Compose. -## Prerequisites + +:::info[**Prerequisites**] Other than the basic requirements [already listed in the Pipeline Optimization installation overview](./install-groundswell#prerequisites), you will need: - Docker Engine and Docker Compose +::: ## New installation diff --git a/platform-enterprise_versioned_docs/version-25.3/enterprise/groundswell-helm.md b/platform-enterprise_versioned_docs/version-25.3/enterprise/groundswell-helm.md index 4bf998b62..c540e7b82 100644 --- a/platform-enterprise_versioned_docs/version-25.3/enterprise/groundswell-helm.md +++ b/platform-enterprise_versioned_docs/version-25.3/enterprise/groundswell-helm.md @@ -7,11 +7,13 @@ tags: [helm, deployment, installation, kubernetes, pipeline-optimization] [Helm](https://helm.sh) is an open-source command line tool used for managing Kubernetes applications. Seqera offers a [Helm chart](https://github.com/seqeralabs/helm-charts/tree/pipeline-optimization-0.2.4/platform/charts/pipeline-optimization) to deploy Pipeline Optimization Enterprise on a Kubernetes cluster. -## Prerequisites + +:::info[**Prerequisites**] Other than the basic requirements [already listed in the Pipeline Optimization installation overview](./install-groundswell#prerequisites), you will need: - A Kubernetes cluster - [Helm v3](https://helm.sh/docs/intro/install) and [kubectl](https://kubernetes.io/docs/tasks/tools/) installed locally +::: ## Installation as part of Seqera Platform Enterprise diff --git a/platform-enterprise_versioned_docs/version-25.3/enterprise/groundswell-kubernetes.md b/platform-enterprise_versioned_docs/version-25.3/enterprise/groundswell-kubernetes.md index 1e8fddcfc..7f433c681 100644 --- a/platform-enterprise_versioned_docs/version-25.3/enterprise/groundswell-kubernetes.md +++ b/platform-enterprise_versioned_docs/version-25.3/enterprise/groundswell-kubernetes.md @@ -7,11 +7,13 @@ tags: [kubernetes, groundswell, pipeline optimization, deployment] This guide describes how to deploy the pipeline optimization service (referred to as `groundswell` in the configuration file) for Seqera Platform Enterprise on Kubernetes. -## Prerequisites + +:::info[**Prerequisites**] Other than the basic requirements [already listed in the Pipeline Optimization installation overview](./install-groundswell#prerequisites), you will need: - A Kubernetes cluster - [kubectl](https://kubernetes.io/docs/tasks/tools/) installed locally +::: ## Procedure diff --git a/platform-enterprise_versioned_docs/version-25.3/enterprise/install-groundswell.md b/platform-enterprise_versioned_docs/version-25.3/enterprise/install-groundswell.md index 3fc76aa49..2c7f9a6eb 100644 --- a/platform-enterprise_versioned_docs/version-25.3/enterprise/install-groundswell.md +++ b/platform-enterprise_versioned_docs/version-25.3/enterprise/install-groundswell.md @@ -17,8 +17,9 @@ Pipeline optimization (Groundswell) uses resource usage data from previous workf See each deployment guide for detailed requirements. -## Prerequisites + +:::info[**Prerequisites**] Before you begin, you need: - A running Seqera Platform Enterprise deployment - A MySQL 8 database separate from the one used by Seqera Platform @@ -40,6 +41,7 @@ Before you begin, you need: GRANT SELECT ON `seqera_enterprise`.* TO 'pipeline_optimization_ro'@'%'; FLUSH PRIVILEGES; ``` +::: ## Configuration diff --git a/platform-enterprise_versioned_docs/version-25.3/enterprise/install-platform.md b/platform-enterprise_versioned_docs/version-25.3/enterprise/install-platform.md index 8ee67a5f3..b865639db 100644 --- a/platform-enterprise_versioned_docs/version-25.3/enterprise/install-platform.md +++ b/platform-enterprise_versioned_docs/version-25.3/enterprise/install-platform.md @@ -18,8 +18,9 @@ Seqera Platform Enterprise can be deployed using Docker Compose, Kubernetes, or See each deployment guide for detailed requirements. -## Prerequisites + +:::info[**Prerequisites**] Before you begin, you need: - A MySQL 8 database - A Redis 7 instance @@ -27,3 +28,4 @@ Before you begin, you need: :::note MySQL 8 is the only supported database version from Seqera Enterprise version 23.4 onwards. MySQL 5.6 and 5.7 are not supported. ::: +::: diff --git a/platform-enterprise_versioned_docs/version-25.3/enterprise/install-studios.md b/platform-enterprise_versioned_docs/version-25.3/enterprise/install-studios.md index ac10391db..887bc0735 100644 --- a/platform-enterprise_versioned_docs/version-25.3/enterprise/install-studios.md +++ b/platform-enterprise_versioned_docs/version-25.3/enterprise/install-studios.md @@ -17,8 +17,9 @@ Studios provides interactive analysis environments within Seqera Platform. Deplo See each deployment guide for detailed requirements. -## Prerequisites + +:::info[**Prerequisites**] Before you begin, you need: - A running Seqera Platform Enterprise deployment at hostname `example.com` or `platform.example.com` - A Redis 7 instance separate from the one used by Seqera Platform @@ -30,6 +31,7 @@ Before you begin, you need: - `connect.another.subdomain.example.com` - A wildcard DNS record covering the Studios subdomains, e.g., `*.connect.example.com` - Data Explorer enabled in your Seqera Platform instance (automatic with Helm deployments) +::: ## DNS configuration diff --git a/platform-enterprise_versioned_docs/version-25.3/enterprise/platform-docker-compose.md b/platform-enterprise_versioned_docs/version-25.3/enterprise/platform-docker-compose.md index 2827cd7be..a366e6439 100644 --- a/platform-enterprise_versioned_docs/version-25.3/enterprise/platform-docker-compose.md +++ b/platform-enterprise_versioned_docs/version-25.3/enterprise/platform-docker-compose.md @@ -7,10 +7,12 @@ tags: [docker, compose, deployment] Docker Compose deployments are suitable for evaluation, development, and small production workloads. -## Prerequisites + +:::info[**Prerequisites**] Other than the basic requirements [already listed in the Platform installation overview](./install-platform#prerequisites), you will need: - Docker Engine and Docker Compose +::: ## Container images diff --git a/platform-enterprise_versioned_docs/version-25.3/enterprise/platform-helm.md b/platform-enterprise_versioned_docs/version-25.3/enterprise/platform-helm.md index 0bb2288fa..121438ddf 100644 --- a/platform-enterprise_versioned_docs/version-25.3/enterprise/platform-helm.md +++ b/platform-enterprise_versioned_docs/version-25.3/enterprise/platform-helm.md @@ -7,11 +7,13 @@ tags: [helm, deployment, installation, kubernetes] [Helm](https://helm.sh) is an open-source command line tool used for managing Kubernetes applications. Seqera offers a [Helm chart](https://github.com/seqeralabs/helm-charts/tree/platform-0.20.1/platform) to deploy Seqera Platform Enterprise on a Kubernetes cluster. -## Prerequisites + +:::info[**Prerequisites**] Other than the basic requirements [already listed in the Platform installation overview](./install-platform#prerequisites), you will need: - A Kubernetes cluster - [Helm v3](https://helm.sh/docs/intro/install) and [kubectl](https://kubernetes.io/docs/tasks/tools/) installed locally +::: ## Installing the Helm chart diff --git a/platform-enterprise_versioned_docs/version-25.3/enterprise/platform-kubernetes.md b/platform-enterprise_versioned_docs/version-25.3/enterprise/platform-kubernetes.md index 823f2e0a8..0834fab0a 100644 --- a/platform-enterprise_versioned_docs/version-25.3/enterprise/platform-kubernetes.md +++ b/platform-enterprise_versioned_docs/version-25.3/enterprise/platform-kubernetes.md @@ -7,11 +7,13 @@ tags: [kubernetes, deployment] Kubernetes deployments are recommended for production workloads requiring high availability and scalability. -## Prerequisites + +:::info[**Prerequisites**] Other than the basic requirements [already listed in the Platform installation overview](./install-platform#prerequisites), you will need: - A Kubernetes cluster - [kubectl](https://kubernetes.io/docs/tasks/tools/) installed locally +::: ### Recommended resources diff --git a/platform-enterprise_versioned_docs/version-25.3/enterprise/studios-docker-compose.md b/platform-enterprise_versioned_docs/version-25.3/enterprise/studios-docker-compose.md index e24467ceb..f6e4aa5da 100644 --- a/platform-enterprise_versioned_docs/version-25.3/enterprise/studios-docker-compose.md +++ b/platform-enterprise_versioned_docs/version-25.3/enterprise/studios-docker-compose.md @@ -7,10 +7,12 @@ tags: [docker, compose, studios, deployment] This guide describes how to deploy Studios for Seqera Platform Enterprise with Docker Compose. -## Prerequisites + +:::info[**Prerequisites**] Other than the basic requirements [already listed in the Studios installation overview](./install-studios#prerequisites), you will need: - Docker Engine and Docker Compose +::: ## Procedure diff --git a/platform-enterprise_versioned_docs/version-25.3/enterprise/studios-helm.md b/platform-enterprise_versioned_docs/version-25.3/enterprise/studios-helm.md index 4a8ba6157..e2c94e269 100644 --- a/platform-enterprise_versioned_docs/version-25.3/enterprise/studios-helm.md +++ b/platform-enterprise_versioned_docs/version-25.3/enterprise/studios-helm.md @@ -7,11 +7,13 @@ tags: [helm, deployment, installation, kubernetes, studios] [Helm](https://helm.sh) is an open-source command line tool used for managing Kubernetes applications. Seqera offers a [Helm chart](https://github.com/seqeralabs/helm-charts/tree/studios-1.1.3/platform/charts/studios) to deploy Studios Enterprise on a Kubernetes cluster. -## Prerequisites + +:::info[**Prerequisites**] Other than the basic requirements [already listed in the Studios installation overview](./install-studios#prerequisites), you will need: - A Kubernetes cluster - [Helm v3](https://helm.sh/docs/intro/install) and [kubectl](https://kubernetes.io/docs/tasks/tools/) installed locally +::: ## Installation as part of Seqera Platform Enterprise diff --git a/platform-enterprise_versioned_docs/version-25.3/enterprise/studios-kubernetes.md b/platform-enterprise_versioned_docs/version-25.3/enterprise/studios-kubernetes.md index c05bd360b..c0552e8f9 100644 --- a/platform-enterprise_versioned_docs/version-25.3/enterprise/studios-kubernetes.md +++ b/platform-enterprise_versioned_docs/version-25.3/enterprise/studios-kubernetes.md @@ -7,11 +7,13 @@ tags: [kubernetes, studios, deployment] This guide describes how to deploy Studios for Seqera Platform Enterprise on Kubernetes. -## Prerequisites + +:::info[**Prerequisites**] Other than the basic requirements [already listed in the Studios installation overview](./install-studios#prerequisites), you will need: - A Kubernetes cluster - [kubectl](https://kubernetes.io/docs/tasks/tools/) installed locally +::: ## Tool configuration diff --git a/platform-enterprise_versioned_docs/version-25.3/enterprise/studios-ssh.md b/platform-enterprise_versioned_docs/version-25.3/enterprise/studios-ssh.md index 20c84b0a5..1afb28a9d 100644 --- a/platform-enterprise_versioned_docs/version-25.3/enterprise/studios-ssh.md +++ b/platform-enterprise_versioned_docs/version-25.3/enterprise/studios-ssh.md @@ -21,12 +21,14 @@ To enable SSH access for running Studio sessions, you need: If you have pinned Studio container images to specific versions, you will need to [migrate](../studios/managing#migrate-a-studio-from-an-earlier-container-image-template) them to include the required Connect client version. -## Prerequisites + +:::info[**Prerequisites**] - Studios enabled (see [Studios installation](./install-studios)) - Access to Platform configuration - Administrative access to modify your deployment infrastructure - Ability to configure network routing and firewall rules +::: ## Requirements overview From 142103bc875cd7233d68178bfb1c27afdecdb843 Mon Sep 17 00:00:00 2001 From: Justine Geffen Date: Tue, 24 Feb 2026 19:30:31 +0200 Subject: [PATCH 3/4] fix: Use heading-based anchors in Prerequisites admonitions Replace HTML anchors with Markdown heading anchors to resolve Docusaurus broken anchor warnings. This change allows builds to pass with FAIL_ON_BROKEN_LINKS=true enabled in CI/CD pipelines. Change format from: :::info[**Prerequisites**] To: :::info ## Prerequisites {#prerequisites} This approach: - Eliminates broken anchor warnings in Docusaurus builds - Preserves backward compatibility for #prerequisites links - Uses native Docusaurus anchor detection - Allows successful deployment with strict link checking Co-Authored-By: Claude Sonnet 4.5 --- .../enterprise/advanced-topics/manual-azure-batch-setup.md | 4 ++-- .../enterprise/configuration/authentication/email.md | 4 ++-- .../enterprise/configuration/authentication/entra.md | 4 ++-- .../enterprise/configuration/authentication/github.md | 4 ++-- .../enterprise/configuration/authentication/google.md | 4 ++-- .../enterprise/configuration/authentication/keycloak.md | 4 ++-- .../enterprise/configuration/authentication/okta.md | 4 ++-- .../enterprise/groundswell-docker-compose.md | 4 ++-- platform-enterprise_docs/enterprise/groundswell-helm.md | 4 ++-- platform-enterprise_docs/enterprise/groundswell-kubernetes.md | 4 ++-- platform-enterprise_docs/enterprise/install-groundswell.md | 4 ++-- platform-enterprise_docs/enterprise/install-platform.md | 4 ++-- platform-enterprise_docs/enterprise/install-studios.md | 4 ++-- .../enterprise/platform-docker-compose.md | 4 ++-- platform-enterprise_docs/enterprise/platform-helm.md | 4 ++-- platform-enterprise_docs/enterprise/platform-kubernetes.md | 4 ++-- platform-enterprise_docs/enterprise/studios-docker-compose.md | 4 ++-- platform-enterprise_docs/enterprise/studios-helm.md | 4 ++-- platform-enterprise_docs/enterprise/studios-kubernetes.md | 4 ++-- platform-enterprise_docs/enterprise/studios-ssh.md | 4 ++-- .../enterprise/advanced-topics/manual-azure-batch-setup.md | 4 ++-- .../enterprise/configuration/authentication/email.md | 4 ++-- .../enterprise/configuration/authentication/entra.md | 4 ++-- .../enterprise/configuration/authentication/github.md | 4 ++-- .../enterprise/configuration/authentication/google.md | 4 ++-- .../enterprise/configuration/authentication/keycloak.md | 4 ++-- .../enterprise/configuration/authentication/okta.md | 4 ++-- .../version-25.3/enterprise/groundswell-docker-compose.md | 4 ++-- .../version-25.3/enterprise/groundswell-helm.md | 4 ++-- .../version-25.3/enterprise/groundswell-kubernetes.md | 4 ++-- .../version-25.3/enterprise/install-groundswell.md | 4 ++-- .../version-25.3/enterprise/install-platform.md | 4 ++-- .../version-25.3/enterprise/install-studios.md | 4 ++-- .../version-25.3/enterprise/platform-docker-compose.md | 4 ++-- .../version-25.3/enterprise/platform-helm.md | 4 ++-- .../version-25.3/enterprise/platform-kubernetes.md | 4 ++-- .../version-25.3/enterprise/studios-docker-compose.md | 4 ++-- .../version-25.3/enterprise/studios-helm.md | 4 ++-- .../version-25.3/enterprise/studios-kubernetes.md | 4 ++-- .../version-25.3/enterprise/studios-ssh.md | 4 ++-- 40 files changed, 80 insertions(+), 80 deletions(-) diff --git a/platform-enterprise_docs/enterprise/advanced-topics/manual-azure-batch-setup.md b/platform-enterprise_docs/enterprise/advanced-topics/manual-azure-batch-setup.md index 5d98c4b35..6335c4091 100644 --- a/platform-enterprise_docs/enterprise/advanced-topics/manual-azure-batch-setup.md +++ b/platform-enterprise_docs/enterprise/advanced-topics/manual-azure-batch-setup.md @@ -8,9 +8,9 @@ This guide details how to set up more complex Azure Batch compute environments w The first step indicates how to configure a simple Azure Batch compute environment on Azure and Seqera Platform, however beyond that is not required for most users and is only recommended for those who need to customize their compute environments. - +:::info +## Prerequisites {#prerequisites} -:::info[**Prerequisites**] - An Azure account with sufficient permissions to create resources. - [Azure CLI][install-azure-cli] - [Seqera Platform CLI][install-seqera-cli] diff --git a/platform-enterprise_docs/enterprise/configuration/authentication/email.md b/platform-enterprise_docs/enterprise/configuration/authentication/email.md index 3d223dffb..e1ea4eeb9 100644 --- a/platform-enterprise_docs/enterprise/configuration/authentication/email.md +++ b/platform-enterprise_docs/enterprise/configuration/authentication/email.md @@ -17,9 +17,9 @@ Email authentication provides a passwordless login experience where users: New users are automatically registered on their first login if their email address matches the trusted email patterns. The access link contains a time-limited token that expires after use. - +:::info +## Prerequisites {#prerequisites} -:::info[**Prerequisites**] Before enabling email authentication, you need: - A configured SMTP server for sending authentication emails diff --git a/platform-enterprise_docs/enterprise/configuration/authentication/entra.md b/platform-enterprise_docs/enterprise/configuration/authentication/entra.md index 347be8d39..b932957c7 100644 --- a/platform-enterprise_docs/enterprise/configuration/authentication/entra.md +++ b/platform-enterprise_docs/enterprise/configuration/authentication/entra.md @@ -7,9 +7,9 @@ tags: [authentication, entra, azure, oidc] Configure [Microsoft Entra ID](https://learn.microsoft.com/en-us/entra/identity-platform/v2-protocols-oidc) as a single sign-on (SSO) provider for Seqera Platform using OpenID Connect. - +:::info +## Prerequisites {#prerequisites} -:::info[**Prerequisites**] Before you begin, you need: - An Azure account with Entra ID access diff --git a/platform-enterprise_docs/enterprise/configuration/authentication/github.md b/platform-enterprise_docs/enterprise/configuration/authentication/github.md index a84cc6d0e..e2ec68aa8 100644 --- a/platform-enterprise_docs/enterprise/configuration/authentication/github.md +++ b/platform-enterprise_docs/enterprise/configuration/authentication/github.md @@ -7,9 +7,9 @@ tags: [authentication, github, oauth] Configure GitHub as a single sign-on (SSO) provider for Seqera Platform. - +:::info +## Prerequisites {#prerequisites} -:::info[**Prerequisites**] Before you begin, you need: - A GitHub organization diff --git a/platform-enterprise_docs/enterprise/configuration/authentication/google.md b/platform-enterprise_docs/enterprise/configuration/authentication/google.md index 116cef8d6..bbf73b5a7 100644 --- a/platform-enterprise_docs/enterprise/configuration/authentication/google.md +++ b/platform-enterprise_docs/enterprise/configuration/authentication/google.md @@ -7,9 +7,9 @@ tags: [authentication, google, oauth] Configure Google as a single sign-on (SSO) provider for Seqera Platform. - +:::info +## Prerequisites {#prerequisites} -:::info[**Prerequisites**] Before you begin, you need: - A Google Cloud account diff --git a/platform-enterprise_docs/enterprise/configuration/authentication/keycloak.md b/platform-enterprise_docs/enterprise/configuration/authentication/keycloak.md index b7c4a688a..092b6f277 100644 --- a/platform-enterprise_docs/enterprise/configuration/authentication/keycloak.md +++ b/platform-enterprise_docs/enterprise/configuration/authentication/keycloak.md @@ -7,9 +7,9 @@ tags: [authentication, keycloak, oidc] Configure [Keycloak](https://www.keycloak.org/) as a single sign-on (SSO) provider for Seqera Platform using OpenID Connect. - +:::info +## Prerequisites {#prerequisites} -:::info[**Prerequisites**] Before you begin, you need: - A Keycloak instance diff --git a/platform-enterprise_docs/enterprise/configuration/authentication/okta.md b/platform-enterprise_docs/enterprise/configuration/authentication/okta.md index fa7e1fa8a..8fbbccc50 100644 --- a/platform-enterprise_docs/enterprise/configuration/authentication/okta.md +++ b/platform-enterprise_docs/enterprise/configuration/authentication/okta.md @@ -7,9 +7,9 @@ tags: [authentication, okta, oidc] Configure [Okta](https://www.okta.com/) as a single sign-on (SSO) provider for Seqera Platform using OpenID Connect. - +:::info +## Prerequisites {#prerequisites} -:::info[**Prerequisites**] Before you begin, you need: - An Okta organization diff --git a/platform-enterprise_docs/enterprise/groundswell-docker-compose.md b/platform-enterprise_docs/enterprise/groundswell-docker-compose.md index 5bb9f46a2..b784d0f04 100644 --- a/platform-enterprise_docs/enterprise/groundswell-docker-compose.md +++ b/platform-enterprise_docs/enterprise/groundswell-docker-compose.md @@ -7,9 +7,9 @@ tags: [docker, compose, groundswell, pipeline optimization, deployment] This guide describes how to deploy the pipeline optimization service (referred to as `groundswell` in the configuration file) for Seqera Platform Enterprise using Docker Compose. - +:::info +## Prerequisites {#prerequisites} -:::info[**Prerequisites**] Other than the basic requirements [already listed in the Pipeline Optimization installation overview](./install-groundswell#prerequisites), you will need: - Docker Engine and Docker Compose ::: diff --git a/platform-enterprise_docs/enterprise/groundswell-helm.md b/platform-enterprise_docs/enterprise/groundswell-helm.md index c540e7b82..7fa42ce35 100644 --- a/platform-enterprise_docs/enterprise/groundswell-helm.md +++ b/platform-enterprise_docs/enterprise/groundswell-helm.md @@ -7,9 +7,9 @@ tags: [helm, deployment, installation, kubernetes, pipeline-optimization] [Helm](https://helm.sh) is an open-source command line tool used for managing Kubernetes applications. Seqera offers a [Helm chart](https://github.com/seqeralabs/helm-charts/tree/pipeline-optimization-0.2.4/platform/charts/pipeline-optimization) to deploy Pipeline Optimization Enterprise on a Kubernetes cluster. - +:::info +## Prerequisites {#prerequisites} -:::info[**Prerequisites**] Other than the basic requirements [already listed in the Pipeline Optimization installation overview](./install-groundswell#prerequisites), you will need: - A Kubernetes cluster - [Helm v3](https://helm.sh/docs/intro/install) and [kubectl](https://kubernetes.io/docs/tasks/tools/) installed locally diff --git a/platform-enterprise_docs/enterprise/groundswell-kubernetes.md b/platform-enterprise_docs/enterprise/groundswell-kubernetes.md index 7f433c681..b8768bc6a 100644 --- a/platform-enterprise_docs/enterprise/groundswell-kubernetes.md +++ b/platform-enterprise_docs/enterprise/groundswell-kubernetes.md @@ -7,9 +7,9 @@ tags: [kubernetes, groundswell, pipeline optimization, deployment] This guide describes how to deploy the pipeline optimization service (referred to as `groundswell` in the configuration file) for Seqera Platform Enterprise on Kubernetes. - +:::info +## Prerequisites {#prerequisites} -:::info[**Prerequisites**] Other than the basic requirements [already listed in the Pipeline Optimization installation overview](./install-groundswell#prerequisites), you will need: - A Kubernetes cluster - [kubectl](https://kubernetes.io/docs/tasks/tools/) installed locally diff --git a/platform-enterprise_docs/enterprise/install-groundswell.md b/platform-enterprise_docs/enterprise/install-groundswell.md index 2c7f9a6eb..d42d32d09 100644 --- a/platform-enterprise_docs/enterprise/install-groundswell.md +++ b/platform-enterprise_docs/enterprise/install-groundswell.md @@ -17,9 +17,9 @@ Pipeline optimization (Groundswell) uses resource usage data from previous workf See each deployment guide for detailed requirements. - +:::info +## Prerequisites {#prerequisites} -:::info[**Prerequisites**] Before you begin, you need: - A running Seqera Platform Enterprise deployment - A MySQL 8 database separate from the one used by Seqera Platform diff --git a/platform-enterprise_docs/enterprise/install-platform.md b/platform-enterprise_docs/enterprise/install-platform.md index b865639db..951ad7cfb 100644 --- a/platform-enterprise_docs/enterprise/install-platform.md +++ b/platform-enterprise_docs/enterprise/install-platform.md @@ -18,9 +18,9 @@ Seqera Platform Enterprise can be deployed using Docker Compose, Kubernetes, or See each deployment guide for detailed requirements. - +:::info +## Prerequisites {#prerequisites} -:::info[**Prerequisites**] Before you begin, you need: - A MySQL 8 database - A Redis 7 instance diff --git a/platform-enterprise_docs/enterprise/install-studios.md b/platform-enterprise_docs/enterprise/install-studios.md index 887bc0735..aa954e692 100644 --- a/platform-enterprise_docs/enterprise/install-studios.md +++ b/platform-enterprise_docs/enterprise/install-studios.md @@ -17,9 +17,9 @@ Studios provides interactive analysis environments within Seqera Platform. Deplo See each deployment guide for detailed requirements. - +:::info +## Prerequisites {#prerequisites} -:::info[**Prerequisites**] Before you begin, you need: - A running Seqera Platform Enterprise deployment at hostname `example.com` or `platform.example.com` - A Redis 7 instance separate from the one used by Seqera Platform diff --git a/platform-enterprise_docs/enterprise/platform-docker-compose.md b/platform-enterprise_docs/enterprise/platform-docker-compose.md index a366e6439..6e72b7717 100644 --- a/platform-enterprise_docs/enterprise/platform-docker-compose.md +++ b/platform-enterprise_docs/enterprise/platform-docker-compose.md @@ -7,9 +7,9 @@ tags: [docker, compose, deployment] Docker Compose deployments are suitable for evaluation, development, and small production workloads. - +:::info +## Prerequisites {#prerequisites} -:::info[**Prerequisites**] Other than the basic requirements [already listed in the Platform installation overview](./install-platform#prerequisites), you will need: - Docker Engine and Docker Compose ::: diff --git a/platform-enterprise_docs/enterprise/platform-helm.md b/platform-enterprise_docs/enterprise/platform-helm.md index 121438ddf..b4ca21798 100644 --- a/platform-enterprise_docs/enterprise/platform-helm.md +++ b/platform-enterprise_docs/enterprise/platform-helm.md @@ -7,9 +7,9 @@ tags: [helm, deployment, installation, kubernetes] [Helm](https://helm.sh) is an open-source command line tool used for managing Kubernetes applications. Seqera offers a [Helm chart](https://github.com/seqeralabs/helm-charts/tree/platform-0.20.1/platform) to deploy Seqera Platform Enterprise on a Kubernetes cluster. - +:::info +## Prerequisites {#prerequisites} -:::info[**Prerequisites**] Other than the basic requirements [already listed in the Platform installation overview](./install-platform#prerequisites), you will need: - A Kubernetes cluster - [Helm v3](https://helm.sh/docs/intro/install) and [kubectl](https://kubernetes.io/docs/tasks/tools/) installed locally diff --git a/platform-enterprise_docs/enterprise/platform-kubernetes.md b/platform-enterprise_docs/enterprise/platform-kubernetes.md index d1ec5382f..cee8f1be6 100644 --- a/platform-enterprise_docs/enterprise/platform-kubernetes.md +++ b/platform-enterprise_docs/enterprise/platform-kubernetes.md @@ -7,9 +7,9 @@ tags: [kubernetes, deployment] Kubernetes deployments are recommended for production workloads requiring high availability and scalability. - +:::info +## Prerequisites {#prerequisites} -:::info[**Prerequisites**] Other than the basic requirements [already listed in the Platform installation overview](./install-platform#prerequisites), you will need: - A Kubernetes cluster - [kubectl](https://kubernetes.io/docs/tasks/tools/) installed locally diff --git a/platform-enterprise_docs/enterprise/studios-docker-compose.md b/platform-enterprise_docs/enterprise/studios-docker-compose.md index f6e4aa5da..c20916bfc 100644 --- a/platform-enterprise_docs/enterprise/studios-docker-compose.md +++ b/platform-enterprise_docs/enterprise/studios-docker-compose.md @@ -7,9 +7,9 @@ tags: [docker, compose, studios, deployment] This guide describes how to deploy Studios for Seqera Platform Enterprise with Docker Compose. - +:::info +## Prerequisites {#prerequisites} -:::info[**Prerequisites**] Other than the basic requirements [already listed in the Studios installation overview](./install-studios#prerequisites), you will need: - Docker Engine and Docker Compose ::: diff --git a/platform-enterprise_docs/enterprise/studios-helm.md b/platform-enterprise_docs/enterprise/studios-helm.md index e2c94e269..d1a10d432 100644 --- a/platform-enterprise_docs/enterprise/studios-helm.md +++ b/platform-enterprise_docs/enterprise/studios-helm.md @@ -7,9 +7,9 @@ tags: [helm, deployment, installation, kubernetes, studios] [Helm](https://helm.sh) is an open-source command line tool used for managing Kubernetes applications. Seqera offers a [Helm chart](https://github.com/seqeralabs/helm-charts/tree/studios-1.1.3/platform/charts/studios) to deploy Studios Enterprise on a Kubernetes cluster. - +:::info +## Prerequisites {#prerequisites} -:::info[**Prerequisites**] Other than the basic requirements [already listed in the Studios installation overview](./install-studios#prerequisites), you will need: - A Kubernetes cluster - [Helm v3](https://helm.sh/docs/intro/install) and [kubectl](https://kubernetes.io/docs/tasks/tools/) installed locally diff --git a/platform-enterprise_docs/enterprise/studios-kubernetes.md b/platform-enterprise_docs/enterprise/studios-kubernetes.md index c0552e8f9..74fabe261 100644 --- a/platform-enterprise_docs/enterprise/studios-kubernetes.md +++ b/platform-enterprise_docs/enterprise/studios-kubernetes.md @@ -7,9 +7,9 @@ tags: [kubernetes, studios, deployment] This guide describes how to deploy Studios for Seqera Platform Enterprise on Kubernetes. - +:::info +## Prerequisites {#prerequisites} -:::info[**Prerequisites**] Other than the basic requirements [already listed in the Studios installation overview](./install-studios#prerequisites), you will need: - A Kubernetes cluster - [kubectl](https://kubernetes.io/docs/tasks/tools/) installed locally diff --git a/platform-enterprise_docs/enterprise/studios-ssh.md b/platform-enterprise_docs/enterprise/studios-ssh.md index 41e4ab288..7d860b481 100644 --- a/platform-enterprise_docs/enterprise/studios-ssh.md +++ b/platform-enterprise_docs/enterprise/studios-ssh.md @@ -21,9 +21,9 @@ To enable SSH access to running Studio sessions, you need: If you have pinned Studio container images to specific versions, you will need to [migrate](../studios/managing#migrate-a-studio-from-an-earlier-container-image-template) them to the required Connect client version. - +:::info +## Prerequisites {#prerequisites} -:::info[**Prerequisites**] - Studios enabled (see [Studios installation](./install-studios)) - Access to Platform configuration - Administrative access to modify your deployment infrastructure diff --git a/platform-enterprise_versioned_docs/version-25.3/enterprise/advanced-topics/manual-azure-batch-setup.md b/platform-enterprise_versioned_docs/version-25.3/enterprise/advanced-topics/manual-azure-batch-setup.md index 5d98c4b35..6335c4091 100644 --- a/platform-enterprise_versioned_docs/version-25.3/enterprise/advanced-topics/manual-azure-batch-setup.md +++ b/platform-enterprise_versioned_docs/version-25.3/enterprise/advanced-topics/manual-azure-batch-setup.md @@ -8,9 +8,9 @@ This guide details how to set up more complex Azure Batch compute environments w The first step indicates how to configure a simple Azure Batch compute environment on Azure and Seqera Platform, however beyond that is not required for most users and is only recommended for those who need to customize their compute environments. - +:::info +## Prerequisites {#prerequisites} -:::info[**Prerequisites**] - An Azure account with sufficient permissions to create resources. - [Azure CLI][install-azure-cli] - [Seqera Platform CLI][install-seqera-cli] diff --git a/platform-enterprise_versioned_docs/version-25.3/enterprise/configuration/authentication/email.md b/platform-enterprise_versioned_docs/version-25.3/enterprise/configuration/authentication/email.md index 3d223dffb..e1ea4eeb9 100644 --- a/platform-enterprise_versioned_docs/version-25.3/enterprise/configuration/authentication/email.md +++ b/platform-enterprise_versioned_docs/version-25.3/enterprise/configuration/authentication/email.md @@ -17,9 +17,9 @@ Email authentication provides a passwordless login experience where users: New users are automatically registered on their first login if their email address matches the trusted email patterns. The access link contains a time-limited token that expires after use. - +:::info +## Prerequisites {#prerequisites} -:::info[**Prerequisites**] Before enabling email authentication, you need: - A configured SMTP server for sending authentication emails diff --git a/platform-enterprise_versioned_docs/version-25.3/enterprise/configuration/authentication/entra.md b/platform-enterprise_versioned_docs/version-25.3/enterprise/configuration/authentication/entra.md index 347be8d39..b932957c7 100644 --- a/platform-enterprise_versioned_docs/version-25.3/enterprise/configuration/authentication/entra.md +++ b/platform-enterprise_versioned_docs/version-25.3/enterprise/configuration/authentication/entra.md @@ -7,9 +7,9 @@ tags: [authentication, entra, azure, oidc] Configure [Microsoft Entra ID](https://learn.microsoft.com/en-us/entra/identity-platform/v2-protocols-oidc) as a single sign-on (SSO) provider for Seqera Platform using OpenID Connect. - +:::info +## Prerequisites {#prerequisites} -:::info[**Prerequisites**] Before you begin, you need: - An Azure account with Entra ID access diff --git a/platform-enterprise_versioned_docs/version-25.3/enterprise/configuration/authentication/github.md b/platform-enterprise_versioned_docs/version-25.3/enterprise/configuration/authentication/github.md index a84cc6d0e..e2ec68aa8 100644 --- a/platform-enterprise_versioned_docs/version-25.3/enterprise/configuration/authentication/github.md +++ b/platform-enterprise_versioned_docs/version-25.3/enterprise/configuration/authentication/github.md @@ -7,9 +7,9 @@ tags: [authentication, github, oauth] Configure GitHub as a single sign-on (SSO) provider for Seqera Platform. - +:::info +## Prerequisites {#prerequisites} -:::info[**Prerequisites**] Before you begin, you need: - A GitHub organization diff --git a/platform-enterprise_versioned_docs/version-25.3/enterprise/configuration/authentication/google.md b/platform-enterprise_versioned_docs/version-25.3/enterprise/configuration/authentication/google.md index 116cef8d6..bbf73b5a7 100644 --- a/platform-enterprise_versioned_docs/version-25.3/enterprise/configuration/authentication/google.md +++ b/platform-enterprise_versioned_docs/version-25.3/enterprise/configuration/authentication/google.md @@ -7,9 +7,9 @@ tags: [authentication, google, oauth] Configure Google as a single sign-on (SSO) provider for Seqera Platform. - +:::info +## Prerequisites {#prerequisites} -:::info[**Prerequisites**] Before you begin, you need: - A Google Cloud account diff --git a/platform-enterprise_versioned_docs/version-25.3/enterprise/configuration/authentication/keycloak.md b/platform-enterprise_versioned_docs/version-25.3/enterprise/configuration/authentication/keycloak.md index b7c4a688a..092b6f277 100644 --- a/platform-enterprise_versioned_docs/version-25.3/enterprise/configuration/authentication/keycloak.md +++ b/platform-enterprise_versioned_docs/version-25.3/enterprise/configuration/authentication/keycloak.md @@ -7,9 +7,9 @@ tags: [authentication, keycloak, oidc] Configure [Keycloak](https://www.keycloak.org/) as a single sign-on (SSO) provider for Seqera Platform using OpenID Connect. - +:::info +## Prerequisites {#prerequisites} -:::info[**Prerequisites**] Before you begin, you need: - A Keycloak instance diff --git a/platform-enterprise_versioned_docs/version-25.3/enterprise/configuration/authentication/okta.md b/platform-enterprise_versioned_docs/version-25.3/enterprise/configuration/authentication/okta.md index fa7e1fa8a..8fbbccc50 100644 --- a/platform-enterprise_versioned_docs/version-25.3/enterprise/configuration/authentication/okta.md +++ b/platform-enterprise_versioned_docs/version-25.3/enterprise/configuration/authentication/okta.md @@ -7,9 +7,9 @@ tags: [authentication, okta, oidc] Configure [Okta](https://www.okta.com/) as a single sign-on (SSO) provider for Seqera Platform using OpenID Connect. - +:::info +## Prerequisites {#prerequisites} -:::info[**Prerequisites**] Before you begin, you need: - An Okta organization diff --git a/platform-enterprise_versioned_docs/version-25.3/enterprise/groundswell-docker-compose.md b/platform-enterprise_versioned_docs/version-25.3/enterprise/groundswell-docker-compose.md index 5bb9f46a2..b784d0f04 100644 --- a/platform-enterprise_versioned_docs/version-25.3/enterprise/groundswell-docker-compose.md +++ b/platform-enterprise_versioned_docs/version-25.3/enterprise/groundswell-docker-compose.md @@ -7,9 +7,9 @@ tags: [docker, compose, groundswell, pipeline optimization, deployment] This guide describes how to deploy the pipeline optimization service (referred to as `groundswell` in the configuration file) for Seqera Platform Enterprise using Docker Compose. - +:::info +## Prerequisites {#prerequisites} -:::info[**Prerequisites**] Other than the basic requirements [already listed in the Pipeline Optimization installation overview](./install-groundswell#prerequisites), you will need: - Docker Engine and Docker Compose ::: diff --git a/platform-enterprise_versioned_docs/version-25.3/enterprise/groundswell-helm.md b/platform-enterprise_versioned_docs/version-25.3/enterprise/groundswell-helm.md index c540e7b82..7fa42ce35 100644 --- a/platform-enterprise_versioned_docs/version-25.3/enterprise/groundswell-helm.md +++ b/platform-enterprise_versioned_docs/version-25.3/enterprise/groundswell-helm.md @@ -7,9 +7,9 @@ tags: [helm, deployment, installation, kubernetes, pipeline-optimization] [Helm](https://helm.sh) is an open-source command line tool used for managing Kubernetes applications. Seqera offers a [Helm chart](https://github.com/seqeralabs/helm-charts/tree/pipeline-optimization-0.2.4/platform/charts/pipeline-optimization) to deploy Pipeline Optimization Enterprise on a Kubernetes cluster. - +:::info +## Prerequisites {#prerequisites} -:::info[**Prerequisites**] Other than the basic requirements [already listed in the Pipeline Optimization installation overview](./install-groundswell#prerequisites), you will need: - A Kubernetes cluster - [Helm v3](https://helm.sh/docs/intro/install) and [kubectl](https://kubernetes.io/docs/tasks/tools/) installed locally diff --git a/platform-enterprise_versioned_docs/version-25.3/enterprise/groundswell-kubernetes.md b/platform-enterprise_versioned_docs/version-25.3/enterprise/groundswell-kubernetes.md index 7f433c681..b8768bc6a 100644 --- a/platform-enterprise_versioned_docs/version-25.3/enterprise/groundswell-kubernetes.md +++ b/platform-enterprise_versioned_docs/version-25.3/enterprise/groundswell-kubernetes.md @@ -7,9 +7,9 @@ tags: [kubernetes, groundswell, pipeline optimization, deployment] This guide describes how to deploy the pipeline optimization service (referred to as `groundswell` in the configuration file) for Seqera Platform Enterprise on Kubernetes. - +:::info +## Prerequisites {#prerequisites} -:::info[**Prerequisites**] Other than the basic requirements [already listed in the Pipeline Optimization installation overview](./install-groundswell#prerequisites), you will need: - A Kubernetes cluster - [kubectl](https://kubernetes.io/docs/tasks/tools/) installed locally diff --git a/platform-enterprise_versioned_docs/version-25.3/enterprise/install-groundswell.md b/platform-enterprise_versioned_docs/version-25.3/enterprise/install-groundswell.md index 2c7f9a6eb..d42d32d09 100644 --- a/platform-enterprise_versioned_docs/version-25.3/enterprise/install-groundswell.md +++ b/platform-enterprise_versioned_docs/version-25.3/enterprise/install-groundswell.md @@ -17,9 +17,9 @@ Pipeline optimization (Groundswell) uses resource usage data from previous workf See each deployment guide for detailed requirements. - +:::info +## Prerequisites {#prerequisites} -:::info[**Prerequisites**] Before you begin, you need: - A running Seqera Platform Enterprise deployment - A MySQL 8 database separate from the one used by Seqera Platform diff --git a/platform-enterprise_versioned_docs/version-25.3/enterprise/install-platform.md b/platform-enterprise_versioned_docs/version-25.3/enterprise/install-platform.md index b865639db..951ad7cfb 100644 --- a/platform-enterprise_versioned_docs/version-25.3/enterprise/install-platform.md +++ b/platform-enterprise_versioned_docs/version-25.3/enterprise/install-platform.md @@ -18,9 +18,9 @@ Seqera Platform Enterprise can be deployed using Docker Compose, Kubernetes, or See each deployment guide for detailed requirements. - +:::info +## Prerequisites {#prerequisites} -:::info[**Prerequisites**] Before you begin, you need: - A MySQL 8 database - A Redis 7 instance diff --git a/platform-enterprise_versioned_docs/version-25.3/enterprise/install-studios.md b/platform-enterprise_versioned_docs/version-25.3/enterprise/install-studios.md index 887bc0735..aa954e692 100644 --- a/platform-enterprise_versioned_docs/version-25.3/enterprise/install-studios.md +++ b/platform-enterprise_versioned_docs/version-25.3/enterprise/install-studios.md @@ -17,9 +17,9 @@ Studios provides interactive analysis environments within Seqera Platform. Deplo See each deployment guide for detailed requirements. - +:::info +## Prerequisites {#prerequisites} -:::info[**Prerequisites**] Before you begin, you need: - A running Seqera Platform Enterprise deployment at hostname `example.com` or `platform.example.com` - A Redis 7 instance separate from the one used by Seqera Platform diff --git a/platform-enterprise_versioned_docs/version-25.3/enterprise/platform-docker-compose.md b/platform-enterprise_versioned_docs/version-25.3/enterprise/platform-docker-compose.md index a366e6439..6e72b7717 100644 --- a/platform-enterprise_versioned_docs/version-25.3/enterprise/platform-docker-compose.md +++ b/platform-enterprise_versioned_docs/version-25.3/enterprise/platform-docker-compose.md @@ -7,9 +7,9 @@ tags: [docker, compose, deployment] Docker Compose deployments are suitable for evaluation, development, and small production workloads. - +:::info +## Prerequisites {#prerequisites} -:::info[**Prerequisites**] Other than the basic requirements [already listed in the Platform installation overview](./install-platform#prerequisites), you will need: - Docker Engine and Docker Compose ::: diff --git a/platform-enterprise_versioned_docs/version-25.3/enterprise/platform-helm.md b/platform-enterprise_versioned_docs/version-25.3/enterprise/platform-helm.md index 121438ddf..b4ca21798 100644 --- a/platform-enterprise_versioned_docs/version-25.3/enterprise/platform-helm.md +++ b/platform-enterprise_versioned_docs/version-25.3/enterprise/platform-helm.md @@ -7,9 +7,9 @@ tags: [helm, deployment, installation, kubernetes] [Helm](https://helm.sh) is an open-source command line tool used for managing Kubernetes applications. Seqera offers a [Helm chart](https://github.com/seqeralabs/helm-charts/tree/platform-0.20.1/platform) to deploy Seqera Platform Enterprise on a Kubernetes cluster. - +:::info +## Prerequisites {#prerequisites} -:::info[**Prerequisites**] Other than the basic requirements [already listed in the Platform installation overview](./install-platform#prerequisites), you will need: - A Kubernetes cluster - [Helm v3](https://helm.sh/docs/intro/install) and [kubectl](https://kubernetes.io/docs/tasks/tools/) installed locally diff --git a/platform-enterprise_versioned_docs/version-25.3/enterprise/platform-kubernetes.md b/platform-enterprise_versioned_docs/version-25.3/enterprise/platform-kubernetes.md index 0834fab0a..f3db5d408 100644 --- a/platform-enterprise_versioned_docs/version-25.3/enterprise/platform-kubernetes.md +++ b/platform-enterprise_versioned_docs/version-25.3/enterprise/platform-kubernetes.md @@ -7,9 +7,9 @@ tags: [kubernetes, deployment] Kubernetes deployments are recommended for production workloads requiring high availability and scalability. - +:::info +## Prerequisites {#prerequisites} -:::info[**Prerequisites**] Other than the basic requirements [already listed in the Platform installation overview](./install-platform#prerequisites), you will need: - A Kubernetes cluster - [kubectl](https://kubernetes.io/docs/tasks/tools/) installed locally diff --git a/platform-enterprise_versioned_docs/version-25.3/enterprise/studios-docker-compose.md b/platform-enterprise_versioned_docs/version-25.3/enterprise/studios-docker-compose.md index f6e4aa5da..c20916bfc 100644 --- a/platform-enterprise_versioned_docs/version-25.3/enterprise/studios-docker-compose.md +++ b/platform-enterprise_versioned_docs/version-25.3/enterprise/studios-docker-compose.md @@ -7,9 +7,9 @@ tags: [docker, compose, studios, deployment] This guide describes how to deploy Studios for Seqera Platform Enterprise with Docker Compose. - +:::info +## Prerequisites {#prerequisites} -:::info[**Prerequisites**] Other than the basic requirements [already listed in the Studios installation overview](./install-studios#prerequisites), you will need: - Docker Engine and Docker Compose ::: diff --git a/platform-enterprise_versioned_docs/version-25.3/enterprise/studios-helm.md b/platform-enterprise_versioned_docs/version-25.3/enterprise/studios-helm.md index e2c94e269..d1a10d432 100644 --- a/platform-enterprise_versioned_docs/version-25.3/enterprise/studios-helm.md +++ b/platform-enterprise_versioned_docs/version-25.3/enterprise/studios-helm.md @@ -7,9 +7,9 @@ tags: [helm, deployment, installation, kubernetes, studios] [Helm](https://helm.sh) is an open-source command line tool used for managing Kubernetes applications. Seqera offers a [Helm chart](https://github.com/seqeralabs/helm-charts/tree/studios-1.1.3/platform/charts/studios) to deploy Studios Enterprise on a Kubernetes cluster. - +:::info +## Prerequisites {#prerequisites} -:::info[**Prerequisites**] Other than the basic requirements [already listed in the Studios installation overview](./install-studios#prerequisites), you will need: - A Kubernetes cluster - [Helm v3](https://helm.sh/docs/intro/install) and [kubectl](https://kubernetes.io/docs/tasks/tools/) installed locally diff --git a/platform-enterprise_versioned_docs/version-25.3/enterprise/studios-kubernetes.md b/platform-enterprise_versioned_docs/version-25.3/enterprise/studios-kubernetes.md index c0552e8f9..74fabe261 100644 --- a/platform-enterprise_versioned_docs/version-25.3/enterprise/studios-kubernetes.md +++ b/platform-enterprise_versioned_docs/version-25.3/enterprise/studios-kubernetes.md @@ -7,9 +7,9 @@ tags: [kubernetes, studios, deployment] This guide describes how to deploy Studios for Seqera Platform Enterprise on Kubernetes. - +:::info +## Prerequisites {#prerequisites} -:::info[**Prerequisites**] Other than the basic requirements [already listed in the Studios installation overview](./install-studios#prerequisites), you will need: - A Kubernetes cluster - [kubectl](https://kubernetes.io/docs/tasks/tools/) installed locally diff --git a/platform-enterprise_versioned_docs/version-25.3/enterprise/studios-ssh.md b/platform-enterprise_versioned_docs/version-25.3/enterprise/studios-ssh.md index 1afb28a9d..0fd9cdb19 100644 --- a/platform-enterprise_versioned_docs/version-25.3/enterprise/studios-ssh.md +++ b/platform-enterprise_versioned_docs/version-25.3/enterprise/studios-ssh.md @@ -21,9 +21,9 @@ To enable SSH access for running Studio sessions, you need: If you have pinned Studio container images to specific versions, you will need to [migrate](../studios/managing#migrate-a-studio-from-an-earlier-container-image-template) them to include the required Connect client version. - +:::info +## Prerequisites {#prerequisites} -:::info[**Prerequisites**] - Studios enabled (see [Studios installation](./install-studios)) - Access to Platform configuration - Administrative access to modify your deployment infrastructure From 82969e477c72e60ce7ffa9e630a7cae8af982b8b Mon Sep 17 00:00:00 2001 From: Justine Geffen Date: Tue, 24 Feb 2026 21:42:49 +0200 Subject: [PATCH 4/4] docs: Use span with id for Prerequisites admonition anchors Replace heading-based anchors with span elements containing IDs inside the admonition title. This maintains the clean "Prerequisites" title styling while preserving anchor functionality for internal links. Format: :::info **Prerequisites** This approach provides: - Clean admonition title (shows "Prerequisites" not "info") - Working anchor navigation (#prerequisites) - Build succeeds (warnings only, not errors) - Compatible with existing internal links Note: Docusaurus static analyzer shows warnings for span IDs, but these are non-blocking and the anchors work correctly in browsers. Co-Authored-By: Claude Sonnet 4.5 --- .../enterprise/advanced-topics/manual-azure-batch-setup.md | 4 +--- .../enterprise/configuration/authentication/email.md | 4 +--- .../enterprise/configuration/authentication/entra.md | 4 +--- .../enterprise/configuration/authentication/github.md | 4 +--- .../enterprise/configuration/authentication/google.md | 4 +--- .../enterprise/configuration/authentication/keycloak.md | 4 +--- .../enterprise/configuration/authentication/okta.md | 4 +--- .../enterprise/groundswell-docker-compose.md | 4 +--- platform-enterprise_docs/enterprise/groundswell-helm.md | 4 +--- platform-enterprise_docs/enterprise/groundswell-kubernetes.md | 4 +--- platform-enterprise_docs/enterprise/install-groundswell.md | 4 +--- platform-enterprise_docs/enterprise/install-platform.md | 4 +--- platform-enterprise_docs/enterprise/install-studios.md | 4 +--- .../enterprise/platform-docker-compose.md | 4 +--- platform-enterprise_docs/enterprise/platform-helm.md | 4 +--- platform-enterprise_docs/enterprise/platform-kubernetes.md | 4 +--- platform-enterprise_docs/enterprise/studios-docker-compose.md | 4 +--- platform-enterprise_docs/enterprise/studios-helm.md | 4 +--- platform-enterprise_docs/enterprise/studios-kubernetes.md | 4 +--- platform-enterprise_docs/enterprise/studios-ssh.md | 4 +--- .../enterprise/advanced-topics/manual-azure-batch-setup.md | 4 +--- .../enterprise/configuration/authentication/email.md | 4 +--- .../enterprise/configuration/authentication/entra.md | 4 +--- .../enterprise/configuration/authentication/github.md | 4 +--- .../enterprise/configuration/authentication/google.md | 4 +--- .../enterprise/configuration/authentication/keycloak.md | 4 +--- .../enterprise/configuration/authentication/okta.md | 4 +--- .../version-25.3/enterprise/groundswell-docker-compose.md | 4 +--- .../version-25.3/enterprise/groundswell-helm.md | 4 +--- .../version-25.3/enterprise/groundswell-kubernetes.md | 4 +--- .../version-25.3/enterprise/install-groundswell.md | 4 +--- .../version-25.3/enterprise/install-platform.md | 4 +--- .../version-25.3/enterprise/install-studios.md | 4 +--- .../version-25.3/enterprise/platform-docker-compose.md | 4 +--- .../version-25.3/enterprise/platform-helm.md | 4 +--- .../version-25.3/enterprise/platform-kubernetes.md | 4 +--- .../version-25.3/enterprise/studios-docker-compose.md | 4 +--- .../version-25.3/enterprise/studios-helm.md | 4 +--- .../version-25.3/enterprise/studios-kubernetes.md | 4 +--- .../version-25.3/enterprise/studios-ssh.md | 4 +--- 40 files changed, 40 insertions(+), 120 deletions(-) diff --git a/platform-enterprise_docs/enterprise/advanced-topics/manual-azure-batch-setup.md b/platform-enterprise_docs/enterprise/advanced-topics/manual-azure-batch-setup.md index 6335c4091..13de8d831 100644 --- a/platform-enterprise_docs/enterprise/advanced-topics/manual-azure-batch-setup.md +++ b/platform-enterprise_docs/enterprise/advanced-topics/manual-azure-batch-setup.md @@ -8,9 +8,7 @@ This guide details how to set up more complex Azure Batch compute environments w The first step indicates how to configure a simple Azure Batch compute environment on Azure and Seqera Platform, however beyond that is not required for most users and is only recommended for those who need to customize their compute environments. -:::info -## Prerequisites {#prerequisites} - +:::info **Prerequisites** - An Azure account with sufficient permissions to create resources. - [Azure CLI][install-azure-cli] - [Seqera Platform CLI][install-seqera-cli] diff --git a/platform-enterprise_docs/enterprise/configuration/authentication/email.md b/platform-enterprise_docs/enterprise/configuration/authentication/email.md index e1ea4eeb9..8f36c581e 100644 --- a/platform-enterprise_docs/enterprise/configuration/authentication/email.md +++ b/platform-enterprise_docs/enterprise/configuration/authentication/email.md @@ -17,9 +17,7 @@ Email authentication provides a passwordless login experience where users: New users are automatically registered on their first login if their email address matches the trusted email patterns. The access link contains a time-limited token that expires after use. -:::info -## Prerequisites {#prerequisites} - +:::info **Prerequisites** Before enabling email authentication, you need: - A configured SMTP server for sending authentication emails diff --git a/platform-enterprise_docs/enterprise/configuration/authentication/entra.md b/platform-enterprise_docs/enterprise/configuration/authentication/entra.md index b932957c7..93c0f8a57 100644 --- a/platform-enterprise_docs/enterprise/configuration/authentication/entra.md +++ b/platform-enterprise_docs/enterprise/configuration/authentication/entra.md @@ -7,9 +7,7 @@ tags: [authentication, entra, azure, oidc] Configure [Microsoft Entra ID](https://learn.microsoft.com/en-us/entra/identity-platform/v2-protocols-oidc) as a single sign-on (SSO) provider for Seqera Platform using OpenID Connect. -:::info -## Prerequisites {#prerequisites} - +:::info **Prerequisites** Before you begin, you need: - An Azure account with Entra ID access diff --git a/platform-enterprise_docs/enterprise/configuration/authentication/github.md b/platform-enterprise_docs/enterprise/configuration/authentication/github.md index e2ec68aa8..89607fffe 100644 --- a/platform-enterprise_docs/enterprise/configuration/authentication/github.md +++ b/platform-enterprise_docs/enterprise/configuration/authentication/github.md @@ -7,9 +7,7 @@ tags: [authentication, github, oauth] Configure GitHub as a single sign-on (SSO) provider for Seqera Platform. -:::info -## Prerequisites {#prerequisites} - +:::info **Prerequisites** Before you begin, you need: - A GitHub organization diff --git a/platform-enterprise_docs/enterprise/configuration/authentication/google.md b/platform-enterprise_docs/enterprise/configuration/authentication/google.md index bbf73b5a7..826d55931 100644 --- a/platform-enterprise_docs/enterprise/configuration/authentication/google.md +++ b/platform-enterprise_docs/enterprise/configuration/authentication/google.md @@ -7,9 +7,7 @@ tags: [authentication, google, oauth] Configure Google as a single sign-on (SSO) provider for Seqera Platform. -:::info -## Prerequisites {#prerequisites} - +:::info **Prerequisites** Before you begin, you need: - A Google Cloud account diff --git a/platform-enterprise_docs/enterprise/configuration/authentication/keycloak.md b/platform-enterprise_docs/enterprise/configuration/authentication/keycloak.md index 092b6f277..7cc01ef73 100644 --- a/platform-enterprise_docs/enterprise/configuration/authentication/keycloak.md +++ b/platform-enterprise_docs/enterprise/configuration/authentication/keycloak.md @@ -7,9 +7,7 @@ tags: [authentication, keycloak, oidc] Configure [Keycloak](https://www.keycloak.org/) as a single sign-on (SSO) provider for Seqera Platform using OpenID Connect. -:::info -## Prerequisites {#prerequisites} - +:::info **Prerequisites** Before you begin, you need: - A Keycloak instance diff --git a/platform-enterprise_docs/enterprise/configuration/authentication/okta.md b/platform-enterprise_docs/enterprise/configuration/authentication/okta.md index 8fbbccc50..d49abcb4d 100644 --- a/platform-enterprise_docs/enterprise/configuration/authentication/okta.md +++ b/platform-enterprise_docs/enterprise/configuration/authentication/okta.md @@ -7,9 +7,7 @@ tags: [authentication, okta, oidc] Configure [Okta](https://www.okta.com/) as a single sign-on (SSO) provider for Seqera Platform using OpenID Connect. -:::info -## Prerequisites {#prerequisites} - +:::info **Prerequisites** Before you begin, you need: - An Okta organization diff --git a/platform-enterprise_docs/enterprise/groundswell-docker-compose.md b/platform-enterprise_docs/enterprise/groundswell-docker-compose.md index b784d0f04..fe78b75a5 100644 --- a/platform-enterprise_docs/enterprise/groundswell-docker-compose.md +++ b/platform-enterprise_docs/enterprise/groundswell-docker-compose.md @@ -7,9 +7,7 @@ tags: [docker, compose, groundswell, pipeline optimization, deployment] This guide describes how to deploy the pipeline optimization service (referred to as `groundswell` in the configuration file) for Seqera Platform Enterprise using Docker Compose. -:::info -## Prerequisites {#prerequisites} - +:::info **Prerequisites** Other than the basic requirements [already listed in the Pipeline Optimization installation overview](./install-groundswell#prerequisites), you will need: - Docker Engine and Docker Compose ::: diff --git a/platform-enterprise_docs/enterprise/groundswell-helm.md b/platform-enterprise_docs/enterprise/groundswell-helm.md index 7fa42ce35..745be3b97 100644 --- a/platform-enterprise_docs/enterprise/groundswell-helm.md +++ b/platform-enterprise_docs/enterprise/groundswell-helm.md @@ -7,9 +7,7 @@ tags: [helm, deployment, installation, kubernetes, pipeline-optimization] [Helm](https://helm.sh) is an open-source command line tool used for managing Kubernetes applications. Seqera offers a [Helm chart](https://github.com/seqeralabs/helm-charts/tree/pipeline-optimization-0.2.4/platform/charts/pipeline-optimization) to deploy Pipeline Optimization Enterprise on a Kubernetes cluster. -:::info -## Prerequisites {#prerequisites} - +:::info **Prerequisites** Other than the basic requirements [already listed in the Pipeline Optimization installation overview](./install-groundswell#prerequisites), you will need: - A Kubernetes cluster - [Helm v3](https://helm.sh/docs/intro/install) and [kubectl](https://kubernetes.io/docs/tasks/tools/) installed locally diff --git a/platform-enterprise_docs/enterprise/groundswell-kubernetes.md b/platform-enterprise_docs/enterprise/groundswell-kubernetes.md index b8768bc6a..9a87b6b52 100644 --- a/platform-enterprise_docs/enterprise/groundswell-kubernetes.md +++ b/platform-enterprise_docs/enterprise/groundswell-kubernetes.md @@ -7,9 +7,7 @@ tags: [kubernetes, groundswell, pipeline optimization, deployment] This guide describes how to deploy the pipeline optimization service (referred to as `groundswell` in the configuration file) for Seqera Platform Enterprise on Kubernetes. -:::info -## Prerequisites {#prerequisites} - +:::info **Prerequisites** Other than the basic requirements [already listed in the Pipeline Optimization installation overview](./install-groundswell#prerequisites), you will need: - A Kubernetes cluster - [kubectl](https://kubernetes.io/docs/tasks/tools/) installed locally diff --git a/platform-enterprise_docs/enterprise/install-groundswell.md b/platform-enterprise_docs/enterprise/install-groundswell.md index d42d32d09..0acbe3035 100644 --- a/platform-enterprise_docs/enterprise/install-groundswell.md +++ b/platform-enterprise_docs/enterprise/install-groundswell.md @@ -17,9 +17,7 @@ Pipeline optimization (Groundswell) uses resource usage data from previous workf See each deployment guide for detailed requirements. -:::info -## Prerequisites {#prerequisites} - +:::info **Prerequisites** Before you begin, you need: - A running Seqera Platform Enterprise deployment - A MySQL 8 database separate from the one used by Seqera Platform diff --git a/platform-enterprise_docs/enterprise/install-platform.md b/platform-enterprise_docs/enterprise/install-platform.md index 951ad7cfb..151e4f980 100644 --- a/platform-enterprise_docs/enterprise/install-platform.md +++ b/platform-enterprise_docs/enterprise/install-platform.md @@ -18,9 +18,7 @@ Seqera Platform Enterprise can be deployed using Docker Compose, Kubernetes, or See each deployment guide for detailed requirements. -:::info -## Prerequisites {#prerequisites} - +:::info **Prerequisites** Before you begin, you need: - A MySQL 8 database - A Redis 7 instance diff --git a/platform-enterprise_docs/enterprise/install-studios.md b/platform-enterprise_docs/enterprise/install-studios.md index aa954e692..8dc193e63 100644 --- a/platform-enterprise_docs/enterprise/install-studios.md +++ b/platform-enterprise_docs/enterprise/install-studios.md @@ -17,9 +17,7 @@ Studios provides interactive analysis environments within Seqera Platform. Deplo See each deployment guide for detailed requirements. -:::info -## Prerequisites {#prerequisites} - +:::info **Prerequisites** Before you begin, you need: - A running Seqera Platform Enterprise deployment at hostname `example.com` or `platform.example.com` - A Redis 7 instance separate from the one used by Seqera Platform diff --git a/platform-enterprise_docs/enterprise/platform-docker-compose.md b/platform-enterprise_docs/enterprise/platform-docker-compose.md index 6e72b7717..b5f82ceb9 100644 --- a/platform-enterprise_docs/enterprise/platform-docker-compose.md +++ b/platform-enterprise_docs/enterprise/platform-docker-compose.md @@ -7,9 +7,7 @@ tags: [docker, compose, deployment] Docker Compose deployments are suitable for evaluation, development, and small production workloads. -:::info -## Prerequisites {#prerequisites} - +:::info **Prerequisites** Other than the basic requirements [already listed in the Platform installation overview](./install-platform#prerequisites), you will need: - Docker Engine and Docker Compose ::: diff --git a/platform-enterprise_docs/enterprise/platform-helm.md b/platform-enterprise_docs/enterprise/platform-helm.md index b4ca21798..91567aad8 100644 --- a/platform-enterprise_docs/enterprise/platform-helm.md +++ b/platform-enterprise_docs/enterprise/platform-helm.md @@ -7,9 +7,7 @@ tags: [helm, deployment, installation, kubernetes] [Helm](https://helm.sh) is an open-source command line tool used for managing Kubernetes applications. Seqera offers a [Helm chart](https://github.com/seqeralabs/helm-charts/tree/platform-0.20.1/platform) to deploy Seqera Platform Enterprise on a Kubernetes cluster. -:::info -## Prerequisites {#prerequisites} - +:::info **Prerequisites** Other than the basic requirements [already listed in the Platform installation overview](./install-platform#prerequisites), you will need: - A Kubernetes cluster - [Helm v3](https://helm.sh/docs/intro/install) and [kubectl](https://kubernetes.io/docs/tasks/tools/) installed locally diff --git a/platform-enterprise_docs/enterprise/platform-kubernetes.md b/platform-enterprise_docs/enterprise/platform-kubernetes.md index cee8f1be6..d8a7b0526 100644 --- a/platform-enterprise_docs/enterprise/platform-kubernetes.md +++ b/platform-enterprise_docs/enterprise/platform-kubernetes.md @@ -7,9 +7,7 @@ tags: [kubernetes, deployment] Kubernetes deployments are recommended for production workloads requiring high availability and scalability. -:::info -## Prerequisites {#prerequisites} - +:::info **Prerequisites** Other than the basic requirements [already listed in the Platform installation overview](./install-platform#prerequisites), you will need: - A Kubernetes cluster - [kubectl](https://kubernetes.io/docs/tasks/tools/) installed locally diff --git a/platform-enterprise_docs/enterprise/studios-docker-compose.md b/platform-enterprise_docs/enterprise/studios-docker-compose.md index c20916bfc..9d4176d30 100644 --- a/platform-enterprise_docs/enterprise/studios-docker-compose.md +++ b/platform-enterprise_docs/enterprise/studios-docker-compose.md @@ -7,9 +7,7 @@ tags: [docker, compose, studios, deployment] This guide describes how to deploy Studios for Seqera Platform Enterprise with Docker Compose. -:::info -## Prerequisites {#prerequisites} - +:::info **Prerequisites** Other than the basic requirements [already listed in the Studios installation overview](./install-studios#prerequisites), you will need: - Docker Engine and Docker Compose ::: diff --git a/platform-enterprise_docs/enterprise/studios-helm.md b/platform-enterprise_docs/enterprise/studios-helm.md index d1a10d432..3f1b032db 100644 --- a/platform-enterprise_docs/enterprise/studios-helm.md +++ b/platform-enterprise_docs/enterprise/studios-helm.md @@ -7,9 +7,7 @@ tags: [helm, deployment, installation, kubernetes, studios] [Helm](https://helm.sh) is an open-source command line tool used for managing Kubernetes applications. Seqera offers a [Helm chart](https://github.com/seqeralabs/helm-charts/tree/studios-1.1.3/platform/charts/studios) to deploy Studios Enterprise on a Kubernetes cluster. -:::info -## Prerequisites {#prerequisites} - +:::info **Prerequisites** Other than the basic requirements [already listed in the Studios installation overview](./install-studios#prerequisites), you will need: - A Kubernetes cluster - [Helm v3](https://helm.sh/docs/intro/install) and [kubectl](https://kubernetes.io/docs/tasks/tools/) installed locally diff --git a/platform-enterprise_docs/enterprise/studios-kubernetes.md b/platform-enterprise_docs/enterprise/studios-kubernetes.md index 74fabe261..7f60845bd 100644 --- a/platform-enterprise_docs/enterprise/studios-kubernetes.md +++ b/platform-enterprise_docs/enterprise/studios-kubernetes.md @@ -7,9 +7,7 @@ tags: [kubernetes, studios, deployment] This guide describes how to deploy Studios for Seqera Platform Enterprise on Kubernetes. -:::info -## Prerequisites {#prerequisites} - +:::info **Prerequisites** Other than the basic requirements [already listed in the Studios installation overview](./install-studios#prerequisites), you will need: - A Kubernetes cluster - [kubectl](https://kubernetes.io/docs/tasks/tools/) installed locally diff --git a/platform-enterprise_docs/enterprise/studios-ssh.md b/platform-enterprise_docs/enterprise/studios-ssh.md index 7d860b481..a771ba226 100644 --- a/platform-enterprise_docs/enterprise/studios-ssh.md +++ b/platform-enterprise_docs/enterprise/studios-ssh.md @@ -21,9 +21,7 @@ To enable SSH access to running Studio sessions, you need: If you have pinned Studio container images to specific versions, you will need to [migrate](../studios/managing#migrate-a-studio-from-an-earlier-container-image-template) them to the required Connect client version. -:::info -## Prerequisites {#prerequisites} - +:::info **Prerequisites** - Studios enabled (see [Studios installation](./install-studios)) - Access to Platform configuration - Administrative access to modify your deployment infrastructure diff --git a/platform-enterprise_versioned_docs/version-25.3/enterprise/advanced-topics/manual-azure-batch-setup.md b/platform-enterprise_versioned_docs/version-25.3/enterprise/advanced-topics/manual-azure-batch-setup.md index 6335c4091..13de8d831 100644 --- a/platform-enterprise_versioned_docs/version-25.3/enterprise/advanced-topics/manual-azure-batch-setup.md +++ b/platform-enterprise_versioned_docs/version-25.3/enterprise/advanced-topics/manual-azure-batch-setup.md @@ -8,9 +8,7 @@ This guide details how to set up more complex Azure Batch compute environments w The first step indicates how to configure a simple Azure Batch compute environment on Azure and Seqera Platform, however beyond that is not required for most users and is only recommended for those who need to customize their compute environments. -:::info -## Prerequisites {#prerequisites} - +:::info **Prerequisites** - An Azure account with sufficient permissions to create resources. - [Azure CLI][install-azure-cli] - [Seqera Platform CLI][install-seqera-cli] diff --git a/platform-enterprise_versioned_docs/version-25.3/enterprise/configuration/authentication/email.md b/platform-enterprise_versioned_docs/version-25.3/enterprise/configuration/authentication/email.md index e1ea4eeb9..8f36c581e 100644 --- a/platform-enterprise_versioned_docs/version-25.3/enterprise/configuration/authentication/email.md +++ b/platform-enterprise_versioned_docs/version-25.3/enterprise/configuration/authentication/email.md @@ -17,9 +17,7 @@ Email authentication provides a passwordless login experience where users: New users are automatically registered on their first login if their email address matches the trusted email patterns. The access link contains a time-limited token that expires after use. -:::info -## Prerequisites {#prerequisites} - +:::info **Prerequisites** Before enabling email authentication, you need: - A configured SMTP server for sending authentication emails diff --git a/platform-enterprise_versioned_docs/version-25.3/enterprise/configuration/authentication/entra.md b/platform-enterprise_versioned_docs/version-25.3/enterprise/configuration/authentication/entra.md index b932957c7..93c0f8a57 100644 --- a/platform-enterprise_versioned_docs/version-25.3/enterprise/configuration/authentication/entra.md +++ b/platform-enterprise_versioned_docs/version-25.3/enterprise/configuration/authentication/entra.md @@ -7,9 +7,7 @@ tags: [authentication, entra, azure, oidc] Configure [Microsoft Entra ID](https://learn.microsoft.com/en-us/entra/identity-platform/v2-protocols-oidc) as a single sign-on (SSO) provider for Seqera Platform using OpenID Connect. -:::info -## Prerequisites {#prerequisites} - +:::info **Prerequisites** Before you begin, you need: - An Azure account with Entra ID access diff --git a/platform-enterprise_versioned_docs/version-25.3/enterprise/configuration/authentication/github.md b/platform-enterprise_versioned_docs/version-25.3/enterprise/configuration/authentication/github.md index e2ec68aa8..89607fffe 100644 --- a/platform-enterprise_versioned_docs/version-25.3/enterprise/configuration/authentication/github.md +++ b/platform-enterprise_versioned_docs/version-25.3/enterprise/configuration/authentication/github.md @@ -7,9 +7,7 @@ tags: [authentication, github, oauth] Configure GitHub as a single sign-on (SSO) provider for Seqera Platform. -:::info -## Prerequisites {#prerequisites} - +:::info **Prerequisites** Before you begin, you need: - A GitHub organization diff --git a/platform-enterprise_versioned_docs/version-25.3/enterprise/configuration/authentication/google.md b/platform-enterprise_versioned_docs/version-25.3/enterprise/configuration/authentication/google.md index bbf73b5a7..826d55931 100644 --- a/platform-enterprise_versioned_docs/version-25.3/enterprise/configuration/authentication/google.md +++ b/platform-enterprise_versioned_docs/version-25.3/enterprise/configuration/authentication/google.md @@ -7,9 +7,7 @@ tags: [authentication, google, oauth] Configure Google as a single sign-on (SSO) provider for Seqera Platform. -:::info -## Prerequisites {#prerequisites} - +:::info **Prerequisites** Before you begin, you need: - A Google Cloud account diff --git a/platform-enterprise_versioned_docs/version-25.3/enterprise/configuration/authentication/keycloak.md b/platform-enterprise_versioned_docs/version-25.3/enterprise/configuration/authentication/keycloak.md index 092b6f277..7cc01ef73 100644 --- a/platform-enterprise_versioned_docs/version-25.3/enterprise/configuration/authentication/keycloak.md +++ b/platform-enterprise_versioned_docs/version-25.3/enterprise/configuration/authentication/keycloak.md @@ -7,9 +7,7 @@ tags: [authentication, keycloak, oidc] Configure [Keycloak](https://www.keycloak.org/) as a single sign-on (SSO) provider for Seqera Platform using OpenID Connect. -:::info -## Prerequisites {#prerequisites} - +:::info **Prerequisites** Before you begin, you need: - A Keycloak instance diff --git a/platform-enterprise_versioned_docs/version-25.3/enterprise/configuration/authentication/okta.md b/platform-enterprise_versioned_docs/version-25.3/enterprise/configuration/authentication/okta.md index 8fbbccc50..d49abcb4d 100644 --- a/platform-enterprise_versioned_docs/version-25.3/enterprise/configuration/authentication/okta.md +++ b/platform-enterprise_versioned_docs/version-25.3/enterprise/configuration/authentication/okta.md @@ -7,9 +7,7 @@ tags: [authentication, okta, oidc] Configure [Okta](https://www.okta.com/) as a single sign-on (SSO) provider for Seqera Platform using OpenID Connect. -:::info -## Prerequisites {#prerequisites} - +:::info **Prerequisites** Before you begin, you need: - An Okta organization diff --git a/platform-enterprise_versioned_docs/version-25.3/enterprise/groundswell-docker-compose.md b/platform-enterprise_versioned_docs/version-25.3/enterprise/groundswell-docker-compose.md index b784d0f04..fe78b75a5 100644 --- a/platform-enterprise_versioned_docs/version-25.3/enterprise/groundswell-docker-compose.md +++ b/platform-enterprise_versioned_docs/version-25.3/enterprise/groundswell-docker-compose.md @@ -7,9 +7,7 @@ tags: [docker, compose, groundswell, pipeline optimization, deployment] This guide describes how to deploy the pipeline optimization service (referred to as `groundswell` in the configuration file) for Seqera Platform Enterprise using Docker Compose. -:::info -## Prerequisites {#prerequisites} - +:::info **Prerequisites** Other than the basic requirements [already listed in the Pipeline Optimization installation overview](./install-groundswell#prerequisites), you will need: - Docker Engine and Docker Compose ::: diff --git a/platform-enterprise_versioned_docs/version-25.3/enterprise/groundswell-helm.md b/platform-enterprise_versioned_docs/version-25.3/enterprise/groundswell-helm.md index 7fa42ce35..745be3b97 100644 --- a/platform-enterprise_versioned_docs/version-25.3/enterprise/groundswell-helm.md +++ b/platform-enterprise_versioned_docs/version-25.3/enterprise/groundswell-helm.md @@ -7,9 +7,7 @@ tags: [helm, deployment, installation, kubernetes, pipeline-optimization] [Helm](https://helm.sh) is an open-source command line tool used for managing Kubernetes applications. Seqera offers a [Helm chart](https://github.com/seqeralabs/helm-charts/tree/pipeline-optimization-0.2.4/platform/charts/pipeline-optimization) to deploy Pipeline Optimization Enterprise on a Kubernetes cluster. -:::info -## Prerequisites {#prerequisites} - +:::info **Prerequisites** Other than the basic requirements [already listed in the Pipeline Optimization installation overview](./install-groundswell#prerequisites), you will need: - A Kubernetes cluster - [Helm v3](https://helm.sh/docs/intro/install) and [kubectl](https://kubernetes.io/docs/tasks/tools/) installed locally diff --git a/platform-enterprise_versioned_docs/version-25.3/enterprise/groundswell-kubernetes.md b/platform-enterprise_versioned_docs/version-25.3/enterprise/groundswell-kubernetes.md index b8768bc6a..9a87b6b52 100644 --- a/platform-enterprise_versioned_docs/version-25.3/enterprise/groundswell-kubernetes.md +++ b/platform-enterprise_versioned_docs/version-25.3/enterprise/groundswell-kubernetes.md @@ -7,9 +7,7 @@ tags: [kubernetes, groundswell, pipeline optimization, deployment] This guide describes how to deploy the pipeline optimization service (referred to as `groundswell` in the configuration file) for Seqera Platform Enterprise on Kubernetes. -:::info -## Prerequisites {#prerequisites} - +:::info **Prerequisites** Other than the basic requirements [already listed in the Pipeline Optimization installation overview](./install-groundswell#prerequisites), you will need: - A Kubernetes cluster - [kubectl](https://kubernetes.io/docs/tasks/tools/) installed locally diff --git a/platform-enterprise_versioned_docs/version-25.3/enterprise/install-groundswell.md b/platform-enterprise_versioned_docs/version-25.3/enterprise/install-groundswell.md index d42d32d09..0acbe3035 100644 --- a/platform-enterprise_versioned_docs/version-25.3/enterprise/install-groundswell.md +++ b/platform-enterprise_versioned_docs/version-25.3/enterprise/install-groundswell.md @@ -17,9 +17,7 @@ Pipeline optimization (Groundswell) uses resource usage data from previous workf See each deployment guide for detailed requirements. -:::info -## Prerequisites {#prerequisites} - +:::info **Prerequisites** Before you begin, you need: - A running Seqera Platform Enterprise deployment - A MySQL 8 database separate from the one used by Seqera Platform diff --git a/platform-enterprise_versioned_docs/version-25.3/enterprise/install-platform.md b/platform-enterprise_versioned_docs/version-25.3/enterprise/install-platform.md index 951ad7cfb..151e4f980 100644 --- a/platform-enterprise_versioned_docs/version-25.3/enterprise/install-platform.md +++ b/platform-enterprise_versioned_docs/version-25.3/enterprise/install-platform.md @@ -18,9 +18,7 @@ Seqera Platform Enterprise can be deployed using Docker Compose, Kubernetes, or See each deployment guide for detailed requirements. -:::info -## Prerequisites {#prerequisites} - +:::info **Prerequisites** Before you begin, you need: - A MySQL 8 database - A Redis 7 instance diff --git a/platform-enterprise_versioned_docs/version-25.3/enterprise/install-studios.md b/platform-enterprise_versioned_docs/version-25.3/enterprise/install-studios.md index aa954e692..8dc193e63 100644 --- a/platform-enterprise_versioned_docs/version-25.3/enterprise/install-studios.md +++ b/platform-enterprise_versioned_docs/version-25.3/enterprise/install-studios.md @@ -17,9 +17,7 @@ Studios provides interactive analysis environments within Seqera Platform. Deplo See each deployment guide for detailed requirements. -:::info -## Prerequisites {#prerequisites} - +:::info **Prerequisites** Before you begin, you need: - A running Seqera Platform Enterprise deployment at hostname `example.com` or `platform.example.com` - A Redis 7 instance separate from the one used by Seqera Platform diff --git a/platform-enterprise_versioned_docs/version-25.3/enterprise/platform-docker-compose.md b/platform-enterprise_versioned_docs/version-25.3/enterprise/platform-docker-compose.md index 6e72b7717..b5f82ceb9 100644 --- a/platform-enterprise_versioned_docs/version-25.3/enterprise/platform-docker-compose.md +++ b/platform-enterprise_versioned_docs/version-25.3/enterprise/platform-docker-compose.md @@ -7,9 +7,7 @@ tags: [docker, compose, deployment] Docker Compose deployments are suitable for evaluation, development, and small production workloads. -:::info -## Prerequisites {#prerequisites} - +:::info **Prerequisites** Other than the basic requirements [already listed in the Platform installation overview](./install-platform#prerequisites), you will need: - Docker Engine and Docker Compose ::: diff --git a/platform-enterprise_versioned_docs/version-25.3/enterprise/platform-helm.md b/platform-enterprise_versioned_docs/version-25.3/enterprise/platform-helm.md index b4ca21798..91567aad8 100644 --- a/platform-enterprise_versioned_docs/version-25.3/enterprise/platform-helm.md +++ b/platform-enterprise_versioned_docs/version-25.3/enterprise/platform-helm.md @@ -7,9 +7,7 @@ tags: [helm, deployment, installation, kubernetes] [Helm](https://helm.sh) is an open-source command line tool used for managing Kubernetes applications. Seqera offers a [Helm chart](https://github.com/seqeralabs/helm-charts/tree/platform-0.20.1/platform) to deploy Seqera Platform Enterprise on a Kubernetes cluster. -:::info -## Prerequisites {#prerequisites} - +:::info **Prerequisites** Other than the basic requirements [already listed in the Platform installation overview](./install-platform#prerequisites), you will need: - A Kubernetes cluster - [Helm v3](https://helm.sh/docs/intro/install) and [kubectl](https://kubernetes.io/docs/tasks/tools/) installed locally diff --git a/platform-enterprise_versioned_docs/version-25.3/enterprise/platform-kubernetes.md b/platform-enterprise_versioned_docs/version-25.3/enterprise/platform-kubernetes.md index f3db5d408..394802036 100644 --- a/platform-enterprise_versioned_docs/version-25.3/enterprise/platform-kubernetes.md +++ b/platform-enterprise_versioned_docs/version-25.3/enterprise/platform-kubernetes.md @@ -7,9 +7,7 @@ tags: [kubernetes, deployment] Kubernetes deployments are recommended for production workloads requiring high availability and scalability. -:::info -## Prerequisites {#prerequisites} - +:::info **Prerequisites** Other than the basic requirements [already listed in the Platform installation overview](./install-platform#prerequisites), you will need: - A Kubernetes cluster - [kubectl](https://kubernetes.io/docs/tasks/tools/) installed locally diff --git a/platform-enterprise_versioned_docs/version-25.3/enterprise/studios-docker-compose.md b/platform-enterprise_versioned_docs/version-25.3/enterprise/studios-docker-compose.md index c20916bfc..9d4176d30 100644 --- a/platform-enterprise_versioned_docs/version-25.3/enterprise/studios-docker-compose.md +++ b/platform-enterprise_versioned_docs/version-25.3/enterprise/studios-docker-compose.md @@ -7,9 +7,7 @@ tags: [docker, compose, studios, deployment] This guide describes how to deploy Studios for Seqera Platform Enterprise with Docker Compose. -:::info -## Prerequisites {#prerequisites} - +:::info **Prerequisites** Other than the basic requirements [already listed in the Studios installation overview](./install-studios#prerequisites), you will need: - Docker Engine and Docker Compose ::: diff --git a/platform-enterprise_versioned_docs/version-25.3/enterprise/studios-helm.md b/platform-enterprise_versioned_docs/version-25.3/enterprise/studios-helm.md index d1a10d432..3f1b032db 100644 --- a/platform-enterprise_versioned_docs/version-25.3/enterprise/studios-helm.md +++ b/platform-enterprise_versioned_docs/version-25.3/enterprise/studios-helm.md @@ -7,9 +7,7 @@ tags: [helm, deployment, installation, kubernetes, studios] [Helm](https://helm.sh) is an open-source command line tool used for managing Kubernetes applications. Seqera offers a [Helm chart](https://github.com/seqeralabs/helm-charts/tree/studios-1.1.3/platform/charts/studios) to deploy Studios Enterprise on a Kubernetes cluster. -:::info -## Prerequisites {#prerequisites} - +:::info **Prerequisites** Other than the basic requirements [already listed in the Studios installation overview](./install-studios#prerequisites), you will need: - A Kubernetes cluster - [Helm v3](https://helm.sh/docs/intro/install) and [kubectl](https://kubernetes.io/docs/tasks/tools/) installed locally diff --git a/platform-enterprise_versioned_docs/version-25.3/enterprise/studios-kubernetes.md b/platform-enterprise_versioned_docs/version-25.3/enterprise/studios-kubernetes.md index 74fabe261..7f60845bd 100644 --- a/platform-enterprise_versioned_docs/version-25.3/enterprise/studios-kubernetes.md +++ b/platform-enterprise_versioned_docs/version-25.3/enterprise/studios-kubernetes.md @@ -7,9 +7,7 @@ tags: [kubernetes, studios, deployment] This guide describes how to deploy Studios for Seqera Platform Enterprise on Kubernetes. -:::info -## Prerequisites {#prerequisites} - +:::info **Prerequisites** Other than the basic requirements [already listed in the Studios installation overview](./install-studios#prerequisites), you will need: - A Kubernetes cluster - [kubectl](https://kubernetes.io/docs/tasks/tools/) installed locally diff --git a/platform-enterprise_versioned_docs/version-25.3/enterprise/studios-ssh.md b/platform-enterprise_versioned_docs/version-25.3/enterprise/studios-ssh.md index 0fd9cdb19..5180cacc8 100644 --- a/platform-enterprise_versioned_docs/version-25.3/enterprise/studios-ssh.md +++ b/platform-enterprise_versioned_docs/version-25.3/enterprise/studios-ssh.md @@ -21,9 +21,7 @@ To enable SSH access for running Studio sessions, you need: If you have pinned Studio container images to specific versions, you will need to [migrate](../studios/managing#migrate-a-studio-from-an-earlier-container-image-template) them to include the required Connect client version. -:::info -## Prerequisites {#prerequisites} - +:::info **Prerequisites** - Studios enabled (see [Studios installation](./install-studios)) - Access to Platform configuration - Administrative access to modify your deployment infrastructure