Skip to content
Merged
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
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,7 @@ See the [Hugo Server](https://gohugo.io/commands/hugo_server/) documentation for
If you are using a Mac, you might get an error `too many open files` or `fatal error: pipe failed`. By default, your Mac is probably set to restrict the number of open files. You will need to override this, see [Docsy known issues](https://www.docsy.dev/docs/getting-started/#known-issues) for more information.

If your system has a low memory limit, add the `--renderToDisk` parameter to the Hugo command (for example, `hugo server --environment development --renderToDisk`). With this option, Hugo only loads pages on demand; without the `--renderToDisk` option, Hugo loads all documentation into memory for faster access.

## Mendix Documentation MCP Server

Mendix Labs have created an MCP server which you can use with your AI harness to give your models access to the Mendix documentation. You can find it at [mendixlabs/mendix-doc.mcp](https://github.com/mendixlabs/mendix-doc-mcp) in GitHub.
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,10 @@ To access the license agreement, go to the **Checks** section of the pull reques

This only needs to be done once.

## Mendix Documentation MCP Server

As well as contributing to the Mendix documentation, you can run an MCP server to use with your AI harness to give your models access to the Mendix documentation. This is created by Mendix Labs, and you can find it at [mendixlabs/mendix-doc.mcp](https://github.com/mendixlabs/mendix-doc-mcp) in GitHub. The full instructions on how to run it can be found in the [README.md](https://github.com/mendixlabs/mendix-doc-mcp/blob/main/README.md) file.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [vale] reported by reviewdog 🐶
[Mendix.Capitalization] Use ''Mendix'' (capitalized)


## Read More

* [Documentation Writing Guidelines](/developerportal/community-tools/documentation-guidelines/)
Loading