-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathmkdocs.yml
More file actions
109 lines (102 loc) · 2.99 KB
/
mkdocs.yml
File metadata and controls
109 lines (102 loc) · 2.99 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
site_name: TuGraph课程
site_url: https://tugraph-contrib.github.io/tugraph-course
repo_url: https://github.com/TuGraph-contrib/tugraph-course
repo_name: TuGraph-contrib/tugraph-course
edit_uri: edit/dev/docs/
docs_dir: docs/
site_dir: site
copyright: Copyright © 2025 TuGraph
plugins:
- search
nav:
- 首页: index.md
- MiniGU:
- 项目介绍: minigu/introduction.md
- 快速上手: minigu/quick-start.md
- Rust语言基础: minigu/rust.md
- 实验指南:
- Lab 0 - 实验准备: minigu/labs/lab0.md
- Lab 1 - 图存储实验:
- Lab 1-1 - OLTP图存储: minigu/labs/lab1-1.md
- Lab 1-2 - OLAP图存储: minigu/labs/lab1-2.md
- Lab 2 - 图查询实验:
- Lab 2-0 - 实验概览: minigu/labs/lab2-0.md
- Lab 2-1 - Expand与Project执行器: minigu/labs/lab2-1.md
- Lab 2-2 - Filter逻辑计划: minigu/labs/lab2-2.md
- Lab 2-3 - 谓词下推优化: minigu/labs/lab2-3.md
- 附录: minigu/appendix.md
- TuGraph-DB:
- TuGraph介绍: tugraph/tugraph.md
- 实验指南:
- Lab 0 - 实验准备: tugraph/labs/lab0.md
- Lab 1 - Louvain实验: tugraph/labs/lab1.md
- Lab 2 - Node2Vec实验: tugraph/labs/lab2.md
- 图查询Cypher实践: tugraph/labs/cypher.md
- Geaflow:
- GeaFlow 完整介绍: geaflow/geaflow.md
- Graph+AI:
- Chat2Graph介绍: graphai/chat2graph.md
- 关于:
- Roadmap: about/roadmap.md
- 贡献指南: about/contributing.md
theme:
name: material
# custom_dir: overrides
language: zh
features:
- search.highlight
- navigation.sections
- navigation.path
- navigation.top
- navigation.instant
- navigation.tracking
- navigation.tabs
- navigation.tabs.sticky
- navigation.footer
- toc.follow
- content.code.copy
- content.action.edit
logo: assets/white-logo.jpg
# favicon: assets/white-logo.jpg
icon:
repo: fontawesome/brands/github
palette:
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: custom
accent: indigo
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: custom
accent: indigo
toggle:
icon: material/brightness-4
name: Switch to light mode
extra_css:
- assets/extra.css
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/TuGraph-contrib/tugraph-course
- icon: fontawesome/solid/globe
link: https://tugraph.tech
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- toc:
permalink: true
- pymdownx.arithmatex:
generic: true
block_tag: 'pre'
extra_javascript:
- ./assets/mathjax.js
- https://polyfill.alicdn.com/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js