diff --git a/docs/docs-beta/README.md b/docs/docs-beta/README.md
index 2444e7e254f2b..d12c9cf4d2a91 100644
--- a/docs/docs-beta/README.md
+++ b/docs/docs-beta/README.md
@@ -116,4 +116,4 @@ To build the site for production:
yarn build
```
-This command generates static content into the `build` directory and can be served using any static contents hosting service.
+This command generates static content into the `build` directory and can be served using any static contents hosting service. This also checks for any broken links in the documentation.
diff --git a/docs/docs-beta/docs/intro.md b/docs/docs-beta/docs/intro.md
index e6da64a8bc7df..ef751823e62da 100644
--- a/docs/docs-beta/docs/intro.md
+++ b/docs/docs-beta/docs/intro.md
@@ -11,13 +11,12 @@ import { Card, CardGroup } from '@site/src/components/Cards';
Dagster is a data orchestrator built for data engineers, with integrated lineage, observability, a declarative programming model and best-in-class testability.
-
## Get started
-
+
Build your first Dagster pipeline in our Quickstart tutorial.
@@ -40,4 +39,4 @@ Dagster is a data orchestrator built for data engineers, with integrated lineage
Watch our latest videos on YouTube.
-
\ No newline at end of file
+
diff --git a/docs/docs-beta/src/components/Cards.tsx b/docs/docs-beta/src/components/Cards.tsx
index 9372ae538fe27..c0f9d28cbfdd9 100644
--- a/docs/docs-beta/src/components/Cards.tsx
+++ b/docs/docs-beta/src/components/Cards.tsx
@@ -8,7 +8,7 @@ interface CardProps {
children: React.ReactNode;
}
-const Card: React.FC = ({ title, icon, href, children }) => (
+const Card: React.FC = ({title, icon, href, children}) => (