Skip to content

Commit

Permalink
Use on front page "Learn more" link
Browse files Browse the repository at this point in the history
  • Loading branch information
huonw committed Mar 12, 2024
1 parent 1fdd30a commit 1f5e4c2
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions src/pages/_index.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import clsx from "clsx";
import styles from "./index.module.css";
import Link from "@docusaurus/Link";
import VersionedDocsLink from "@site/src/components/VersionedDocsLink";

export const Card = ({ children }) => {
return (
Expand Down Expand Up @@ -116,7 +116,13 @@ You'll find no subsets like Starlark here. Pants empowers you with full support

Pants supports Python, Docker, Go, Java, Kotlin, Pex, Protodoc, Scala, Shell, Thrift, Protobuf,
Docker, Helm, many linting and formatting tools, packaging, coverage, and more.
[Learn more.](/2.19/docs/introduction/welcome-to-pants)

<VersionedDocsLink
version="last-stable"
unversionedPath="docs/introduction/welcome-to-pants"
>
Learn more.
</VersionedDocsLink>

</div>
</div>
Expand Down

0 comments on commit 1f5e4c2

Please sign in to comment.