fix: convert WARNING, NOTICE and Important blockquotes to Docusaurus admonitions#386
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: mesutoezdil The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
✅ Deploy Preview for project-hami ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
windsonsea
left a comment
There was a problem hiding this comment.
Those indentations are required.
| :::caution | ||
|
|
||
| Replace `externalPrometheus.address` with the in-cluster Prometheus URL that your environment uses. | ||
|
|
||
| ::: |
There was a problem hiding this comment.
| :::caution | |
| Replace `externalPrometheus.address` with the in-cluster Prometheus URL that your environment uses. | |
| ::: | |
| :::caution | |
| Replace `externalPrometheus.address` with the in-cluster Prometheus URL that your environment uses. | |
| ::: |
| :::caution | ||
|
|
||
| Replace `externalPrometheus.address` with the in-cluster Prometheus URL that your environment uses. | ||
|
|
||
| ::: |
There was a problem hiding this comment.
| :::caution | |
| Replace `externalPrometheus.address` with the in-cluster Prometheus URL that your environment uses. | |
| ::: | |
| :::caution | |
| Replace `externalPrometheus.address` with the in-cluster Prometheus URL that your environment uses. | |
| ::: |
| :::caution | ||
|
|
||
| Replace `externalPrometheus.address` with the in-cluster Prometheus URL that your environment uses. | ||
|
|
||
| ::: |
There was a problem hiding this comment.
| :::caution | |
| Replace `externalPrometheus.address` with the in-cluster Prometheus URL that your environment uses. | |
| ::: | |
| :::caution | |
| Replace `externalPrometheus.address` with the in-cluster Prometheus URL that your environment uses. | |
| ::: |
| :::caution | ||
|
|
||
| Replace `externalPrometheus.address` with the in-cluster Prometheus URL that your environment uses. | ||
|
|
||
| ::: |
There was a problem hiding this comment.
| :::caution | |
| Replace `externalPrometheus.address` with the in-cluster Prometheus URL that your environment uses. | |
| ::: | |
| :::caution | |
| Replace `externalPrometheus.address` with the in-cluster Prometheus URL that your environment uses. | |
| ::: |
| :::caution | ||
|
|
||
| Replace `externalPrometheus.address` with the in-cluster Prometheus URL that your environment uses. | ||
|
|
||
| ::: |
There was a problem hiding this comment.
| :::caution | |
| Replace `externalPrometheus.address` with the in-cluster Prometheus URL that your environment uses. | |
| ::: | |
| :::caution | |
| Replace `externalPrometheus.address` with the in-cluster Prometheus URL that your environment uses. | |
| ::: |
17a277e to
b19bf06
Compare
…admonitions Converts 48 informal blockquote-style markers to Docusaurus admonitions across docs/, versioned_docs/, and i18n/: - WARNING blocks become :::warning - NOTICE blocks become :::note - Important blocks become :::caution Multi-line blockquotes are merged into a single admonition block. Indented admonition content is indented to match the opener level. Trailing newlines added where missing. No content changes. Signed-off-by: mesutoezdil <mesudozdil@gmail.com>
6f76adb to
88922e3
Compare
Converts 48 remaining informal blockquotes to Docusaurus admonitions across docs/, versioned_docs/, and i18n/. WARNING blocks become :::warning, NOTICE blocks become :::note, and Important blocks become :::caution. No content changes.