Functionality to support navigation by (storyId || kind || kind + storyName || storyName) is now implemented in the linkTo
itself.
It uses the global scope storyStore & clientApi, which isn't good, but we will refactor that later.
The navigate function now refuses to navigate to a story that does not exist.
hrefTo function also no longer throws an error when kind isn't provided
Add test to assert this functionality actually works