这是indexloc提供的服务,不要输入任何密码
Skip to content

chore(docs): convert 'Turbo' into 'Turborepo' #10162

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

Merged
merged 7 commits into from
Mar 14, 2025
Merged

chore(docs): convert 'Turbo' into 'Turborepo' #10162

merged 7 commits into from
Mar 14, 2025

Conversation

anthonyshew
Copy link
Contributor

@anthonyshew anthonyshew commented Mar 13, 2025

Description

Swapping out places where things say "Turbo" to be "Turborepo" as we convert the site. When we say "Turbo", we mean turbo or "Turborepo".

@anthonyshew anthonyshew requested a review from a team as a code owner March 13, 2025 21:03
Copy link

vercel bot commented Mar 13, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
examples-basic-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 13, 2025 9:38pm
examples-designsystem-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 13, 2025 9:38pm
examples-gatsby-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 13, 2025 9:38pm
examples-kitchensink-blog ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 13, 2025 9:38pm
examples-native-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 13, 2025 9:38pm
examples-nonmonorepo ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 13, 2025 9:38pm
examples-svelte-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 13, 2025 9:38pm
examples-tailwind-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 13, 2025 9:38pm
examples-vite-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 13, 2025 9:38pm
turbo-site 🛑 Canceled (Inspect) Mar 13, 2025 9:38pm

Comment on lines -67 to -69
if (product === "repo") {
return `${title} | Turborepo`;
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe worth keeping the | Turborepo in the title for tabs so you can quickly find your Turborepo docs

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oops, good catch.

Comment on lines 2 to 4
turbo:
"Turbo is an incremental bundler and build system optimized for JavaScript and TypeScript, written in Rust.",
"Turborepo is a build system optimized for JavaScript and TypeScript, written in Rust.",
repo: "The build system that makes ship happen.",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we still use both of these slogans in different places?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I see only one other reference to "bundler" and its a keeper until I redesign the home page.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, or did you mean more generally? We use both of these here and there but do need to audit/rework/pick one in time, yes.

anthonyshew and others added 2 commits March 13, 2025 15:34
Co-authored-by: Thomas Knickman <tom.knickman@vercel.com>
Co-authored-by: Thomas Knickman <tom.knickman@vercel.com>
@anthonyshew
Copy link
Contributor Author

@tknickman, thanks, go again!

@@ -14,16 +13,13 @@ const client = algo(
const index = client.initIndex(process.env.NEXT_PUBLIC_ALGOLIA_INDEX!);

export function SearchDialog(props: SharedProps): JSX.Element {
const path = usePathname();
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Was this just unused?


## Teams

**Core Team**: Turborepo and Turbopack teams at [Vercel](https://vercel.com) manage the direction of Turbo and leadership of the project.
**Core Team**: Turborepo and Turbopack teams at [Vercel](https://vercel.com) manage the direction of Turborepo and leadership of the project.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we want to drop Turbopack mention?

@anthonyshew anthonyshew merged commit c7264c3 into main Mar 14, 2025
37 checks passed
@anthonyshew anthonyshew deleted the shew/32acb branch March 14, 2025 13:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: docs Improvements or additions to documentation area: site
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants