We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ecb98a commit 101feb9Copy full SHA for 101feb9
2 files changed
.vitepress/config.ts
@@ -26,7 +26,7 @@ export default defineConfig({
26
text: 'SpringBoot',
27
items: [
28
{text: 'SpringBoot2', link: '/springboot2/'},
29
- {text: 'SpringBoot3', link: '/springboot3/'},
+ {text: 'SpringBoot3 🔥', link: '/springboot3/'},
30
{text: 'SpringBoot4', link: '/springboot4/'}
31
]
32
},
bigdata/index.md
@@ -1,16 +1 @@
1
# 大数据相关
2
-
3
4
5
-## 使用文档目录
6
7
-大数据相关
8
9
-- Flink
10
- - [使用文档](/bigdata/flink-examples/README.md)
11
- - [单机运行](/bigdata/flink-standalone/README.md)
12
- - [集群运行](/bigdata/flink-cluster/README.md)
13
-- Spark
14
- - [使用文档](/bigdata/spark-examples/README.md)
15
- - [单机运行](/bigdata/spark-standalone/README.md)
16
- - [集群运行](/bigdata/spark-cluster/README.md)
0 commit comments