diff --git a/docs/integrations/services/gitlab/index.md b/docs/integrations/services/gitlab/index.md index 33de33dcb..70a6ca746 100644 --- a/docs/integrations/services/gitlab/index.md +++ b/docs/integrations/services/gitlab/index.md @@ -4,9 +4,8 @@ From https://about.gitlab.com/what-is-gitlab/ -``` -GitLab is a complete DevOps platform, delivered as a single application. This makes GitLab unique and makes Concurrent DevOps possible, unlocking your organization from the constraints of a pieced together toolchain. Join us for a live Q&A to learn how GitLab can give you unmatched visibility and higher levels of efficiency in a single application across the DevOps lifecycle. -``` +!!! note "" + GitLab is a complete DevOps platform, delivered as a single application. This makes GitLab unique and makes Concurrent DevOps possible, unlocking your organization from the constraints of a pieced together toolchain. Join us for a live Q&A to learn how GitLab can give you unmatched visibility and higher levels of efficiency in a single application across the DevOps lifecycle. ## Preparation diff --git a/docs/integrations/services/harbor/index.md b/docs/integrations/services/harbor/index.md index 13c190181..fd1ac0142 100644 --- a/docs/integrations/services/harbor/index.md +++ b/docs/integrations/services/harbor/index.md @@ -4,9 +4,8 @@ From https://goharbor.io -``` -Harbor is an open source container image registry that secures images with role-based access control, scans images for vulnerabilities, and signs images as trusted. A CNCF Incubating project, Harbor delivers compliance, performance, and interoperability to help you consistently and securely manage images across cloud native compute platforms like Kubernetes and Docker. -``` +!!! note "" + Harbor is an open source container image registry that secures images with role-based access control, scans images for vulnerabilities, and signs images as trusted. A CNCF Incubating project, Harbor delivers compliance, performance, and interoperability to help you consistently and securely manage images across cloud native compute platforms like Kubernetes and Docker. ## Preparation diff --git a/docs/integrations/services/rancher/index.md b/docs/integrations/services/rancher/index.md index 498280527..786a50a03 100644 --- a/docs/integrations/services/rancher/index.md +++ b/docs/integrations/services/rancher/index.md @@ -4,10 +4,9 @@ From https://rancher.com/products/rancher -``` -An Enterprise Platform for Managing Kubernetes Everywhere -Rancher is a platform built to address the needs of the DevOps teams deploying applications with Kubernetes, and the IT staff responsible for delivering an enterprise-critical service. -``` +!!! note "" + An Enterprise Platform for Managing Kubernetes Everywhere + Rancher is a platform built to address the needs of the DevOps teams deploying applications with Kubernetes, and the IT staff responsible for delivering an enterprise-critical service. ## Preparation diff --git a/docs/integrations/services/sentry/index.md b/docs/integrations/services/sentry/index.md index d8161bec4..bb2456e36 100644 --- a/docs/integrations/services/sentry/index.md +++ b/docs/integrations/services/sentry/index.md @@ -4,13 +4,12 @@ From https://sentry.io -``` -Sentry provides self-hosted and cloud-based error monitoring that helps all software -teams discover, triage, and prioritize errors in real-time. +!!! note "" + Sentry provides self-hosted and cloud-based error monitoring that helps all software + teams discover, triage, and prioritize errors in real-time. -One million developers at over fifty thousand companies already ship -better software faster with Sentry. Won’t you join them? -``` + One million developers at over fifty thousand companies already ship + better software faster with Sentry. Won’t you join them? ## Preparation diff --git a/mkdocs.yml b/mkdocs.yml index bd2251ab4..f527d947b 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -32,3 +32,4 @@ theme: markdown_extensions: - toc: permalink: "¶" + - admonition