the-guild-org / the-guild-docs

Low level and completely custom documentation websites using Next.js
https://the-guild-docs.vercel.app
23 stars 7 forks source link

route lockfile #505

Open n1ru4l opened 2 years ago

n1ru4l commented 2 years ago

building the app should result in an artifact containing all the available routes. In case new routes are added/removed the route lock file must be updated. The route lock file should be committed to git.

By having this within a lock file we can assert this on CI and easier check whether a route got accidentally removed - without a proper redirect.

kamilkisiela commented 2 years ago

+1

n1ru4l commented 2 years ago

+2

kamilkisiela commented 2 years ago

-1