Skip to content

Commit bd8953a

Browse files
moved warp title to breakout
1 parent e872b06 commit bd8953a

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/content/partials/magic-wan/connector/app-aware-policies/breakout-prioritized.mdx

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ params:
66
- jsonType
77
---
88

9-
import { APIRequest, Aside, Markdown, Render, TabItem, Tabs } from "~/components";
9+
import { APIRequest, Aside, AnchorHeading, Markdown, Render, TabItem, Tabs } from "~/components";
1010

1111
{ props.magicWord === "breakout" && (
1212
<>
@@ -20,7 +20,7 @@ import { APIRequest, Aside, Markdown, Render, TabItem, Tabs } from "~/components
2020
<>
2121
<p>Prioritized traffic allows you to define which applications Magic WAN Connector should process first. Applications not in the list will be queued behind prioritized traffic.</p>
2222
<p>Similarly to breakout traffic, prioritized traffic also works via DNS requests inspection.</p>
23-
<Aside type="note">Prioritized traffic will not work for applications that use DNS-over-HTTPS.</Aside>
23+
<Aside type="caution">Prioritized traffic will not work for applications that use DNS-over-HTTPS.</Aside>
2424
</>
2525
)
2626
}
@@ -204,10 +204,9 @@ Take note of the `"account_app_id"` value for the application that want to delet
204204

205205
</TabItem> </Tabs>
206206

207-
## WARP traffic
208-
209207
{ props.magicWord === "breakout" && (
210208
<>
209+
<AnchorHeading title="WARP traffic" depth={2} />
211210
<Render file="connector/app-aware-policies/warp-traffic" />
212211
</>
213212
)

0 commit comments

Comments
 (0)