When I am on https://docs.dbatools.io/# the top menu bar shows links to "commands" which is https://dbatools.io/functions/ and that returns error 404.
the main page https://dbatools.io has link to "commands" but it points to https://dbatools.io/commands/ which is working ok
https://dbatools.io/functions/ returns error 404.
cc: @potatoqualitee
So this is coming from the rendering of our docs site is adding the / on the end of the URL. https://dbatools.io/functions/ is the URL that will not work but https://dbatools.io/functions redirects properly.
I tried removing that forward slash here but I think the rendering on that page is adding it back by GitHub.
One way of fixing that @potatoqualitee is we add a functions folder on the site and then redirect it from there as well.
// @niphlod