Skip to content

Commit bd80504

Browse files
committed
Added links to hero cards
1 parent 3a62a4e commit bd80504

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

.vitepress/theme/custom.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,9 @@
3434
img[src='/search.png'] {
3535
width: 100%;
3636
aspect-ratio: 1 / 1;
37+
}
38+
39+
.details a {
40+
text-decoration: underline;
41+
text-underline-offset: 2px;
3742
}

index.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,18 @@ hero:
1919

2020
features:
2121
- title: Micro Frontend Platform
22-
details: A flexible Micro Frontend platform built on top of Luigi, enabling the composition of technology-agnostic Micro Frontends into dynamic portals at runtime.
22+
details: A flexible Micro Frontend platform built on top of the <a href="https://luigi-project.io/" target="_blank">Luigi Micro Frontend Framework</a>, enabling the composition of technology-agnostic Micro Frontends into dynamic portals at runtime.
23+
link: /documentation/concepts#extensibility-micro-frontend-architecture
2324
- title: Easy to Extend
2425
details: Seamless Micro Frontend integration through content configuration only, no coding required. Simply provide a content configuration file and register your Micro Frontend in your OpenMFP based portal.
26+
link: /documentation/extended-guide/content-configuration
2527
- title: Reusable Libraries
2628
details: Reuse existing libraries and frameworks to build your Micro Frontends, reducing duplication and speeding up development. OpenMFP does not impose any restrictions on the technology you use.
29+
link: /documentation/getting-started/create-microfrontend
2730
- title: Developer Experience
2831
details: An intuitive, developer-friendly environment designed to make building Micro Frontends faster, smoother, and more enjoyable.
32+
link: /documentation/getting-started/local-develpment
33+
2934

3035
---
3136

0 commit comments

Comments
 (0)