Skip to content

Commit 4626942

Browse files
committed
docs: add official systemg logo
1 parent 639ce06 commit 4626942

14 files changed

Lines changed: 21 additions & 1 deletion

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# systemg
22

3-
Process supervisor with dependencies, health checks, and rolling deployments. Built on systemd/cgroups.
3+
A general-purpose program orchestrator.
4+
5+
<div align="center">
6+
<img src="https://i.imgur.com/13cCBze.png" alt="systemg" width="460" />
7+
</div>
48

59
<div align="center">
610

docs/docs.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
"theme": "mint",
44
"name": "systemg",
55
"description": "A general-purpose program composer.",
6+
"favicon": "/img/favicon/favicon.ico",
7+
"logo": {
8+
"light": "/img/full-logo-colored-cropped.webp",
9+
"dark": "/img/full-logo-colored-cropped.webp"
10+
},
611
"colors": {
712
"primary": "#497bd8",
813
"light": "#679bfc",

docs/index.mdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@ title: systemg
33
description: A general-purpose program composer.
44
---
55

6+
<p align="center">
7+
<img
8+
src="/img/full-logo-colored-cropped.webp"
9+
alt="systemg"
10+
width="420"
11+
/>
12+
</p>
13+
614
systemg runs your service graph from a single YAML file.
715

816
<CodeGroup>
18.3 KB
Loading
98.1 KB
Loading
16.8 KB
Loading
680 Bytes
Loading
1.55 KB
Loading
15 KB
Binary file not shown.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"}

0 commit comments

Comments
 (0)