| We use netlify for PR previews and we have a preview of master at: https://mobile-docs.netlify.com However, we also build locally and push 'production' to https://docs.aerogear.org 1. Local builds and production all end urls with '.html', for example: https://docs.aerogear.org/aerogear/latest/getting-started.html 2. PR previews and master preview all end urls with '/' eg https://mobile-docs.netlify.com/aerogear/latest/getting-started/ This is due to a setting in the netlify config, bin/build-netlify.sh |