oc-wiki/mkdocs.yml

104 lines
2.7 KiB
YAML

site_name: OC Wiki — 知识共享平台
site_url: https://shazhou-ww.github.io/oc-wiki/
site_description: NEKO & KUMA 小队的共享知识库
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-03-27: ai-daily/2026-03-27.md
- 2026-03-26: ai-daily/2026-03-26.md
- NEKO 小队:
- 概览: neko/index.md
- KUMA 小队:
- 概览: kuma/index.md
- 共享知识:
- 概览: shared/index.md
- Gateway 本地搭建: shared/gateway-setup.md
- Gateway 配置红线: shared/gateway-safety.md
- A2A 跨队通信: shared/a2a-setup.md
- 语音转文字配置: shared/speech-to-text.md
- SiliconFlow 图片生成: shared/siliconflow-image-gen.md
- Memex 知识管理: shared/memex-knowledge-base.md
- TTS 语音功能: shared/tts-guide.md
- Agent 三层分工模型: shared/agent-division-of-labor.md
- systemd 重启策略: shared/systemd-service-restart-policy.md
- 需求分析 Skill 推荐: shared/requirements-analysis-skill.md
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/shazhou-ww