File tree Expand file tree Collapse file tree 4 files changed +7
-3
lines changed
Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 11---
22layout : two-cols
3+ title : Pods
34---
45
56# [ Pods] ( https://kubernetes.io/docs/concepts/workloads/pods/ )
Original file line number Diff line number Diff line change 11---
22layout : two-cols
33transition : 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---
3435transition: fade
36+ hideInToc: true
3537---
3638
3739## [ Labels and Selectors] ( https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/ )
Original file line number Diff line number Diff line change 11---
22layout : two-cols
33transition : fade
4+ title : Deployments
45---
56
67# [ Deployments] ( https://kubernetes.io/docs/concepts/workloads/controllers/deployment/ )
Original file line number Diff line number Diff line change @@ -22,11 +22,11 @@ export:
2222 timeout : 30000
2323 dark : true
2424 withClicks : false
25- withToc : false
25+ withToc : true
2626
2727remoteAssets : build
2828
29- colorSchema : dark
29+ colorSchema : auto
3030
3131# ##############################
3232layout : intro
@@ -56,7 +56,7 @@ src: ./pages/12-deployments.md
5656hideInToc: true
5757---
5858
59- ## Table of contents
59+ # Table of contents
6060
6161<Toc maxDepth =" 1 " columns =" 1 " />
6262
You can’t perform that action at this time.
0 commit comments