Skip to content

Commit d28418c

Browse files
committed
Minor changes
1 parent 0d796c3 commit d28418c

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

pages/10-pods.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
layout: two-cols
3+
title: Pods
34
---
45

56
# [Pods](https://kubernetes.io/docs/concepts/workloads/pods/)

pages/11-services.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
layout: two-cols
33
transition: fade
4+
title: Services
45
---
56

67
# [Services](https://kubernetes.io/docs/concepts/services-networking/service/)
@@ -32,6 +33,7 @@ kubectl run -it --image=alpine/curl --rm --restart=Never ottenitore -- http://ec
3233

3334
---
3435
transition: fade
36+
hideInToc: true
3537
---
3638

3739
## [Labels and Selectors](https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/)

pages/12-deployments.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
layout: two-cols
33
transition: fade
4+
title: Deployments
45
---
56

67
# [Deployments](https://kubernetes.io/docs/concepts/workloads/controllers/deployment/)

slides.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ export:
2222
timeout: 30000
2323
dark: true
2424
withClicks: false
25-
withToc: false
25+
withToc: true
2626

2727
remoteAssets: build
2828

29-
colorSchema: dark
29+
colorSchema: auto
3030

3131
###############################
3232
layout: intro
@@ -56,7 +56,7 @@ src: ./pages/12-deployments.md
5656
hideInToc: true
5757
---
5858

59-
## Table of contents
59+
# Table of contents
6060

6161
<Toc maxDepth="1" columns="1"/>
6262

0 commit comments

Comments
 (0)