File tree Expand file tree Collapse file tree 4 files changed +6
-14
lines changed
Homepage/Features/FeaturesLists Expand file tree Collapse file tree 4 files changed +6
-14
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff 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" ,
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments