Skip to content

Commit f22857e

Browse files
Add description for Alta
1 parent 6b0d86e commit f22857e

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

src/components/SiteTitle.astro

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
---
22
import Default from "@astrojs/starlight/components/SiteTitle.astro"
33
import ProductLinks from "./ProductLinks.astro"
4-
5-
const isNotHome = Astro.url.pathname.split("/").length > 2;
64
---
75
<Default />
86
<div class="w-4" />
9-
{isNotHome && <ProductLinks showOnDesktop={true} />}
7+
<ProductLinks showOnDesktop={true} />

src/content/docs/en/alta/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ sidebar:
66
tableOfContents: false
77
hero:
88
title: Cesbo Alta
9+
desctiption: Digital recording solution
910
actions:
1011
- text: Install
1112
link: /en/alta/getting-started/install

src/content/docs/en/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import ProductCard from '../../../components/ProductCard.astro';
2121
/>
2222
<ProductCard
2323
title="Alta"
24-
description="Add description here"
24+
description="Digital recording solution"
2525
mainLink="/en/alta"
2626
links={{
2727
"/en/alta/getting-started/install": "Get Started",

0 commit comments

Comments
 (0)