jamstack.org
jamstack.org copied to clipboard
Updates Docusaurus starter repo URL
Fixes #462
:heavy_check_mark: Deploy Preview for jamstack-site ready!
:hammer: Explore the source changes: cdb03951be387f86c636410133ff2a178c6f1fbf
:mag: Inspect the deploy log: https://app.netlify.com/sites/jamstack-site/deploys/60ecb358d626b012bed6f059
:sunglasses: Browse the preview: https://deploy-preview-609--jamstack-site.netlify.app
Thanks @zachleat
But is this really going to work with a git subpath like that?
According to my tests a few months ago you don't support that?
https://app.netlify.com/start/deploy?repository=https://github.com/facebook/docusaurus/tree/master/examples/classic

Oh, good call. I know we do have a base option in netlify.toml for this—lemme ask around if it’s available to the Deploy to Netlify button.
(switching to Draft status here)
I heard back, this is officially blocked on a feature-add to the deploy button. I’ll circle back when movement happens over there—not sure I have a recommendation on what to do until then, maybe we need to remove the deploy button for now
Thanks
I was wondering if you are able to use a root folder on a dedicated branch?
Use this if possible: https://github.com/facebook/docusaurus/tree/starter
Otherwise let's use this one that I created and plan to keep up to date: https://github.com/slorber/docusaurus-starter
Going to set up a little automation for that: git subtree push --prefix examples/classic --squash [email protected]:slorber/docusaurus-starter.git main --squash