Skip to content

Commit 23fb4e0

Browse files
author
mrabine
committed
missing emoji
1 parent cf44aa5 commit 23fb4e0

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

content/_index.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
title: "Join Framework"
33
---
44

5-
# Welcome to Join Framework
5+
# Welcome to Join Framework
66

77
**Join** is a **modular C++ network runtime framework for Linux**, designed for optimized throughput and latency in system-level networking.
88

99
It provides a set of composable libraries covering networking primitives, concurrency, serialization, cryptography, and Linux network fabric management.
1010

1111
---
1212

13-
## Design Goals
13+
## 🚀 Design Goals
1414

1515
- Linux-native networking (sockets, netlink, raw sockets)
1616
- Event-driven and reactor-based architecture
@@ -20,7 +20,7 @@ It provides a set of composable libraries covering networking primitives, concur
2020

2121
---
2222

23-
## Target Use Cases
23+
## 🎯 Target Use Cases
2424

2525
**Designed for:**
2626
- Network services and microservices
@@ -35,7 +35,7 @@ It provides a set of composable libraries covering networking primitives, concur
3535

3636
---
3737

38-
## Modular Architecture
38+
## 🏗 Modular Architecture
3939

4040
The framework is a collection of specialized modules that build upon one another:
4141

@@ -49,13 +49,13 @@ The framework is a collection of specialized modules that build upon one another
4949

5050
---
5151

52-
## Getting Started
52+
## 🛠️ Getting Started
5353

5454
New to Join? Start with our [Quick Start Guide]({{< ref "quickstart" >}}) to get up and running in minutes.
5555

5656
---
5757

58-
## Quality
58+
## 📊 Quality
5959

6060
Every commit is validated against an extensive test suite to ensure stability in concurrent environments:
6161

@@ -64,7 +64,7 @@ Every commit is validated against an extensive test suite to ensure stability in
6464

6565
---
6666

67-
## Resources
67+
## 📖 Resources
6868

6969
- **API Reference:** [Doxygen](https://joinframework.github.io/join/index.html)
7070
- **GitHub:** [joinframework/join](https://github.com/joinframework/join)

0 commit comments

Comments
 (0)