-
Notifications
You must be signed in to change notification settings - Fork 2.1k
WIP restructure docs #1078
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WIP restructure docs #1078
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
title: Continuous Integration | ||
description: Recipes for using Turborepo with GitHub Actions, CircleCI, and other continuous integration providers. | ||
title: Using GitHub Actions and Turborepo | ||
description: Optimize Turborepo with GitHub Actions |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Optimize CI on GitHub Actions with Turborepo
@@ -0,0 +1,4 @@ | |||
--- | |||
title: Using CircleCI and Turborepo | |||
description: Optimize Turborepo with CircleCI |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Optimize CI on CircleCI with Turborepo
@@ -0,0 +1,4 @@ | |||
{ | |||
"using-github-actions-and-turborepo": "Using GitHub Actions and Turborepo", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I might use "with" instead of "and."
@@ -0,0 +1,4 @@ | |||
--- | |||
title: Using CircleCI and Turborepo |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Ethan-Arrowood just landed a PR that added CircleCI docs. 👍
@@ -0,0 +1,12 @@ | |||
--- |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
File extension needs to be added.
@megbird we've merged a lot of docs refactor recently thanks to @mattpocock & @mehulkar that look to be similar to the work here - I think we might want to revisit this one from the start. I'm going to close for now, but happy to chat more about this effort and get it kickstarted again! |
🚧 heavily revising
We want to add recipes/framework starters for the community to have clear guidance when they integrate frameworks with Turborepo, but there isn't a great place for them. This PR restructures the turborepo docs to make room for a few recipes, and (while we're here) reorganizes to make content more findable.
This PR also includes some very bare-bones guides for creating a project with Svelte + Turborepo and Next.js + Turborepo. We should build out at least one as part of this effort ⚡