From 34366b9d11cd28a0df696a66318315caaf0f11ba Mon Sep 17 00:00:00 2001 From: SIN-Agent Date: Tue, 21 Apr 2026 07:15:56 +0200 Subject: [PATCH 1/3] docs: refresh homepage hero copy Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus --- docs/index.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/index.md b/docs/index.md index ed999a81e2..7ac5d107e9 100644 --- a/docs/index.md +++ b/docs/index.md @@ -2,8 +2,8 @@ layout: home hero: name: "OpenSIN-AI" - text: "Dokumentation" - tagline: "Learn how to use the OpenSIN ecosystem, control your fleet, and build sovereign agents without guesswork." + text: "Sovereign Documentation" + tagline: "Learn how to operate the OpenSIN ecosystem, steer your fleet, and ship sovereign agents with a sharper control-plane view." image: src: /logo.png alt: OpenSIN Logo @@ -18,17 +18,17 @@ features: - icon: src: /icons/docs.svg title: Autonomous Fleet - details: "Orchestrate a team of specialized agents that work 24/7 without human intervention." + details: "Operate specialized agents with a docs surface that keeps the critical paths obvious and the next step close at hand." link: /guide/fleet-orchestration - icon: src: /icons/a2a.svg title: A2A Protocol - details: "Zero-bottleneck communication. Agents talk to agents directly via the Neural-Bus." + details: "Move from isolated prompts to direct agent-to-agent execution with the Neural-Bus as the system contract." link: /guide/a2a-protocol - icon: src: /icons/registry.svg title: Stealth Automation - details: "Human-like browsing and action execution. Undetectable. Unstoppable." + details: "Run browser and system automation with a premium, legible surface that makes high-trust operations easier to scan." link: /guide/stealth-automation --- From 311c41a102065b5ccddd79bf3cc82e979baed5e2 Mon Sep 17 00:00:00 2001 From: SIN-Agent Date: Tue, 21 Apr 2026 07:16:06 +0200 Subject: [PATCH 2/3] style: polish homepage theme surface contract Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus --- .../theme/components/HomeChoosePath.vue | 166 ++++++++-- .../theme/components/HomeRelatedTopics.vue | 115 ++++--- docs/.vitepress/theme/custom.css | 297 ++++++++++++++++-- docs/.vitepress/theme/index.ts | 6 + 4 files changed, 486 insertions(+), 98 deletions(-) diff --git a/docs/.vitepress/theme/components/HomeChoosePath.vue b/docs/.vitepress/theme/components/HomeChoosePath.vue index 66b07716a8..f88e21ebf0 100644 --- a/docs/.vitepress/theme/components/HomeChoosePath.vue +++ b/docs/.vitepress/theme/components/HomeChoosePath.vue @@ -1,42 +1,152 @@ + + diff --git a/docs/.vitepress/theme/components/HomeRelatedTopics.vue b/docs/.vitepress/theme/components/HomeRelatedTopics.vue index 22e80f4294..8250621cf4 100644 --- a/docs/.vitepress/theme/components/HomeRelatedTopics.vue +++ b/docs/.vitepress/theme/components/HomeRelatedTopics.vue @@ -1,8 +1,14 @@