Skip to content

Commit 5503937

Browse files
authored
Update products.astro for title + meta description (#24269)
1 parent 8df59e2 commit 5503937

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pages/products.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ let productData: ProductData[] = products
3636
3737
const props = {
3838
frontmatter: {
39-
title: "Products",
39+
title: "Docs directory",
4040
description:
41-
"API reference, how-to guides, tutorials, example code, and more.",
41+
"Explore the different areas of our documentation site.",
4242
template: "splash",
4343
},
4444
hideBreadcrumbs: true,

0 commit comments

Comments
 (0)