1
0
mirror of https://github.com/Snailclimb/JavaGuide synced 2025-06-20 22:17:09 +08:00
Java-Interview-Guide/docs/.vuepress/sidebar/open-source-project.ts

31 lines
457 B
TypeScript

export const openSourceProject = [
{
text: "技术教程",
link: "tutorial",
},
{
text: "实战项目",
link: "practical-project",
},
{
text: "系统设计",
link: "system-design",
},
{
text: "工具类库",
link: "tool-library",
},
{
text: "开发工具",
link: "tools",
},
{
text: "机器学习",
link: "machine-learning",
},
{
text: "大数据",
link: "big-data",
},
];