From b3869902c838c3e8fe3788a05a07ab5b3c36f54a Mon Sep 17 00:00:00 2001 From: lgil3 Date: Thu, 12 Nov 2020 13:41:51 +0100 Subject: [PATCH] Add laurent text Signed-off-by: lgil3 --- slides/README.md.old | 445 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 445 insertions(+) create mode 100644 slides/README.md.old diff --git a/slides/README.md.old b/slides/README.md.old new file mode 100644 index 0000000..bce6e58 --- /dev/null +++ b/slides/README.md.old @@ -0,0 +1,445 @@ +--- +marp: true +theme: default +style: | + footer { + position: absolute; + #left: 50%; + bottom: 7px; + } + section header a { color: white;} + video.inslide { + position: absolute; + width: 70%; + height: 70%; + } +paginate: false +footer: '[github/ojacques](https://github.com/ojacques)             [github/angegar](https://github.com/angegar)' +--- + +
+
+
+
+ +# CI and CD +## For documentation + + + +--- + + + + +--- + + +The quest for great documentation + +# πŸ°πŸ¦„πŸ€΄πŸ‘ΈπŸ΄πŸ‘»βš”πŸ—‘πŸ΄β€β˜ οΈ + + + +--- + +# We do a lot of documentation + +## (as code) + +- 1 service catalog: the entry point +- 174 services: technical documentation +- 630 contributors + + + +--- + +![bg 95% right:62%](https://github.com/documentation-as-code/ci-cd-for-documentation/raw/main/slides/service-catalog-hugo.gif) + +# Service catalog +With [Hugo](https://gohugo.io/) + + +--- + +![bg 95% right:62%](https://github.com/documentation-as-code/ci-cd-for-documentation/raw/main/slides/service-documentation-mkdocs.gif) + +# Service documentation +With [MkDocs](https://www.mkdocs.org/) + +[material theme](https://squidfunk.github.io/mkdocs-material/) + + + +--- + +![bg center 60%](https://github.com/documentation-as-code/ci-cd-for-documentation/raw/main/slides/doc-site.jpg) + + +--- +# 🀯 + +## DXC, Microsoft, GitHub, GitLab, AWS all use "Documentation as code" + +Because: + +- It's fast, secure and cheap (static sites) +- It's easier to contribute to / keep up-to-date +- It's battle tested +- It's engineered +- We can monitor it (think analytics) + + + +--- + +# Our challenges + +- Common look & feel +- Common voice +- DRY: Don't Repeat Yourself +- Diagrams: what changes? +- Broken links +- Publishing + + +--- +