Deploys to Netlify #359
aaronmaturen
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Since I forgot how this worked I figured it'd be beneficial to write down here.
Three parts of deploys
Docs
get uploaded with an alias for something like
2-5-2
this adds a subdomain and lets us proxy/version/2.5.2
to the correct versionStorybook
gets uploaded with an alias, but nothing exciting. we don't proxy or redirect anything for these... but maybe we should one day
Landing Page
where all the magic happens... the landing page has all the rules for proxying and redirecting (/version/latest -> /version/2.5.2) also queries npm to build up
/versions
Beta Was this translation helpful? Give feedback.
All reactions