dojo / dojo.io

Dojo - source for the dojo.io website
Other
17 stars 43 forks source link

Fix docs navigation when linking to docs sections #466

Closed nicknisi closed 6 years ago

nicknisi commented 6 years ago

Fix navigation when linking to sections within docs. This fixes saved/bookmarked URLs, but breaks current bookmarks as it changes the structure of the URLs.

Fix issue where the -- separator was being overused and not distinguishable from other separator types. Switch to a ___ separator, but distinguish from __.

Fixes #465.