bito-code-review[bot] commented on PR #35791:
URL: https://github.com/apache/superset/pull/35791#issuecomment-3431405626
<details open>
<summary><strong>Interaction Diagram by <a
href="https://bito.ai#sequence_diagram">Bito</a></strong></summary>
```mermaid
sequenceDiagram
participant DEV as Developer
participant DOCS as Documentation System<br/>🔄 Updated | ●○○ Low
participant MDX as sql-templating.mdx<br/>🔄 Updated | ●○○ Low
participant DOCUSAURUS as Docusaurus Renderer
participant WEB as Web Browser
Note over MDX: Warning format updated<br/>Custom markdown → Docusaurus
admonition
DEV->>DOCS: Update documentation format
DOCS->>MDX: Apply admonition syntax change
MDX->>DOCUSAURUS: Process updated warning block
DOCUSAURUS->>WEB: Render formatted warning
WEB-->>DEV: Display updated documentation
```
Critical path: Documentation System->sql-templating.mdx->Docusaurus
Renderer->Web Browser
> **Note:** Documentation formatting change converts custom markdown warning
to Docusaurus admonition syntax. No functional code changes - purely cosmetic
documentation improvement for better consistency with Docusaurus standards.
</details>
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]