From 3b6a2f75eed1c9ad8ae6f86d751dbc3077e7c8c8 Mon Sep 17 00:00:00 2001 From: Xin Wang Date: Thu, 5 Mar 2026 12:53:18 +0800 Subject: [PATCH] Add changelog README and update roadmap with reference projects - Created a new README file for the changelog to outline version history. - Updated the roadmap documentation to replace the contribution section with a list of reference projects, enhancing resource visibility. --- changelog/README.md | 1 + docs/content/roadmap.md | 13 +-- docs/overrides/partials/header.html | 118 ++++++++++++++++++++++++++++ 3 files changed, 126 insertions(+), 6 deletions(-) create mode 100644 changelog/README.md create mode 100644 docs/overrides/partials/header.html diff --git a/changelog/README.md b/changelog/README.md new file mode 100644 index 0000000..5ddad42 --- /dev/null +++ b/changelog/README.md @@ -0,0 +1 @@ +# Changelog \ No newline at end of file diff --git a/docs/content/roadmap.md b/docs/content/roadmap.md index 2f30c81..210614f 100644 --- a/docs/content/roadmap.md +++ b/docs/content/roadmap.md @@ -94,10 +94,11 @@ --- -## 参与贡献 +## 参考项目 -对路线图有建议?欢迎通过以下方式参与: - -- 在 [GitHub Issues](https://github.com/your-org/AI-VideoAssistant/issues) 提交功能请求 -- 在 [Discussions](https://github.com/your-org/AI-VideoAssistant/discussions) 参与讨论 -- 直接提交 PR 贡献代码 +* [Livekit Agent](https://github.com/livekit/agents) +* [Pipecat](https://github.com/pipecat-ai/pipecat) +* [vison-agent](https://github.com/GetStream/Vision-Agents) +* [active-call](https://github.com/miuda-ai/active-call) +* [TEN](https://github.com/TEN-framework/ten-framework) +* [airi](https://github.com/moeru-ai/airi) \ No newline at end of file diff --git a/docs/overrides/partials/header.html b/docs/overrides/partials/header.html new file mode 100644 index 0000000..76986ef --- /dev/null +++ b/docs/overrides/partials/header.html @@ -0,0 +1,118 @@ + + + +{% set class = "md-header" %} +{% if "navigation.tabs.sticky" in features %} + {% set class = class ~ " md-header--shadow md-header--lifted" %} +{% elif "navigation.tabs" not in features %} + {% set class = class ~ " md-header--shadow" %} +{% endif %} + + +
+ + + + {% if "navigation.tabs.sticky" in features %} + {% if "navigation.tabs" in features %} + {% include "partials/tabs.html" %} + {% endif %} + {% endif %} +