-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
38 lines (37 loc) · 1.24 KB
/
Copy pathmkdocs.yml
File metadata and controls
38 lines (37 loc) · 1.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
site_name: fgeck's Knowledge Base
site_description: A collection of notes and thoughts on technical topics
site_url: https://fgeck.github.io/knowledge-base/
theme:
name: material
features:
- content.code.copy
- content.code.select
- content.code.annotate
plugins:
# - codeinclude
- search
nav:
- Home: index.md
- Kubernetes & Docker: k8s-docker/index.md
- Kotlin, Java & Gradle:
- Overview: kotlin/index.md
- Coroutines: kotlin/coroutines.md
- Java Completable Future: kotlin/java-async.md
- Spring:
- Overview: spring/index.md
- HTTP Controller Best Practices: spring/http_controller_best_practices.md
- SQL & Databases:
- Overview: sql-databases/index.md
- JPA Query Optimization: sql-databases/jpa-optimization.md
- JPA Projections: sql-databases/jpa-projections.md
- Shell: shell/index.md
- IntelliJ: intellij/index.md
- Networking:
- Overview: networking/index.md
- Custom Domain for Email: networking/custom_comain_email-gmail.md
- Linux:
- Overview: linux/index.md
- Setting Up a Serial Terminal in Proxmox: linux/serial_terminal_proxmox.md
- SAP Systems:
- Overview: sap/index.md
- Important Transactions: sap/transactions/index.md