Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Add icons #9301

Draft
wants to merge 8 commits into
base: development
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ description: "This document guides you on grounding your large language model in

## Introduction

{{% icon name="pencil" height=150 %}}

This document explains how to add data to your smart app to integrate with a Large Language Model (LLM). To do this, you can use your existing app or follow the [Build a Smart App from a Blank GenAI App](/appstore/modules/genai/how-to/blank-app/) guide to start from scratch.

In this document, you will:
Expand Down
6 changes: 4 additions & 2 deletions layouts/shortcodes/icon.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,16 @@
{{- $fill := "<path fill=\"" -}}
{{- $color := .Get "color" -}}

<!--Colors are from the PDS guidelines: https://designsystem.mendix.com. -->
<!--Colors are from the PDS guidelines: https://designsystem.mendix.com. Text color is "dark" not "black" -->
{{- $colorDictionary := dict
"green" "#0D990D"
"red" "#D31E23"
"yellow" "#C97800"
"purple" "#5b1bef"
"blue" "#146ff4"
"gray" "#9ea2a9"
"black" "#000000"
"dark" "#0a1325"
-}}

{{- if ne $color nil -}}
Expand All @@ -22,4 +24,4 @@

{{- $content := replace $content "<path" $fill | safeHTML -}}
{{- $content | safeHTML -}}
</span>
</span>
5 changes: 5 additions & 0 deletions static/mx-icons/ellipsis.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions static/mx-icons/mf-in-use.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions static/mx-icons/mf-not-in-use.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.