Skip to content
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
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ cache:
# See https://docs.travis-ci.com/user/caching/
directories:
- node_modules
# - $HOME/.cache/hugo_cache

before_install:
###############
Expand Down
8 changes: 8 additions & 0 deletions config/development/hugo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,11 @@ title = "Mendix DEVELOPMENT Documentation"
buildDrafts=true
buildExpired=true
buildFuture=true

# Speed up development builds by disabling Git info lookup (which means last modified date won't show)
# enableGitInfo = false

# Disable print during development
[outputs]
section = ["HTML"]
page = ["HTML"]
2 changes: 1 addition & 1 deletion content/en/docs/genai/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ aliases:

## Introduction

With Mendix's agentic capabilities, you can build AI-powered features into your applications using leading AI models and your own data.
With Mendix's agentic capabilities, you can build AI-powered features into your applications using leading AI models and your own data!

Mendix supports a variety of agentic and generative AI capabilities that you can integrate into your applications. Some typical use cases include the following:

Expand Down