Skip to content

Commit 3f1b32e

Browse files
committed
chore: update index page
1 parent 1b47659 commit 3f1b32e

File tree

3 files changed

+42
-4
lines changed

3 files changed

+42
-4
lines changed

Diff for: docs/.vitepress/config.mts

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export default defineConfig({
1717
logo: '/favicon-32x32.png',
1818
footer: {
1919
message: 'Released under the CC-BY-SA-4.0 license.',
20-
copyright: `版权所有 © 2018-${new Date().getFullYear()} Doocs`
20+
copyright: `版权所有 © 2018-${new Date().getFullYear()} <a href="https://github.com/doocs">Doocs</a>`
2121
},
2222
outline: {
2323
label: '页面导航'
@@ -45,7 +45,7 @@ export default defineConfig({
4545
logo: '/favicon-32x32.png',
4646
footer: {
4747
message: 'Released under the CC-BY-SA-4.0 license.',
48-
copyright: `Copyright © 2018-${new Date().getFullYear()} Doocs`
48+
copyright: `Copyright © 2018-${new Date().getFullYear()} <a href="https://github.com/doocs">Doocs</a>`
4949
},
5050
socialLinks: [
5151
{ icon: 'github', link: 'https://github.com/doocs' }

Diff for: docs/en/index.md

+20-1
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,36 @@ hero:
1616
features:
1717
- title: advanced-java
1818
details: Comprehensive guide for Internet Java engineers, covering topics like high concurrency, distributed systems, high availability, microservices, and massive data processing.
19+
icon: 🧠
20+
link: https://github.com/doocs/advanced-java
21+
1922
- title: leetcode
2023
details: Solutions to LeetCode problems implemented in various programming languages, including answers to "Cracking the Coding Interview (6th Edition)" and "Offer in Sword (2nd Edition)".
24+
icon: 🧩
25+
link: https://github.com/doocs/leetcode
26+
2127
- title: source-code-hunter
2228
details: Source code analysis of commonly used Internet component frameworks.
29+
icon: 🔍
30+
link: https://github.com/doocs/source-code-hunter
31+
2332
- title: jvm
2433
details: Summary of Java Virtual Machine (JVM) internals and principles.
34+
icon: ⚙️
35+
link: https://github.com/doocs/jvm
36+
2537
- title: coding-interview
2638
details: Coding interview question collections, including problems from Cracking the Coding Interview and Programming Pearls.
39+
icon: 💼
40+
link: https://github.com/doocs/coding-interview
41+
2742
- title: md
2843
details: A highly minimalist Markdown editor for WeChat.
44+
icon: ✍️
45+
link: https://github.com/doocs/md
46+
2947
- title: technical-books
3048
details: A list of must-read technical books.
49+
icon: 📚
50+
link: https://github.com/doocs/technical-books
3151
---
32-

Diff for: docs/index.md

+20-1
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,36 @@ hero:
1616
features:
1717
- title: advanced-java
1818
details: 互联网 Java 工程师进阶知识完全扫盲:涵盖高并发、分布式、高可用、微服务、海量数据处理等领域知识。
19+
icon: 🧠
20+
link: https://github.com/doocs/advanced-java
21+
1922
- title: leetcode
2023
details: 多种编程语言实现 LeetCode、《剑指 Offer(第 2 版)》、《程序员面试金典(第 6 版)》题解。
24+
icon: 🧩
25+
link: https://github.com/doocs/leetcode
26+
2127
- title: source-code-hunter
2228
details: 互联网常用组件框架源码分析。
29+
icon: 🔍
30+
link: https://github.com/doocs/source-code-hunter
31+
2332
- title: jvm
2433
details: Java 虚拟机底层原理知识总结。
34+
icon: ⚙️
35+
link: https://github.com/doocs/jvm
36+
2537
- title: coding-interview
2638
details: 代码面试题集,包括《剑指 Offer》、《编程之美》等。
39+
icon: 💼
40+
link: https://github.com/doocs/coding-interview
41+
2742
- title: md
2843
details: 一款高度简洁的微信 Markdown 编辑器。
44+
icon: ✍️
45+
link: https://github.com/doocs/md
46+
2947
- title: technical-books
3048
details: 值得一看的技术书籍列表。
49+
icon: 📚
50+
link: https://github.com/doocs/technical-books
3151
---
32-

0 commit comments

Comments
 (0)