CleverCloud / clever-components

Collection of Web Components by Clever Cloud
https://www.clever-cloud.com/doc/clever-components/
Apache License 2.0
215 stars 19 forks source link

Storybook internal links: improve the situation #979

Open florian-sanders-cc opened 4 months ago

florian-sanders-cc commented 4 months ago

Context

Currently, we cannot use relative links to reference stories / docs.

This is mainly related to the fact that the production app relies on the /doc/clever-components path.

This forces us to use hard coded absolute links to the prod storybook instead.

Investigate solutions to create links that would work both in dev and prod.

florian-sanders-cc commented 4 months ago

It looks like it should be covered by the links addon that is part of addons automatically installed with Storybook: https://storybook.js.org/addons/@storybook/addon-links