opral / inlang-paraglide-js

Tree-shakable i18n library build on the inlang ecosystem.
https://inlang.com/m/gerre34r/library-inlang-paraglideJs
22 stars 0 forks source link

The routes could be better here #118

Closed NilsJacobsen closed 1 month ago

NilsJacobsen commented 1 month ago

The overview route points to the overview of localized routing, which is not intuitive.

The pages should look more like this:

{
  "Setup": {
    "introduction": "path",
    "pages router": "path"  
  },
  "Localised Routing": {
    "localized-routing/overview": "path",
    "localized-routing/prefix-strategy": "path",
    "localized-routing/other-strategies": "path"
  },
  "..."
}

image.png

NilsJacobsen commented 1 month ago

This should be fixed asap, because building up the seo game takes time.