docs(chore): Presentation - Wrap content with scope border

Stylistic choice, could be reverted. This was done to better visually scope the boundary of content tabs, as it's less obvious where they actually end when they're not within an admonition block.

This commit only adds the `!!! quote ""` lines with associated md comment above them, everything else is just indentation.
This commit is contained in:
polarathene 2024-03-10 22:21:03 +13:00
parent e270525176
commit 9c713d6225
1 changed files with 626 additions and 620 deletions

View File

@ -20,6 +20,9 @@ This article describes how to deploy DMS to Kubernetes. We highly recommend ever
When you do not want to or you cannot use Helm, below is a simple starting point for writing your YAML manifests. When you do not want to or you cannot use Helm, below is a simple starting point for writing your YAML manifests.
<!-- This empty quote block is purely for a visual border -->
!!! quote ""
=== "`ConfigMap`" === "`ConfigMap`"
Provide the basic configuration via environment variables with a `ConfigMap`. Note that this is just an example configuration; tune the `ConfigMap` to your needs. Provide the basic configuration via environment variables with a `ConfigMap`. Note that this is just an example configuration; tune the `ConfigMap` to your needs.
@ -346,6 +349,9 @@ The more difficult part with Kubernetes is to expose a deployed DMS instance to
The major problem with exposing DMS to the outside world in Kubernetes is to [preserve the real client IP][Kubernetes-service-source-ip]. The real client IP is required by DMS for performing IP-based DNS and spam checks. The major problem with exposing DMS to the outside world in Kubernetes is to [preserve the real client IP][Kubernetes-service-source-ip]. The real client IP is required by DMS for performing IP-based DNS and spam checks.
<!-- This empty quote block is purely for a visual border -->
!!! quote ""
=== "Configure IP Manually" === "Configure IP Manually"
???+ abstract "Advantages / Disadvantages" ???+ abstract "Advantages / Disadvantages"