-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update docs site for version 2.19.0rc5 (#131)
- Loading branch information
1 parent
2fef10a
commit b351922
Showing
87 changed files
with
90,181 additions
and
53,405 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
41 changes: 41 additions & 0 deletions
41
versioned_docs/version-2.19/reference/goals/go-dump-import-path-mapping.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
--- | ||
title: go-dump-import-path-mapping | ||
description: | | ||
Dump import paths mapped to package addresses. | ||
--- | ||
|
||
import Option from "@site/src/components/reference/Option"; | ||
import styles from "@site/src/components/reference/styles.module.css"; | ||
|
||
--- | ||
|
||
``` | ||
pants go-dump-import-path-mapping [args] | ||
``` | ||
|
||
Dump import paths mapped to package addresses. | ||
|
||
Backend: <span className="color--primary">`pants.backend.experimental.go.debug_goals`</span> | ||
|
||
Config section: <span className="color--primary">`[go-dump-import-path-mapping]`</span> | ||
|
||
<span className={styles.options}> | ||
|
||
## Basic options | ||
|
||
None | ||
|
||
## Advanced options | ||
|
||
None | ||
|
||
## Deprecated options | ||
|
||
None | ||
|
||
## Related subsystems | ||
|
||
- [environments-preview](../subsystems/environments-preview.mdx) | ||
- [filter](../subsystems/filter.mdx) | ||
|
||
</span> |
44 changes: 44 additions & 0 deletions
44
versioned_docs/version-2.19/reference/goals/go-export-cgo-codegen.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
--- | ||
title: go-export-cgo-codegen | ||
description: | | ||
Export files generated by Cgo. | ||
--- | ||
|
||
import Option from "@site/src/components/reference/Option"; | ||
import styles from "@site/src/components/reference/styles.module.css"; | ||
|
||
--- | ||
|
||
``` | ||
pants go-export-cgo-codegen [args] | ||
``` | ||
|
||
Export files generated by Cgo. | ||
|
||
Backend: <span className="color--primary">`pants.backend.experimental.go.debug_goals`</span> | ||
|
||
Config section: <span className="color--primary">`[go-export-cgo-codegen]`</span> | ||
|
||
<span className={styles.options}> | ||
|
||
## Basic options | ||
|
||
None | ||
|
||
## Advanced options | ||
|
||
None | ||
|
||
## Deprecated options | ||
|
||
None | ||
|
||
## Related subsystems | ||
|
||
- [environments-preview](../subsystems/environments-preview.mdx) | ||
- [filter](../subsystems/filter.mdx) | ||
- [go-test](../subsystems/go-test.mdx) | ||
- [golang](../subsystems/golang.mdx) | ||
- [system-binaries](../subsystems/system-binaries.mdx) | ||
|
||
</span> |
44 changes: 44 additions & 0 deletions
44
versioned_docs/version-2.19/reference/goals/go-show-package-analysis.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
--- | ||
title: go-show-package-analysis | ||
description: | | ||
Show the package analysis for Go package targets. | ||
--- | ||
|
||
import Option from "@site/src/components/reference/Option"; | ||
import styles from "@site/src/components/reference/styles.module.css"; | ||
|
||
--- | ||
|
||
``` | ||
pants go-show-package-analysis [args] | ||
``` | ||
|
||
Show the package analysis for Go package targets. | ||
|
||
Backend: <span className="color--primary">`pants.backend.experimental.go.debug_goals`</span> | ||
|
||
Config section: <span className="color--primary">`[go-show-package-analysis]`</span> | ||
|
||
<span className={styles.options}> | ||
|
||
## Basic options | ||
|
||
None | ||
|
||
## Advanced options | ||
|
||
None | ||
|
||
## Deprecated options | ||
|
||
None | ||
|
||
## Related subsystems | ||
|
||
- [environments-preview](../subsystems/environments-preview.mdx) | ||
- [filter](../subsystems/filter.mdx) | ||
- [go-test](../subsystems/go-test.mdx) | ||
- [golang](../subsystems/golang.mdx) | ||
- [system-binaries](../subsystems/system-binaries.mdx) | ||
|
||
</span> |
45 changes: 45 additions & 0 deletions
45
versioned_docs/version-2.19/reference/goals/java-dump-source-analysis.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
--- | ||
title: java-dump-source-analysis | ||
description: | | ||
Dump source analysis for java_source[s] targets. | ||
--- | ||
|
||
import Option from "@site/src/components/reference/Option"; | ||
import styles from "@site/src/components/reference/styles.module.css"; | ||
|
||
--- | ||
|
||
``` | ||
pants java-dump-source-analysis [args] | ||
``` | ||
|
||
Dump source analysis for java_source[s] targets. | ||
|
||
Backend: <span className="color--primary">`pants.backend.experimental.java.debug_goals`</span> | ||
|
||
Config section: <span className="color--primary">`[java-dump-source-analysis]`</span> | ||
|
||
<span className={styles.options}> | ||
|
||
## Basic options | ||
|
||
None | ||
|
||
## Advanced options | ||
|
||
None | ||
|
||
## Deprecated options | ||
|
||
None | ||
|
||
## Related subsystems | ||
|
||
- [coursier](../subsystems/coursier.mdx) | ||
- [environments-preview](../subsystems/environments-preview.mdx) | ||
- [filter](../subsystems/filter.mdx) | ||
- [jvm](../subsystems/jvm.mdx) | ||
- [python-bootstrap](../subsystems/python-bootstrap.mdx) | ||
- [system-binaries](../subsystems/system-binaries.mdx) | ||
|
||
</span> |
43 changes: 43 additions & 0 deletions
43
versioned_docs/version-2.19/reference/goals/jvm-symbol-map.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
--- | ||
title: jvm-symbol-map | ||
description: | | ||
Dump the JVM dependency inference symbol mapping. | ||
--- | ||
|
||
import Option from "@site/src/components/reference/Option"; | ||
import styles from "@site/src/components/reference/styles.module.css"; | ||
|
||
--- | ||
|
||
``` | ||
pants jvm-symbol-map [args] | ||
``` | ||
|
||
Dump the JVM dependency inference symbol mapping. | ||
|
||
Backend: <span className="color--primary">`pants.backend.experimental.java.debug_goals`</span> | ||
|
||
Config section: <span className="color--primary">`[jvm-symbol-map]`</span> | ||
|
||
<span className={styles.options}> | ||
|
||
## Basic options | ||
|
||
None | ||
|
||
## Advanced options | ||
|
||
None | ||
|
||
## Deprecated options | ||
|
||
None | ||
|
||
## Related subsystems | ||
|
||
- [environments-preview](../subsystems/environments-preview.mdx) | ||
- [filter](../subsystems/filter.mdx) | ||
- [java-infer](../subsystems/java-infer.mdx) | ||
- [jvm](../subsystems/jvm.mdx) | ||
|
||
</span> |
45 changes: 45 additions & 0 deletions
45
versioned_docs/version-2.19/reference/goals/kotlin-dump-source-analysis.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
--- | ||
title: kotlin-dump-source-analysis | ||
description: | | ||
Dump source analysis for kotlin_source targets. | ||
--- | ||
|
||
import Option from "@site/src/components/reference/Option"; | ||
import styles from "@site/src/components/reference/styles.module.css"; | ||
|
||
--- | ||
|
||
``` | ||
pants kotlin-dump-source-analysis [args] | ||
``` | ||
|
||
Dump source analysis for kotlin_source targets. | ||
|
||
Backend: <span className="color--primary">`pants.backend.experimental.kotlin.debug_goals`</span> | ||
|
||
Config section: <span className="color--primary">`[kotlin-dump-source-analysis]`</span> | ||
|
||
<span className={styles.options}> | ||
|
||
## Basic options | ||
|
||
None | ||
|
||
## Advanced options | ||
|
||
None | ||
|
||
## Deprecated options | ||
|
||
None | ||
|
||
## Related subsystems | ||
|
||
- [coursier](../subsystems/coursier.mdx) | ||
- [environments-preview](../subsystems/environments-preview.mdx) | ||
- [filter](../subsystems/filter.mdx) | ||
- [jvm](../subsystems/jvm.mdx) | ||
- [python-bootstrap](../subsystems/python-bootstrap.mdx) | ||
- [system-binaries](../subsystems/system-binaries.mdx) | ||
|
||
</span> |
Oops, something went wrong.