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

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
@vercel
Copy link
Contributor

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!

const index = client.initIndex(process.env.NEXT_PUBLIC_ALGOLIA_INDEX!);

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

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
Contributor

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.

4 participants