Skip to content

Commit 030a557

Browse files
committed
chore: fix numbering of topics/weeks
1 parent f341c85 commit 030a557

6 files changed

Lines changed: 32 additions & 47 deletions

File tree

content/docs/week07.adoc

Lines changed: 5 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,15 @@
11
---
2-
title: "07 JavaFX"
2+
title: "07 The State of Things"
33
description: ""
4-
date: 2022-03-30T13:53:06+01:00
5-
draft: true
4+
date: 2025-04-03T12:02:24+02:00
5+
draft: false
66
images: []
7-
slug: "javafx"
7+
slug: "statemachine"
88
menu:
99
docs:
1010
parent: ""
1111
weight: 070
1212
toc: true
1313
---
1414

15-
include::{topics}/javafx.adoc[]
16-
17-
== Reading
18-
19-
* Horstmann Core Java, Ed 11, Vol II, Ch 9, Bonus Chapter Volume I on JavaFX
20-
21-
== More Links
22-
23-
* https://openjfx.io/[openjfx landing page] and https://fxdocs.github.io/docs/html5/[fxdocs]
24-
* https://docs.oracle.com/javafx/2/get_started/jfxpub-get_started.htm[JavaFX at Oracle]
25-
* An excellent site at http://tutorials.jenkov.com/javafx/index.html[Jakob Jenkov's JavaFX Tutorials]
26-
* https://dlsc.com/javafx-openjfx-11-interview-series/[Dirk Lemmerman's blog on JavaFx] is an treasure trove on advanced JafaFX usage.
27-
* Both https://www.youtube.com/user/jjenkov[Jakob] and https://www.youtube.com/channel/UCFyRQ_euxxPDwlqyhff-x0Q[Dirk] have a presence on youtube too.
28-
15+
include::{topics}/statemachines.adoc[]

content/docs/week08.adoc

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,19 @@
11
---
2-
title: "07 The State of Things"
2+
title: "08 I18N, exceptions and logging"
33
description: ""
4-
date: 2025-04-03T12:02:24+02:00
5-
draft: false
4+
date: 2025-04-24T10:31:29+02:00
5+
draft: true
66
images: []
7-
slug: "statemachine"
7+
slug: "internationalisation"
88
menu:
99
docs:
1010
parent: ""
1111
weight: 080
1212
toc: true
1313
---
1414

15-
include::{topics}/statemachines.adoc[]
15+
include::{topics}/internationalisation.adoc[]
16+
17+
include::{topics}/exceptions.adoc[]
18+
19+
include::{topics}/logging.adoc[]

content/docs/week09.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
2-
title: "09 Number systems"
2+
title: "09 Reflection"
33
description: ""
4-
date: 2025-04-03T12:02:24+02:00
4+
date: 2022-05-11T12:02:24+02:00
55
draft: true
66
images: []
7-
slug: "numbersystems"
7+
slug: "reflection"
88
menu:
99
docs:
1010
parent: ""
1111
weight: 090
1212
toc: true
1313
---
1414

15-
include::{topics}/numbersystems.adoc[]
15+
include::{topics}/reflection.adoc[]

content/docs/week10.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
2-
title: "12 Reflection"
2+
title: "10 Security"
33
description: ""
4-
date: 2022-05-11T12:02:24+02:00
4+
date: 2022-05-18T10:31:29+02:00
55
draft: true
66
images: []
7-
slug: "reflection"
7+
slug: "security"
88
menu:
99
docs:
1010
parent: ""
11-
weight: 120
11+
weight: 100
1212
toc: true
1313
---
1414

15-
include::{topics}/reflection.adoc[]
15+
include::{topics}/security.adoc[]

content/docs/week11.adoc

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,15 @@
11
---
2-
title: "10 I18N, exceptions and logging"
2+
title: "11 Number systems"
33
description: ""
4-
date: 2025-04-24T10:31:29+02:00
4+
date: 2025-04-03T12:02:24+02:00
55
draft: true
66
images: []
7-
slug: "internationalisation"
7+
slug: "numbersystems"
88
menu:
99
docs:
1010
parent: ""
1111
weight: 110
1212
toc: true
1313
---
1414

15-
include::{topics}/internationalisation.adoc[]
16-
17-
include::{topics}/exceptions.adoc[]
18-
19-
include::{topics}/logging.adoc[]
15+
include::{topics}/numbersystems.adoc[]

content/docs/week12.adoc

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
11
---
2-
title: "11 Security"
2+
title: "12 Concurrency"
33
description: ""
4-
date: 2022-05-18T10:31:29+02:00
4+
date: 2025-04-03T12:02:24+02:00
55
draft: true
66
images: []
7-
slug: "security"
7+
slug: "concurrency"
88
menu:
99
docs:
1010
parent: ""
11-
weight: 110
11+
weight: 120
1212
toc: true
13-
---
14-
15-
include::{topics}/security.adoc[]
13+
---

0 commit comments

Comments
 (0)