From 7c0922784b5e21500f7c95536bb25f1c59b47014 Mon Sep 17 00:00:00 2001 From: Jason Carter Date: Thu, 21 May 2026 22:35:46 +0800 Subject: [PATCH] Add blog links to README and README.zh-CN [tsk_b6a0c7cc24bd6b5e97210983] Add markus.global/blog links to navigation bar, documentation table, and footer in both English and Chinese READMEs. This creates inbound backlinks from the GitHub repo to the blog, improving SEO domain authority and GEO discoverability. --- README.md | 3 +++ README.zh-CN.md | 3 +++ 2 files changed, 6 insertions(+) diff --git a/README.md b/README.md index 8deb5b41..cc5d3f77 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,7 @@

Website · + Blog · Docs · Discussions · Contributing @@ -182,6 +183,7 @@ TypeScript monorepo with modular packages: | Guide | Description | |-------|-------------| | [User Guide](docs/GUIDE.md) | Setup, configuration, Web UI walkthrough | +| [Blog](https://markus.global/blog) | Articles and tutorials on Markus, AI agents, and the future of work | | [Architecture](docs/ARCHITECTURE.md) | System design, agent runtime, memory, governance | | [API Reference](docs/API.md) | REST API endpoints and WebSocket events | | [State Machines](docs/STATE-MACHINES.md) | Task & requirement FSM specification | @@ -226,6 +228,7 @@ Agent templates and skills shared through the marketplace may use their own lice

Website · + Blog · Discussions · Issues

diff --git a/README.zh-CN.md b/README.zh-CN.md index 92476d4c..902889f9 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -31,6 +31,7 @@

官网 · + 博客 · 文档 · 讨论 · 参与贡献 @@ -181,6 +182,7 @@ TypeScript Monorepo,模块化包结构: | 指南 | 说明 | |-------|-------------| | [用户指南](docs/GUIDE.md) | 安装、配置、Web 界面使用 | +| [博客](https://markus.global/blog) | 关于 Markus、AI Agent 和未来工作的文章与教程 | | [架构设计](docs/ARCHITECTURE.md) | 系统设计、智能体运行时、记忆、治理 | | [记忆系统](docs/MEMORY-SYSTEM.md) | 三层记忆架构(Tulving) | | [API 参考](docs/API.md) | REST API 接口 | @@ -220,6 +222,7 @@ Markus 采用双重许可:

官网 · + 博客 · 讨论 · 问题反馈