Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
feat(nav): update docs nav
  • Loading branch information
arghyaxcodes committed Oct 26, 2024
commit 8f90e5e19dfed82398c5593e93ed8b127a4c44f1
9 changes: 8 additions & 1 deletion src/navs/documentation.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,12 @@ export const documentationNav = {
pages['continue-statement'],
],
'Java Arrays': [pages['arrays'], pages['multidimensional-arrays']],
'Java OOPS(I)': [pages['class-objects'], pages['methods'], pages['method-overloading'], pages['static-keyword'], pages['this-keyword']],
'Java OOPS(I)': [
pages['class-objects'],
pages['methods'],
pages['method-overloading'],
pages['constructors'],
pages['static-keyword'],
pages['this-keyword']
],
}