Add support for more cheat sheets using categories #235
Overhaul navigation to use angular native anchor routing
Add category selector next to Cheat Sheets title
Nav dynamically updates based on category
Add base game routes (redirect "/" to "/base")
Add mods category module and routes
Change anchor tags to be relative to url
Change href="#" to [routerLink]="[]" fragment="" since otherwise anchor links are not relative to current url but to base url (instead of /base#top its /#top)
Add support for more cheat sheets using categories #235
Change anchor tags to be relative to url