Skip to content

Commit 57ac0d0

Browse files
authored
fix: docs links (#595)
Signed-off-by: Gašper Grom <gasper.grom@gmail.com>
1 parent dfc68d6 commit 57ac0d0

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

frontend/docs/.vitepress/theme/components/CustomNavbar.vue

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,8 @@ import { VPNavBarSearch, VPSocialLinks } from 'vitepress/theme'
5252
.wrapper-content {
5353
max-width: calc(var(--vp-layout-max-width) - 64px);
5454
}
55+
56+
.c-menu-button{
57+
@apply text-neutral-500
58+
}
5559
</style>

frontend/docs/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,21 @@ hero:
99
actions:
1010
- theme: brand
1111
text: Go to Docs
12-
link: /introduction/what-is-insights
12+
link: /introduction/what-is-insights/index
1313
- theme: alt
1414
text: "Back to LFX Insights"
1515
link: "https://insights.linuxfoundation.org"
1616

1717
features:
1818
- title: What is LFX Insights?
1919
details: Learn how LFX Insights helps you assess open source project health and make smarter dependency decisions.
20-
link: /introduction/what-is-insights
20+
link: /introduction/what-is-insights/index
2121
linkText: Learn more
2222
- title: Health Score
2323
details: A single, unified metric that reflects the overall health of an open source project, from activity to security.
24-
link: /metrics/health-score
24+
link: /metrics/health-score/index
2525
linkText: Learn more
2626
- title: FAQ
2727
details: Get answers to common questions about using and understanding LFX Insights features and metrics.
28-
link: /more/faq
28+
link: /more/faq/index
2929
linkText: Learn more

0 commit comments

Comments
 (0)