Route documentation home to quick start

This commit is contained in:
Yichen Jiang
2026-08-11 17:50:37 +08:00
parent ca674bbcbc
commit f98a95023d
13 changed files with 105 additions and 52 deletions

View File

@@ -1,23 +1,9 @@
---
layout: home
hero:
name: DeepSeek Harness
text: Plugin-based Coding Agent
tagline: Built on the Cordis microkernel; everything is a plugin
actions:
- theme: brand
text: Quick start
link: /en/guide/quickstart
- theme: alt
text: Develop plugins
link: /en/develop/basic/
features:
- title: Microkernel
details: The kernel manages plugin lifecycles, events, and dependencies without containing product-specific capabilities.
- title: Plugin-first
details: Models, tools, sessions, and storage are provided by plugins that work together through events.
- title: Composable
details: Select, replace, or extend capabilities through configuration without modifying the Agent Loop.
layout: false
head:
- - meta
- http-equiv: refresh
content: 0; url=./guide/quickstart
---
# DeepSeek Harness