-
Notifications
You must be signed in to change notification settings - Fork 150
Expand file tree
/
Copy pathmkdocs.yml
More file actions
36 lines (36 loc) · 1.01 KB
/
mkdocs.yml
File metadata and controls
36 lines (36 loc) · 1.01 KB
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
32
33
34
35
36
site_name: Paper2Any Docs
site_url: ""
theme:
name: material
language: zh
features:
- navigation.tabs
- content.code.annotate
nav:
- 主页: index.md
- 入门与部署:
- 开源部署与配置总指南: guides/open_source_deployment.md
- 快速开始: quickstart.md
- 安装与环境准备: installation.md
- 配置文件参考: guides/configuration.md
- 功能指南:
- 总览: guides/index.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
- 技术路线图模板开发记录: tech_route_template_palette_react.md
- 更新日志: changelog.md
markdown_extensions:
- admonition
- toc:
permalink: ⚓︎
- pymdownx.superfences
- pymdownx.highlight
plugins:
- search