Skip to content

Commit df0ee9b

Browse files
add effective java section
1 parent 9692e81 commit df0ee9b

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

docs/java/effective-java.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
id: effective-java
3+
title: Effective Java
4+
sidebar_label: Effective Java
5+
---
6+
7+
#### Effective Java

sidebars.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,13 @@ module.exports =
3131
"java/variables",
3232
"java/functions"
3333
]
34+
},
35+
{
36+
"type": "category",
37+
"label": "Effective Java",
38+
"items": [
39+
"java/effective-java"
40+
]
3441
}
3542
],
3643
"Naming Convention": [

0 commit comments

Comments
 (0)