diff --git a/website/docs/developer-docs/docs/style-guide.mdx b/website/docs/developer-docs/docs/style-guide.mdx index 02b011e0b8..fb6c18303f 100644 --- a/website/docs/developer-docs/docs/style-guide.mdx +++ b/website/docs/developer-docs/docs/style-guide.mdx @@ -394,6 +394,8 @@ When documenting errors, follow this structure: - **Diagrams**: - Use [Mermaid](https://mermaid.js.org/) for creating diagrams directly in markdown. Mermaid is our preferred tool for documentation diagrams as it allows for version control and easy updates. - For more complex diagrams, you can use tools like [Draw.io](https://draw.io). Ensure high contrast and text descriptions. +- **authentik icons**: + - For authentik icons in integration guides, reference assets from the user's own self-hosted instance to avoid external calls, for example: `https://authentik.company/static/dist/assets/icons/icon.svg` ---