QwikDev / qwik

Instant-loading web apps, without effort
https://qwik.dev
MIT License
20.7k stars 1.29k forks source link

[📖] QwikCityPlan.routes to get list of all routes is undocumented #6805

Open maiieul opened 1 month ago

maiieul commented 1 month ago

Suggestion

Solution described in https://github.com/QwikDev/qwik/issues/5471 : image

Could be added to https://qwik.dev/docs/api/ for now.

Kampouse commented 1 month ago

the routes is arleady a exported thing so you can already map in it

image

it will give this has response for all the paths

edit:

import { routes } from 'qwik-city-plan'