Show / Hide Table of Contents

DocFx Unity Template Kitchen Sink

Checkout the sandbox branch in the template repository

Features

Alerts

>[!NOTE]
> some info

renders

Note

some info

>[!TIP]
> useful tips

renders

Tip

useful tips

>[!CAUTION]
> This is not threadsafe

renders

Caution

This is not threadsafe

Code Highlighting

    ```csharp
    public void Update() {
        foo();
    }

    ```

renders

public void Update() {
    foo();
}

for more take a look at the official DocFX documentation

  • Improve this Doc
Back to top Generated by DocFX