forked from OpenDCAI/Paper2Any
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
31 lines (31 loc) · 757 Bytes
/
mkdocs.yml
File metadata and controls
31 lines (31 loc) · 757 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
site_name: Paper2Any Docs
site_url: ""
theme:
name: material
language: zh
features:
- navigation.tabs
- content.code.annotate
nav:
- 主页: index.md
- 快速开始: quickstart.md
- 安装: installation.md
- 配置指南: guides/configuration.md
- 功能指南:
- Paper2Figure: guides/paper2figure.md
- Paper2PPT: guides/paper2ppt.md
- Paper2Video: guides/paper2video.md
- Paper2Technical: guides/paper2technical.md
- 多模态API开发: guides/multimodal_api.md
- CLI工具: cli.md
- FAQ: faq.md
- 贡献指南: contributing.md
- 更新日志: changelog.md
markdown_extensions:
- admonition
- toc:
permalink: ⚓︎
- pymdownx.superfences
- pymdownx.highlight
plugins:
- search