mendix / docs

Mendix documentation repository
https://docs.mendix.com
Creative Commons Attribution 4.0 International
141 stars 724 forks source link

saml #5236

Closed elliotclements-mendix closed 1 year ago

elliotclements-mendix commented 2 years ago

Please use the form below, leaving the prefilled data to help us. Thank you.

Page link: saml

Document link: saml.md

My Issue/Suggestion

In Chapter 2.1 Using SSOLandingPage the guide documents how to generate a custom index.html file. The steps are incorrect. This link documents the correct approach: https://docs.mendix.com/howto/front-end/customize-styling-new/#custom-web.

I suggest linking out to the documentation:

Current Documentation

To do this, you need to add to the index.html file. (For Mendix version 9, there is no index.html file, so you need to create this file first. To do so, run your app in Studio Pro, and then copy the index.html file from the /deployment/web/ folder to the /theme/web folder. Mendix then uses this version as the template for index.html.)

Proposed Changes

To do this, you need to add to the index.html file. (For Mendix version 9, there is no index.html file, so you need to create this file first. To do so see https://docs.mendix.com/howto/front-end/customize-styling-new/#custom-web)

MarkvanMents commented 1 year ago

Hi Elliot, Thanks for identifying this shortcoming and providing a great solution. I have done what you suggested in this commit: https://github.com/mendix/docs/commit/f3fc03d844b36e0d8ef9206c5f380d51c0f4c763 Great to have this feedback as we can only track things like this by getting the information from people who are actually using the product. Mark