You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OK, it seems that the default MatchType of RouteAttribute was changed from Simple to String. Once I added explicit MatchType.Simple to DocsModule.Manual and DocsModule.Tutorial methods the routing worked, but tutorial pages where still not found.
The reason for that failure is that DocsModule.WriteMarkdownDocsPage was passed the page parameter, which is "page-1.md", whereas the actual path should be "Tutorial/page-1.md".
So, instead of:
First of all, the index page is not available at http://localhost:8181/ as the output suggests, but rather at http://localhost:8181/Index
But even when the index page shows, all the links there are broken.
This makes it really hard to start using manos and that's a shame, because its manifesto is very inspirational.
The text was updated successfully, but these errors were encountered: