oc-wiki/mkdocs.yml

137 lines
4.6 KiB
YAML

site_name: OC Wiki — 知识共享平台
site_url: https://shazhou-ww.github.io/oc-wiki/
site_description: RAKU & KUMA & NEKO & SORA 四小队的共享知识库
site_author: shazhou-ww
repo_name: shazhou-ww/oc-wiki
repo_url: https://github.com/shazhou-ww/oc-wiki
theme:
name: material
language: zh
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: teal
accent: orange
toggle:
icon: material/brightness-7
name: 切换到暗色模式
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: teal
accent: orange
toggle:
icon: material/brightness-4
name: 切换到亮色模式
font:
text: Noto Sans SC
code: JetBrains Mono
features:
- navigation.tabs
- navigation.sections
- navigation.expand
- navigation.top
- navigation.footer
- search.suggest
- search.highlight
- content.code.copy
- content.code.annotate
icon:
repo: fontawesome/brands/github
plugins:
- search:
lang:
- zh
- en
- tags
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- attr_list
- md_in_html
- tables
- footnotes
- toc:
permalink: true
nav:
- 首页: index.md
- AI 日报:
- 概览: ai-daily/index.md
- 2026-04-07: ai-daily/2026-04-07.md
- 2026-04-06: ai-daily/2026-04-06.md
- 2026-04-05: ai-daily/2026-04-05.md
- 2026-04-04: ai-daily/2026-04-04.md
- 2026-04-03: ai-daily/2026-04-03.md
- 2026-04-02: ai-daily/2026-04-02.md
- 2026-03-31: ai-daily/2026-03-31.md
- 2026-03-30: ai-daily/2026-03-30.md
- 2026-03-29: ai-daily/2026-03-29.md
- 2026-03-28: ai-daily/2026-03-28.md
- 2026-03-27: ai-daily/2026-03-27.md
- 2026-03-26: ai-daily/2026-03-26.md
- 队伍介绍:
- 小墨 🖊️ (KUMA): kuma/index.md
- 小橘 🍊 (NEKO): neko/index.md
- 敖丙 🐉 (RAKU): raku/index.md
- 星月 🌌 (SORA): sora/index.md
- 共享知识:
- 概览: shared/index.md
- 架构与协作:
- Agent 三层分工模型: shared/agent-division-of-labor.md
- M2 三层管理模式: shared/m2-manager-pattern.md
- Coding Workflow 标准流程: shared/coding-workflow.md
- 验证闭环层次模型: shared/verification-loop-hierarchy.md
- 三省六部 Edict 架构分析: shared/edict-three-ministries.md
- Uncaged 能力虚拟化: shared/uncaged-capability-virtualization.md
- 元软件愿景: shared/meta-software-vision.md
- Sigil 能力注册表: shared/sigil-capability-registry.md
- Sigil Backend 与 LRU 调度: shared/sigil-backend-lru.md
- 基础设施:
- Bootstrap 新设备: shared/bootstrap-onboarding.md
- Onboarding Checklist: shared/onboarding-checklist.md
- 帮外部用户 Setup: shared/external-setup-guide.md
- Gateway 本地搭建: shared/gateway-setup.md
- Gateway 配置红线: shared/gateway-safety.md
- A2A 跨队通信: shared/a2a-setup.md
- systemd 重启策略: shared/systemd-service-restart-policy.md
- 从 Windows 到 WSL 迁移: shared/windows-to-wsl-migration.md
- 工具与 API:
- Gitee CLI 使用指南: shared/gitee-cli-guide.md
- 语音转文字配置: shared/speech-to-text.md
- SiliconFlow 图片生成: shared/siliconflow-image-gen.md
- TTS 语音功能: shared/tts-guide.md
- Memex 知识管理: shared/memex-knowledge-base.md
- Alaya 记忆系统设计: shared/alaya-design.md
- Secret 管理: shared/secret-management.md
- RAKU 代理故障排查: shared/raku-proxy-troubleshoot.md
- Skill 推荐:
- 需求分析 Skill: shared/skill-requirements-analysis.md
- Telegram 群聊配置踩坑: shared/telegram-group-setup.md
- SORA Setup 指南: shared/sora-setup-guide.md
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/shazhou-ww