From 5dad853f8a8ae1e2c623af86f49e11ba6e5209f4 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Tue, 18 Feb 2020 15:34:41 +0100 Subject: [PATCH] docs: use note blocks instead of code blocks for product description --- docs/integrations/services/gitlab/index.md | 5 ++--- docs/integrations/services/harbor/index.md | 5 ++--- docs/integrations/services/rancher/index.md | 7 +++---- docs/integrations/services/sentry/index.md | 11 +++++------ mkdocs.yml | 1 + 5 files changed, 13 insertions(+), 16 deletions(-) diff --git a/docs/integrations/services/gitlab/index.md b/docs/integrations/services/gitlab/index.md index 33de33dcb7..70a6ca746c 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 13c190181d..fd1ac0142b 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 4982805276..786a50a031 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 d8161bec40..bb2456e368 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 bd2251ab46..f527d947b8 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -32,3 +32,4 @@ theme: markdown_extensions: - toc: permalink: "¶" + - admonition