docs: use note blocks instead of code blocks for product description
This commit is contained in:
parent
9f00843441
commit
5dad853f8a
|
@ -4,9 +4,8 @@
|
||||||
|
|
||||||
From https://about.gitlab.com/what-is-gitlab/
|
From https://about.gitlab.com/what-is-gitlab/
|
||||||
|
|
||||||
```
|
!!! 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.
|
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
|
## Preparation
|
||||||
|
|
||||||
|
|
|
@ -4,9 +4,8 @@
|
||||||
|
|
||||||
From https://goharbor.io
|
From https://goharbor.io
|
||||||
|
|
||||||
```
|
!!! 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.
|
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
|
## Preparation
|
||||||
|
|
||||||
|
|
|
@ -4,10 +4,9 @@
|
||||||
|
|
||||||
From https://rancher.com/products/rancher
|
From https://rancher.com/products/rancher
|
||||||
|
|
||||||
```
|
!!! note ""
|
||||||
An Enterprise Platform for Managing Kubernetes Everywhere
|
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.
|
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
|
## Preparation
|
||||||
|
|
||||||
|
|
|
@ -4,13 +4,12 @@
|
||||||
|
|
||||||
From https://sentry.io
|
From https://sentry.io
|
||||||
|
|
||||||
```
|
!!! note ""
|
||||||
Sentry provides self-hosted and cloud-based error monitoring that helps all software
|
Sentry provides self-hosted and cloud-based error monitoring that helps all software
|
||||||
teams discover, triage, and prioritize errors in real-time.
|
teams discover, triage, and prioritize errors in real-time.
|
||||||
|
|
||||||
One million developers at over fifty thousand companies already ship
|
One million developers at over fifty thousand companies already ship
|
||||||
better software faster with Sentry. Won’t you join them?
|
better software faster with Sentry. Won’t you join them?
|
||||||
```
|
|
||||||
|
|
||||||
## Preparation
|
## Preparation
|
||||||
|
|
||||||
|
|
|
@ -32,3 +32,4 @@ theme:
|
||||||
markdown_extensions:
|
markdown_extensions:
|
||||||
- toc:
|
- toc:
|
||||||
permalink: "¶"
|
permalink: "¶"
|
||||||
|
- admonition
|
||||||
|
|
Reference in New Issue