Do not use markdown in alert

This commit is contained in:
timvisee
2023-06-30 15:24:59 +02:00
parent 17e119ad6e
commit 4084386a13
@@ -64,7 +64,7 @@ qdrant_client = QdrantClient(
)
```
<aside role="alert">Internal communication channels are **never** protected by an API key. It (internal gRPC) uses port 6335 by default if running in distributed mode. You must make sure this port is not publicly reachable and can only be used for node communication or bad things will happen. In Qdrant Cloud and the Qdrant Helm chart access to this is disabled by default.</aside>
<aside role="alert">Internal communication channels are <strong>never</strong> protected by an API key. It (internal gRPC) uses port 6335 by default if running in distributed mode. You must make sure this port is not publicly reachable and can only be used for node communication or bad things will happen. In Qdrant Cloud and the Qdrant Helm chart access to this is disabled by default.</aside>
## TLS