-
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"using-github-actions-and-turborepo": "Using GitHub Actions and Turborepo", | ||
"using-circleci-and-turborepo": "Using CircleCI and Turborepo", | ||
} |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
--- | ||
title: Using CircleCI and Turborepo | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @Ethan-Arrowood just landed a PR that added CircleCI docs. 👍 |
||
description: Optimize Turborepo with CircleCI | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Optimize CI on CircleCI with Turborepo |
||
--- |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
--- | ||
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 commentThe reason will be displayed to describe this comment to others. Learn more. Optimize CI on GitHub Actions with Turborepo |
||
--- | ||
|
||
# Continuous Integration | ||
|
@@ -86,7 +86,7 @@ Copy the value to a safe place. You'll need it in a moment. | |
|
||
```yaml highlight="6-8" | ||
# ... | ||
|
||
jobs: | ||
build: | ||
name: Build and Test | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"nextjs-on-turborepo": "Next.js on Turborepo", | ||
"svelte-on-turborepo": "Svelte on Turborepo", | ||
} |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. File extension needs to be added. |
||
title: Next.js on Turborepo | ||
description: Use this starter and guide to build a project with Next.js on Turborepo | ||
--- | ||
|
||
### Introduction | ||
|
||
### Configure your project | ||
|
||
### Build your projects | ||
|
||
### Next steps |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
title: Svelte on Turborepo | ||
description: Use this starter and guide to build a project with Sveltekit on Turborepo | ||
--- | ||
|
||
### Introduction | ||
|
||
### Configure your project | ||
|
||
### Build your projects | ||
|
||
### Next steps |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"monorepo-tools": "Monorepo tools", | ||
"quickstart": "Quickstart", | ||
} |
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"migrate-from-lerna": "Migrate from Lerna", | ||
"migrate-from-nx": "Migrate from Nx", | ||
} |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
--- | ||
title: Migrate from Nx | ||
description: Learn how to incrementally adopt Turborepo from your existing Nx monorepo. | ||
--- |
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."