From 4c765a94ffd606cb1e8759dc23497b0e28b7f452 Mon Sep 17 00:00:00 2001 From: Gerd Aschemann Date: Fri, 5 Aug 2022 12:36:38 +0200 Subject: [PATCH] Add TOC and make intro more generic (#1) --- README.adoc | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/README.adoc b/README.adoc index 752576a..15299e0 100644 --- a/README.adoc +++ b/README.adoc @@ -1,12 +1,13 @@ +:icons: font +:toc: left + = CI-CD Demo -:icons: font +This repository demonstrates how to use docToolchain with misc. _Continuous Integration_ (CI) environments (aka. _Build Servers_) == Gitlab -This repository demonstrates how to use docToolchain within a gitlab CI/CD pipeline. - -..gitlab-ci.yml +.`.gitlab-ci.yml` [source,yaml] ---- include::.gitlab-ci.yml[] @@ -24,9 +25,7 @@ There you can restrict the visibility to project members only. == Github -...and within a Github Action workflow: - -..github/workflows/gh-pages.yml +.`.github/workflows/gh-pages.yml` [source,yaml] ---- include::.github/workflows/gh-pages.yml[]