jamstack.org icon indicating copy to clipboard operation
jamstack.org copied to clipboard

Updates Docusaurus starter repo URL

Open zachleat opened this issue 4 years ago • 5 comments

Fixes #462

zachleat avatar Jul 12 '21 21:07 zachleat

: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

netlify[bot] avatar Jul 12 '21 21:07 netlify[bot]

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

image

slorber avatar Jul 16 '21 14:07 slorber

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)

zachleat avatar Jul 16 '21 15:07 zachleat

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

zachleat avatar Jul 21 '21 22:07 zachleat

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

slorber avatar Jul 22 '21 14:07 slorber