-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Description
At the moment, the documentation files in docs/site are using different ways for creating URL slugs (filename-like parts of the URL path).
-
Most files use
Sentence-style.htmlformat, especially those on the first level (docs/site/{name}.md): -
Nested files typically use
directory-lowercase-style.md, where the slug combines the path element with the title in all lowercase: -
Some files use
_instead of-as the separator:
Personally, I'd like to use nested paths in URLs, e.g. /doc/en/lb4/migration/models/overview.html. I encountered some issues with that approach the last time I tried it, but I didn't investigate them deeper.
Let's discuss what URL style(s) we want to use in our docs and ideally come up with a single style to use consistently everywhere. @raymondfeng @hacksparrow @achrinza @strongloop/loopback-maintainers