Skip to content

Commit 3ea550e

Browse files
committed
refactor(documentation): improve index
1 parent e76b123 commit 3ea550e

2 files changed

Lines changed: 19 additions & 15 deletions

File tree

documentation/simplew/docs/.vitepress/config.mjs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ export default defineConfig({
55
appearance: 'dark',
66
title: 'SimpleW',
77
titleTemplate: 'SimpleW',
8-
description: "SimpleW is a Web server library in .NET Core. Designed for Simplicity. Built for Speed. Packed with Power.",
8+
description: "SimpleW is a modern web server for .NET. Designed for Simplicity. Built for Speed. Packed with Power.",
99
head: [
1010
['link', { rel: 'icon', href: 'favicon.ico' }],
1111
// analytics
1212
['script', { async: '', src: 'https://cloud.umami.is/script.js', 'data-website-id': '6cb0147f-6faa-4c64-ba68-6bd607980ea5' } ],
1313
// og
1414
['meta', { property: 'og:site_name', content: 'SimpleW' }],
15-
['meta', { property: 'og:title', content: 'SimpleW | Web Server Library .NET Core' }],
16-
['meta', { property: 'og:description', content: 'Built on top of native sockets. Minimal overhead, instant startup, ideal for microservices, embedded apps, and high-performance workloads' }],
15+
['meta', { property: 'og:title', content: 'SimpleW | Modern Web Server for .NET' }],
16+
['meta', { property: 'og:description', content: 'A modern .NET web server built for speed and control. Handle APIs, static files, and dynamic content with a production-ready core and zero dependencies.' }],
1717
['meta', { property: 'og:type', content: 'website' }],
1818
['meta', { property: 'og:url', content: 'https://simplew.net' }],
1919
['meta', { property: 'og:image', content: 'https://simplew.net/simplew-og.png' }],

documentation/simplew/docs/index.md

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,14 @@ layout: home
44

55
hero:
66
name: "SimpleW"
7-
text: "Web Server Library <br />.NET Core"
8-
#tagline: Simple, Fast and Featured
7+
text: "Modern Web Server <br />for .NET"
8+
tagline: Designed for Simplicity. Built for Speed.
99
#tagline: Designed for Simplicity. Built for Speed. Packed with Power.
10-
tagline: Powerfully Simple. Blazingly Fast.
10+
#tagline: Powerfully Simple. Seriously Fast.
11+
#tagline: Simple by Design. Fast and Powerful.
12+
#tagline: Simple. Fast. Powerful.
13+
#tagline: Simplicity First. Performance Built-In.
14+
#tagline: Simple by Design. Built for Speed.
1115
image:
1216
src: /logo-min.webp
1317
alt: SimpleW
@@ -24,17 +28,17 @@ hero:
2428

2529
features:
2630
- icon:
27-
title: Simple & Blazing Fast
31+
title: Zero Dependencies, Maximum Speed
2832
details: Built on top of native sockets. Minimal overhead, instant startup and high-performance workloads.
2933
- icon: 🌐
30-
title: API REST
31-
details: Define routes and controllers with automatic json serialization. Focus on your business logic.
32-
- icon: 🔋
33-
title: Built-in Features
34-
details: Json Web Token, Cross-Origin Resource Sharing, SSL for security. Websockets and Server Sent Events for communication.
35-
- icon: 🔬
36-
title: Observability
37-
details: Integrated OpenTelemetry with traces and metrics. Easier to monitor, debug, and analyze requests.
34+
title: Flexible Web Server
35+
details: Handle APIs, static files, and dynamic content through a simple routing model — with full control over behavior.
36+
- icon: 🛡️
37+
title: Production-Grade Core
38+
details: A fully integrated core designed for real-world usage covering security, communication, and observability without external dependencies.
39+
- icon: 🧩
40+
title: Powerful Addons
41+
details: Designed for extensibility. Integrate additional capabilities through independent modules without bloating your core.
3842

3943
carousel:
4044
- src: /logo-min.webp

0 commit comments

Comments
 (0)