Skip to content

Commit 2d51e4d

Browse files
authored
Merge pull request #2084 from mateuszbartosik/new-docs
Fix 404 page error, OLAP ETL description
2 parents 6e368ec + b821212 commit 2d51e4d

File tree

4 files changed

+6
-14
lines changed

4 files changed

+6
-14
lines changed

src/components/EmptyToc.tsx

Lines changed: 0 additions & 5 deletions
This file was deleted.

src/components/Homepage/Features/FeaturesLists/BackgroundTasksFeatures.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export default function BackgroundTasksFeaturesGrid() {
1818
title: "Refresh",
1919
icon: "document-refresh",
2020
url: `/${activeVersion.label}/server/extensions/refresh`,
21-
description: "Automatically re-trigger your documents ",
21+
description: "Automatically re-trigger your documents",
2222
},
2323
{
2424
title: "Archival",

src/components/Homepage/Features/FeaturesLists/IntegrationFeatures.tsx

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ export default function IntegrationFeaturesGrid() {
1818
title: "OLAP ETL",
1919
icon: "olap-etl",
2020
url: `/${activeVersion.label}/server/ongoing-tasks/etl/olap`,
21-
description: "Short description",
21+
description:
22+
"Export data as ApacheParquet to your data lake for analytics",
2223
},
2324
{
2425
title: "Elasticsearch ETL",
@@ -90,13 +91,7 @@ export default function IntegrationFeaturesGrid() {
9091
title: "Akka.NET",
9192
icon: "akka-net",
9293
url: `/${activeVersion.label}/integrations/akka.net-persistence/integrating-with-akka-persistence`,
93-
description: "Use RavenDB as Akka.Persistence storage.",
94-
},
95-
{
96-
title: "Grafana",
97-
icon: "grafana",
98-
url: `/${activeVersion.label}/server/troubleshooting/logging`,
99-
description: "Visualize RavenDB metrics in real-time Grafana dashboards",
94+
description: "Use RavenDB as Akka.Persistence storage",
10095
},
10196
];
10297

src/theme/NotFound/Content/index.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,11 +83,13 @@ export default function NotFoundContent({ className }: Props): ReactNode {
8383
title="Homepage"
8484
description="Feeling lost? Start at the very beginning"
8585
url={isCloudPath ? "/cloud" : `/${versionLabel}`}
86+
icon="home"
8687
/>
8788
<CardWithIcon
8889
title="Search the docs"
8990
description="There's probably an article for your issue already"
9091
url="/search"
92+
icon="search"
9193
/>
9294
</div>
9395
</div>

0 commit comments

Comments
 (0)