Skip to content
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

remove Toolchain references in doc #19508

Merged
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 0 additions & 12 deletions docs/markdown/Getting Help/service-providers.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,6 @@ slug: "service-providers"
hidden: false
createdAt: "2022-08-26T18:57:07.437Z"
---
## Toolchain

[Toolchain](https://toolchain.com) is the premium provider of services and support for adopting, using and customizing Pants. Toolchain was founded in 2018 by Benjy Weinberger and John Sirois, the original creators of Pants. The company [employs](https://toolchain.com/about) many of the [core Pants maintainers](doc:team), and is the lead sponsor of the project.

Toolchain's services include:

- **SaaS**: Remote caching to speed up your builds, and a dashboard to provide observability into build performance
- **Enterprise support**: Helping your team migrate to a monorepo architecture, adopt Pants and use it effectively
- **Professional services**: Developing new functionality that your team needs, such as custom plugins, or new language support

[Contact Toolchain](mailto:[email protected]) today to find out more about how we can help you achieve fast, stable builds quickly and painlessly.

## Vicara Solutions
[Vicara Solutions](https://vicarasolutions.com) is a prototype-to-production partner for embedded hardware and software products. We bring a big-picture perspective to the design and development process that helps our clients avoid pitfalls common to building and launching connected products.

Expand Down
4 changes: 1 addition & 3 deletions docs/markdown/Introduction/welcome-to-pants.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Pants installs, orchestrates and runs dozens of standard underlying tools - comp

Pants is designed to be easy to adopt, use, and extend. It doesn't require you to refactor your codebase or to create and maintain massive amounts of build metadata. You invoke it directly on source files and directories, so it doesn't require users to adopt a new conceptual model.

Pants is currently focused on Python, Go, Java, Scala, Shell, and Docker, with more languages and frameworks coming soon. [The Pants community](doc:the-pants-community) is friendly and helpful, and supported by [Toolchain](https://toolchain.com/), a venture-backed company whose mission is to enable fast, stable, ergonomic developer workflows for everyone.
Pants is currently focused on Python, Go, Java, Scala, Shell, and Docker, with more languages and frameworks coming soon. [The Pants community](doc:the-pants-community) is friendly and helpful.
tnielens marked this conversation as resolved.
Show resolved Hide resolved

Who is Pants for?
=================
Expand Down Expand Up @@ -75,8 +75,6 @@ Who develops Pants?

Pants is an open-source software project, developed at [github.com/pantsbuild/pants](https://github.com/pantsbuild/pants). Pants is released under the [Apache License 2.0](https://github.com/pantsbuild/pants/blob/master/LICENSE).

[Toolchain](https://toolchain.com/) is the lead sponsor of the Pants project.

> 📘 Pants v2 vs. v1
>
> This documentation is for Pants v2, which is a new system built from the ground up, based on lessons from past work on Pants v1, as well valued feedback from the user community. See [\<https://v1.pantsbuild.org>](https://v1.pantsbuild.org/) for Pants v1 documentation.