-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
160 lines (150 loc) · 4.41 KB
/
Copy pathmkdocs.yml
File metadata and controls
160 lines (150 loc) · 4.41 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
# ============================================================================
# Deeplink Next - 面向下一代算力系统
# ============================================================================
site_name: Deeplink Next
site_description: >-
Deeplink 面向下一代算力系统的开源演进 — 为 AI 原生、异构计算与分布式协同而设计的算力基础设施
site_author: Deeplink Community
site_url: https://deeplink-next.zensical.org/
copyright: Copyright © 2026 Deeplink Community
repo_name: deeplink-org/deeplink-next
repo_url: https://github.com/deeplink-org/deeplink-next
extra_css:
- stylesheets/extra.css
extra_javascript:
- javascripts/extra.js
- javascripts/landing-hero-bg.js
theme:
name: material
custom_dir: overrides
language: zh
favicon: assets/favicon.svg
icon:
# 顶栏实际徽标见 overrides/partials/logo.html;此处仅占位
logo: material/memory
font:
text: Inter
code: JetBrains Mono
features:
- announce.dismiss
- content.code.annotate
- content.code.copy
- content.code.select
- content.footnote.tooltips
- content.tabs.link
- content.tooltips
- header.autohide
- navigation.indexes
- navigation.instant
- navigation.instant.prefetch
- navigation.instant.progress
- navigation.path
- navigation.sections
- navigation.tabs
- navigation.tabs.sticky
- navigation.top
- navigation.tracking
- search.highlight
- toc.follow
- toc.integrate
palette:
scheme: slate
primary: indigo
accent: orange
extra:
analytics:
provider: google
property: G-XXXXXXXXXX
status:
new: Recently added
deprecated: Deprecated
tags:
default: default
social:
- icon: fontawesome/brands/github
link: https://github.com/deeplink-org
name: GitHub
plugins:
- search
- tags
- glightbox:
auto_themed: true
- blog:
blog_dir: blog
markdown_extensions:
- abbr
- admonition
- attr_list
- def_list
- footnotes
- md_in_html
- toc:
permalink: true
- pymdownx.arithmatex:
generic: true
- pymdownx.betterem
- pymdownx.caret
- pymdownx.details
- pymdownx.emoji:
emoji_generator: !!python/name:zensical.extensions.emoji.to_svg
emoji_index: !!python/name:zensical.extensions.emoji.twemoji
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.magiclink:
normalize_issue_symbols: true
repo_url_shorthand: true
user: deeplink-org
repo: deeplink-next
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.snippets
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true
combine_header_slug: true
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
nav:
- 首页: index.md
- 愿景与路线:
- 愿景与目标: overview/vision.md
- 路线图: overview/roadmap.md
- 概念与架构:
- 总体架构: architecture/index.md
- 核心概念: concepts/index.md
- 算力体系: architecture/hardware.md
- 软件系统: architecture/software.md
- 项目与社区:
- 子项目概览: subprojects/index.md
- 项目收录: subprojects/incubation.md
- 训推框架:
- 预训练 AllSpark: subprojects/allspark.md
- 强化学习 NexRL: subprojects/nexrl.md
- 推理框架 Energon: subprojects/energon.md
- 推理服务 Teletraan: subprojects/teletraan.md
- 智能体运行时:
- Pulsing: subprojects/pulsing.md
- Persisting: subprojects/persisting.md
- Probing: subprojects/probing.md
- 分布式沙箱: subprojects/sandbox.md
- 超智融合计算:
- 科学算子: subprojects/science-operators.md
- 数据压缩: subprojects/science-compression.md
- 混合精度: subprojects/mixed-precision.md
- 工作流: subprojects/science-workflow.md
- 下一代算力架构:
- SuperPod 白皮书: subprojects/superpod.md
- 架构板块: subprojects/next-computing-architecture.md
- 社区: community/index.md
- 参与贡献: community/contributing.md
- 新闻与博客: blog/index.md
- 关于我们: about/index.md