Skip to main content

H1

This is my first Docusaurus document in bold!

This is a Markdown page

  • we are
    • we are are
PHP
if (empty($policies_array)) {
echo '<p class="ml-4 mt-4 font-semibold text-red-500">No WAF Policies registered</p>';
break 1;
}

Custom Useful Tip

🎯Use this awesome feature option

caution

In development, you can only use one locale at a time.

Danger

This action is dangerous

MDX makes things more interactive

This is Docusaurus green !

This is Facebook blue !

This is the alt

* Without the backslash, this would be a bullet in an unordered list.

This word is bold. This word is italic.

Mermaid Charts​

graph TD;
A-->B;
A-->C;
B-->D;
C-->D;

flowchart LR id1{This is the text in the box}