Skip to content

Commit

Permalink
Remove the superfluous updated: front matter from readme docs. (pants…
Browse files Browse the repository at this point in the history
…build#18475)

If omitted, readme sets this to the sync time if the body has changed,
which is exactly what we want anyway.
  • Loading branch information
benjyw authored Mar 12, 2023
1 parent d898fdd commit 0b28a29
Show file tree
Hide file tree
Showing 138 changed files with 0 additions and 138 deletions.
1 change: 0 additions & 1 deletion docs/markdown/Contributions/contributor-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ slug: "contributor-overview"
excerpt: "The flow for making changes to Pants."
hidden: false
createdAt: "2020-05-16T22:54:21.867Z"
updatedAt: "2022-06-04T12:23:09.473Z"
---
We welcome contributions of all types: from fixing typos to bug fixes to new features. For further questions about any of the below, please refer to the [community overview](doc:the-pants-community).

Expand Down
1 change: 0 additions & 1 deletion docs/markdown/Contributions/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ slug: "development"
excerpt: "How to make code changes to Pants."
hidden: false
createdAt: "2020-07-23T21:02:22.190Z"
updatedAt: "2021-11-09T22:03:40.187Z"
---
- [Setting up Pants](doc:contributor-setup)
- [Style guide](doc:style-guide)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ slug: "contributions-debugging"
excerpt: "Some techniques to figure out why Pants is behaving the way it is."
hidden: false
createdAt: "2020-09-04T23:43:34.260Z"
updatedAt: "2022-03-09T16:40:50.789Z"
---
Benchmarking with `hyperfine`
-----------------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ slug: "contributions-rust"
excerpt: "Hacking on the Pants engine in Rust."
hidden: false
createdAt: "2020-05-16T23:11:31.121Z"
updatedAt: "2022-02-08T20:56:52.599Z"
---
We welcome contributions to Rust! We use Rust to implement the Pants engine in a performant, safe, and ergonomic way.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ slug: "contributor-setup"
excerpt: "How to set up Pants for local development."
hidden: false
createdAt: "2020-05-16T22:54:22.684Z"
updatedAt: "2022-04-26T23:55:48.923Z"
---
Step 1: Fork and clone `pantsbuild/pants`
-----------------------------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ title: "Internal architecture"
slug: "internal-rules-architecture"
hidden: false
createdAt: "2020-08-26T19:22:24.769Z"
updatedAt: "2022-04-27T00:01:20.031Z"
---
Rule Graph Construction
=======================
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ title: "Running Pants from sources"
slug: "running-pants-from-sources"
hidden: false
createdAt: "2021-08-10T00:24:00.100Z"
updatedAt: "2022-04-27T00:04:50.041Z"
---
Running Pants from sources in its own repo
------------------------------------------
Expand Down
1 change: 0 additions & 1 deletion docs/markdown/Contributions/development/style-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ slug: "style-guide"
excerpt: "Some conventions we encourage."
hidden: false
createdAt: "2020-05-17T04:29:11.796Z"
updatedAt: "2022-04-26T23:57:26.701Z"
---
Reminder: running the autoformatters and linters
------------------------------------------------
Expand Down
1 change: 0 additions & 1 deletion docs/markdown/Contributions/releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ title: "Releases"
slug: "releases"
hidden: false
createdAt: "2020-05-16T22:53:24.532Z"
updatedAt: "2020-05-17T06:25:29.061Z"
---
- [Release strategy](doc:release-strategy)
- [Release process](doc:release-process)
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ title: "GitHub Actions macOS ARM64 runners"
slug: "ci-for-macos-on-arm64"
hidden: false
createdAt: "2022-06-05T15:31:27.665Z"
updatedAt: "2022-06-12T08:38:54.894Z"
---
Apple is phasing out their X86_64 hardware, and all new macOS systems are based on the M1 ARM64 processor. Pants must run on these systems, which means we need an M1 CI machine on which to test and package Pants.

Expand Down
1 change: 0 additions & 1 deletion docs/markdown/Contributions/releases/release-process.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ slug: "release-process"
excerpt: "How to release a new version of `pantsbuild.pants` and its plugins."
hidden: false
createdAt: "2020-05-16T22:36:48.334Z"
updatedAt: "2022-06-08T18:06:57.112Z"
---
This page covers the nitty-gritty of executing a release, and is probably only interesting for maintainers. If you're interested in when and why Pants is released, please see the [Release strategy](doc:release-strategy) page.

Expand Down
1 change: 0 additions & 1 deletion docs/markdown/Contributions/releases/release-strategy.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ slug: "release-strategy"
excerpt: "Our approach to semantic versioning + time-based releases."
hidden: false
createdAt: "2020-05-17T03:02:12.315Z"
updatedAt: "2022-04-29T21:43:57.204Z"
---
Pants release cycles flow through:

Expand Down
1 change: 0 additions & 1 deletion docs/markdown/Docker/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ slug: "docker"
excerpt: "How to build Docker images containing artifacts built by Pants"
hidden: false
createdAt: "2021-09-03T15:28:55.877Z"
updatedAt: "2022-05-13T12:34:06.323Z"
---
Docker images typically bundle build artifacts, such as PEX files, wheels, loose files, and so on, with other runtime requirements, such as a Python interpreter.

Expand Down
1 change: 0 additions & 1 deletion docs/markdown/Docker/tagging-docker-images.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ slug: "tagging-docker-images"
excerpt: "How to set registry, repository and tag names on your images"
hidden: false
createdAt: "2021-10-04T15:50:36.840Z"
updatedAt: "2022-04-22T08:17:48.824Z"
---
Configuring registries
----------------------
Expand Down
1 change: 0 additions & 1 deletion docs/markdown/Getting Help/getting-help.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ slug: "getting-help"
excerpt: "How to engage with the Pants community."
hidden: false
createdAt: "2020-03-23T21:37:03.235Z"
updatedAt: "2023-01-04T23:16:37.806Z"
---
The [Pants community](doc:the-pants-community) is friendly, welcoming, and passionate about improving the craft of software engineering. If you need help with anything Pants-related, you've come to the right place. We'd love to hear from you!

Expand Down
1 change: 0 additions & 1 deletion docs/markdown/Getting Help/service-providers.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ title: "Service providers"
slug: "service-providers"
hidden: false
createdAt: "2022-08-26T18:57:07.437Z"
updatedAt: "2022-08-30T00:28:12.217Z"
---
## Toolchain

Expand Down
1 change: 0 additions & 1 deletion docs/markdown/Getting Help/the-pants-community.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ title: "The Pants community"
slug: "the-pants-community"
hidden: false
createdAt: "2021-03-13T18:57:07.437Z"
updatedAt: "2022-08-29T00:28:12.217Z"
---
Who is behind Pants?
--------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ slug: "code-of-conduct"
excerpt: "Our expectations for participants in the Pants community."
hidden: false
createdAt: "2020-05-16T22:54:21.817Z"
updatedAt: "2021-03-17T04:23:56.115Z"
---
We are committed to providing a welcoming and inspiring community for all and expect our code of conduct to be honored. Anyone who violates this code of conduct may be banned from contributing to the project or participating in community discussion.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ slug: "contentious-decisions"
excerpt: "How we make decisions when consensus cannot be reached"
hidden: false
createdAt: "2021-03-17T04:19:25.352Z"
updatedAt: "2021-08-31T18:59:09.932Z"
---
Pants is a friendly community, and we prefer to reach decisions by consensus among Maintainers.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ slug: "maintainers"
excerpt: "What Pants maintainers do and how to become one."
hidden: false
createdAt: "2020-05-16T22:36:48.659Z"
updatedAt: "2022-09-28T00:00:00.000Z"
---
Pants community Maintainers are contributors who have been recognized by the project as stewards of Pants. They have a proven record of contributions, are committed to ensuring the continued success of our project, and through their actions help to grow our Community.

Expand Down
1 change: 0 additions & 1 deletion docs/markdown/Getting Help/the-pants-community/team.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ slug: "team"
excerpt: ""
hidden: false
createdAt: "2022-08-15T22:36:48.659Z"
updatedAt: "2022-09-08T00:28:12.217Z"
---
Pants open source project has had many team members in over a decade. The current team is comprised of elected Contributors and Maintainers, who are nominated based on [criteria](doc:the-pants-community#how-is-the-community-structured) including demonstrated commitment to the project and a track record of contributions to the project and community.

Expand Down
1 change: 0 additions & 1 deletion docs/markdown/Getting Started/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ title: "Getting started"
slug: "getting-started"
hidden: false
createdAt: "2020-07-29T02:02:59.962Z"
updatedAt: "2022-04-30T00:03:27.945Z"
---
Thanks for your interest in trying out Pants!

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ slug: "example-repos"
excerpt: "Example projects to help set up your own repository."
hidden: false
createdAt: "2020-03-12T20:25:05.256Z"
updatedAt: "2022-05-02T15:04:27.740Z"
---
A [Python repository](https://github.com/pantsbuild/example-python), demonstrating features such as:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ slug: "existing-repositories"
excerpt: "How to incrementally add Pants to an existing repository."
hidden: false
createdAt: "2020-09-28T23:03:33.586Z"
updatedAt: "2022-03-12T22:33:31.603Z"
---
Recommended steps
-----------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ slug: "initial-configuration"
excerpt: "Creating the configuration necessary to run Pants."
hidden: false
createdAt: "2020-02-21T17:44:29.297Z"
updatedAt: "2022-05-02T20:58:57.689Z"
---
To get started in a new repository, follow these steps, and then visit one of the language-specific overview pages.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ title: "Installing Pants"
slug: "installation"
hidden: false
createdAt: "2020-02-21T17:44:53.022Z"
updatedAt: "2022-07-12T00:00:00.000Z"
---

You can download and run an installer script that will install the Pants binary with this command:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ title: "Manual installation"
slug: "manual-installation"
hidden: false
createdAt: "2022-07-12T00:00:00.000Z"
updatedAt: "2022-07-12T00:00:00.000Z"
---

> 🚧 This page describes an old, deprecated method for installing Pants.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ title: "Prerequisites"
slug: "prerequisites"
hidden: false
createdAt: "2021-10-17T18:21:38.905Z"
updatedAt: "2022-04-11T21:13:21.965Z"
---
To run Pants, you need:

Expand Down
1 change: 0 additions & 1 deletion docs/markdown/Go/go-integrations.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,5 @@ slug: "go-integrations"
excerpt: "Useful integrations for Golang."
hidden: false
createdAt: "2022-04-20T22:33:39.254Z"
updatedAt: "2022-04-20T22:36:02.747Z"
---
- [Protobuf](doc:protobuf-go)
1 change: 0 additions & 1 deletion docs/markdown/Go/go-integrations/protobuf-go.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ slug: "protobuf-go"
excerpt: "How to generate Go from Protocol Buffers."
hidden: false
createdAt: "2022-04-20T22:34:22.819Z"
updatedAt: "2022-04-25T23:26:26.127Z"
---
When your Go code imports Protobuf generated files, Pants will detect the imports and run the Protoc compiler to generate then compile those files.

Expand Down
1 change: 0 additions & 1 deletion docs/markdown/Go/go.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ slug: "go"
excerpt: "Pants's support for Golang."
hidden: false
createdAt: "2021-10-08T18:16:00.142Z"
updatedAt: "2022-07-25T23:52:25.735Z"
---
> 🚧 Go support is beta stage
>
Expand Down
1 change: 0 additions & 1 deletion docs/markdown/Helm/helm-deployments.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ title: "Deployments"
slug: "helm-deployments"
hidden: false
createdAt: "2022-07-19T13:16:00.000Z"
updatedAt: "2022-07-19T13:16:00.000Z"
---
> 🚧 Helm deployment support is in alpha stage
>
Expand Down
1 change: 0 additions & 1 deletion docs/markdown/Helm/helm-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ title: "Helm Overview"
slug: "helm-overview"
hidden: false
createdAt: "2022-05-13T16:06:59.247Z"
updatedAt: "2022-07-25T15:00:11.338Z"
---
> 🚧 Helm support is in alpha stage
>
Expand Down
1 change: 0 additions & 1 deletion docs/markdown/Introduction/how-does-pants-work.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ title: "How does Pants work?"
slug: "how-does-pants-work"
hidden: false
createdAt: "2020-07-29T02:58:23.473Z"
updatedAt: "2022-02-10T19:45:06.305Z"
---
The Pants Engine
----------------
Expand Down
1 change: 0 additions & 1 deletion docs/markdown/Introduction/language-support.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ title: "Language support"
slug: "language-support"
hidden: false
createdAt: "2021-09-22T06:29:10.108Z"
updatedAt: "2022-02-08T22:23:14.182Z"
---
We're excited to have added support for several languages—including Go, Python, Shell, Java, and Scala. We're eager to add support for more languages, frameworks, and tools.

Expand Down
1 change: 0 additions & 1 deletion docs/markdown/Introduction/media.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ slug: "media"
excerpt: "Learn more about Pants and related topics from these talks, posts and podcasts featuring Pants contributors and users."
hidden: false
createdAt: "2021-04-18T17:27:18.361Z"
updatedAt: "2023-01-04T22:02:38.457Z"
---

## Case Studies
Expand Down
1 change: 0 additions & 1 deletion docs/markdown/Introduction/news-room.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ title: "News room"
slug: "news-room"
hidden: false
createdAt: "2021-12-10T19:04:25.950Z"
updatedAt: "2022-02-18T18:34:12.286Z"
---
Press
-----
Expand Down
1 change: 0 additions & 1 deletion docs/markdown/Introduction/testimonials.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ slug: "testimonials"
excerpt: "Pants is helping many software teams. Here's what some of them have to say."
hidden: false
createdAt: "2021-04-18T19:21:56.778Z"
updatedAt: "2022-02-18T02:14:28.299Z"
---
<figure>
<figcaption>
Expand Down
1 change: 0 additions & 1 deletion docs/markdown/Introduction/welcome-to-pants.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ title: "Welcome to Pants!"
slug: "welcome-to-pants"
hidden: false
createdAt: "2020-02-21T17:44:28.054Z"
updatedAt: "2022-03-09T22:12:20.097Z"
---
What is Pants?
==============
Expand Down
1 change: 0 additions & 1 deletion docs/markdown/Introduction/who-uses-pants.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@ title: "Who uses Pants"
slug: "who-uses-pants"
hidden: false
createdAt: "2021-09-22T06:30:23.710Z"
updatedAt: "2021-09-22T06:31:22.861Z"
---
Pants is making engineering teams productive and happy at a range of companies and organizations. See a sample of them [here](page:who-uses-pants).
1 change: 0 additions & 1 deletion docs/markdown/Java and Scala/jvm-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ slug: "jvm-overview"
excerpt: "Pants's support for Java and Scala."
hidden: false
createdAt: "2022-01-10T20:58:57.450Z"
updatedAt: "2022-06-01T20:31:40.944Z"
---
> 🚧 Java and Scala support is beta stage
>
Expand Down
1 change: 0 additions & 1 deletion docs/markdown/Java and Scala/kotlin.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ slug: "kotlin"
excerpt: "Kotlin support for Pants."
hidden: false
createdAt: "2022-07-26T02:02:59.962Z"
updatedAt: "2022-07-26T02:02:59.962Z"
---

> 🚧 Kotlin support is alpha stage
Expand Down
1 change: 0 additions & 1 deletion docs/markdown/Python/python-goals.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ slug: "python-goals"
excerpt: "Details on the Python-related goals implemented in the Python backend."
hidden: false
createdAt: "2020-03-16T16:19:59.347Z"
updatedAt: "2021-11-06T02:19:59.221Z"
---
- [fmt](doc:python-fmt-goal): autoformat source code.
- [lint](doc:python-lint-goal): lint source code in check-only mode.
Expand Down
1 change: 0 additions & 1 deletion docs/markdown/Python/python-goals/python-check-goal.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ slug: "python-check-goal"
excerpt: "How to use MyPy."
hidden: false
createdAt: "2020-06-30T15:53:37.799Z"
updatedAt: "2022-02-09T00:27:23.086Z"
---
Activating MyPy
---------------
Expand Down
1 change: 0 additions & 1 deletion docs/markdown/Python/python-goals/python-fmt-goal.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ slug: "python-fmt-goal"
excerpt: "Autoformat source code."
hidden: false
createdAt: "2020-03-16T18:36:31.694Z"
updatedAt: "2021-11-06T02:25:54.989Z"
---
See [here](doc:python-linters-and-formatters) for how to opt in to specific formatters, along with how to configure them:

Expand Down
1 change: 0 additions & 1 deletion docs/markdown/Python/python-goals/python-lint-goal.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ slug: "python-lint-goal"
excerpt: "Lint source code."
hidden: false
createdAt: "2020-03-16T16:19:55.704Z"
updatedAt: "2022-03-05T01:09:54.477Z"
---
The `lint` goal runs both dedicated linters and any formatters in check-only mode:

Expand Down
1 change: 0 additions & 1 deletion docs/markdown/Python/python-goals/python-package-goal.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ slug: "python-package-goal"
excerpt: "Create a deployable artifact."
hidden: false
createdAt: "2020-03-16T16:19:56.574Z"
updatedAt: "2022-02-09T01:17:29.094Z"
---
The `package` goal creates an artifact that can be deployed or distributed.

Expand Down
1 change: 0 additions & 1 deletion docs/markdown/Python/python-goals/python-publish-goal.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ slug: "python-publish-goal"
excerpt: "How to distribute packages to a PyPi repository"
hidden: true
createdAt: "2021-10-05T08:10:25.568Z"
updatedAt: "2022-01-11T16:09:21.278Z"
---
The `publish` goal is currently in the experimental Python backend. Activate with this config:

Expand Down
1 change: 0 additions & 1 deletion docs/markdown/Python/python-goals/python-repl-goal.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ slug: "python-repl-goal"
excerpt: "Open a REPL for interactive development."
hidden: false
createdAt: "2020-03-16T16:19:56.329Z"
updatedAt: "2022-02-09T01:01:10.431Z"
---
Pants will load a [REPL](https://en.wikipedia.org/wiki/REPL) with all of your specified source code and any of its third-party dependencies, which allows you to import those values.

Expand Down
1 change: 0 additions & 1 deletion docs/markdown/Python/python-goals/python-run-goal.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ slug: "python-run-goal"
excerpt: "Run a `pex_binary` target."
hidden: false
createdAt: "2020-03-16T16:19:56.403Z"
updatedAt: "2022-01-29T16:45:29.511Z"
---
To run an executable/script, use `pants run` on one of the following target types:

Expand Down
Loading

0 comments on commit 0b28a29

Please sign in to comment.