Skip to content

Fix pages routing documentation

Jan Sauer requested to merge (removed):fix-pages-routing-documentation into master

What does this MR do and why?

This MR fixes some examples in the gitlab pages routing documentation.

The listing for /info/ had the wrong result and /data the wrong http status code. As not all sample url's result in a file served, combining the two column gives more space to better describe the result. All examples using the other directory have bean removed as they do not illustrate any new situation.

How to set up and validate locally

I have created a gitlab pages project recreating the exact folder structure. The project gitlab-pages-routing-test has it's pages at https://jansauer.gitlab.io/gitlab-pages-routing-test. This allows using curl to validate the examples.

$ curl -v https://jansauer.gitlab.io/gitlab-pages-routing-test/
$ curl -v https://jansauer.gitlab.io/gitlab-pages-routing-test/info/

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Merge request reports