Skip to content

Commit 4c5427c

Browse files
author
Anass Rach
committed
Add missing layout!
1 parent de051da commit 4c5427c

8 files changed

Lines changed: 8 additions & 0 deletions

File tree

collections.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: Collections & Generics
33
parent: Java 21 OCP Flashcards
44
nav_order: 2
5+
layout: default
56
---
67

78
## 🃏 Generics: Bounded Wildcards (PECS Rule)

datetime.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: Date, Time, and Localization
33
parent: Java 21 OCP Flashcards
44
nav_order: 2
5+
layout: default
56
---
67

78
## 🃏 LocalDate and LocalTime Operations (Date-Time API)

exceptions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: Exception Handling
33
parent: Java 21 OCP Flashcards
44
nav_order: 2
5+
layout: default
56
---
67

78
## 🃏 Try-With-Resources and Suppressed Exceptions

io.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: I/O and NIO
33
parent: Java 21 OCP Flashcards
44
nav_order: 2
5+
layout: default
56
---
67

78
## 🃏 Java I/O - File Reading and Writing

java21-features.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: Java 21 New Features
33
parent: Java 21 OCP Flashcards
44
nav_order: 1
5+
layout: default
56
---
67

78
## 🃏 Pattern Matching with switch (Java 21)

math.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: Math, Arrays, Wrappers
33
parent: Java 21 OCP Flashcards
44
nav_order: 2
5+
layout: default
56
---
67

78
## 🃏 Math API and Wrapper Classes

modules.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: Modules & Migration
33
parent: Java 21 OCP Flashcards
44
nav_order: 2
5+
layout: default
56
---
67

78
## 🃏 Module System - Basic Declaration and Dependencies

oop.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: OOP and Encapsulation
33
parent: Java 21 OCP Flashcards
44
nav_order: 2
5+
layout: default
56
---
67

78
## 🃏 Instance Methods vs Variables and Static Methods

0 commit comments

Comments
 (0)