From 4cb428274a3c8a4cc3fd94c35167a4855519541e Mon Sep 17 00:00:00 2001 From: Kevin Veen-Birkenbach Date: Mon, 22 Sep 2025 19:14:36 +0200 Subject: [PATCH] =?UTF-8?q?Add=20new=20'Artificial=20Intelligence'=20portf?= =?UTF-8?q?olio=20menu=20category=20for=20AI=20tools=20(Ollama,=20OpenWebU?= =?UTF-8?q?I,=20Flowise,=20MinIO,=20Qdrant,=20LiteLLM)=20=F0=9F=A4=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Details: Introduced dedicated AI category with proper description, tags, and robot icon to group AI-related applications. Reference: https://chatgpt.com/share/68d183ea-04dc-800f-97c9-2e83d0ca3753 --- roles/web-app-desktop/vars/menu_categories.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/roles/web-app-desktop/vars/menu_categories.yml b/roles/web-app-desktop/vars/menu_categories.yml index 5cdbbff4..d3073374 100644 --- a/roles/web-app-desktop/vars/menu_categories.yml +++ b/roles/web-app-desktop/vars/menu_categories.yml @@ -15,6 +15,20 @@ portfolio_menu_categories: - mobilizon - friendica + Artificial Intelligence: + description: "AI tools and frameworks for running, managing, and experimenting with models." + icon: "fa-solid fa-robot" + tags: + - ai + - artificial-intelligence + - machine-learning + - ollama + - openwebui + - flowise + - minio + - qdrant + - litellm + Project Management: description: "Project Management Tools" icon: "fa-solid fa-chart-line"