devfile / api

Kube-native API for cloud development workspaces specification
Apache License 2.0
235 stars 58 forks source link

Add support for dynamic routing to the registry-viewer #1510

Open thepetk opened 1 month ago

thepetk commented 1 month ago

/kind task

Which area/kind this issue is related to?

/area registry

Issue Description

The registry-viewer does not support dynamic routing atm. A nice feature would be to add this support to the viewer so it can support new stacks added to the registry.

From a quick research around the issue, I've noticed that next.js includes this functionality (see: https://nextjs.org/docs/pages/building-your-application/routing/dynamic-routes)

Acceptance Criteria