From 2818b0bbdf263e5134269ed758cf8d69a000aa4e Mon Sep 17 00:00:00 2001 From: Dewi Roberts Date: Mon, 15 Dec 2025 13:27:22 +0000 Subject: [PATCH] website/docs: add icon info to style guide (#18832) --- website/docs/developer-docs/docs/style-guide.mdx | 2 ++ 1 file changed, 2 insertions(+) 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` ---