From 5e67c9c01468a217bb2c167be609e06d431145c6 Mon Sep 17 00:00:00 2001 From: Chris Bo <58516984+gochax@users.noreply.github.com> Date: Fri, 17 Jul 2020 10:59:47 +0200 Subject: [PATCH] added steps to docu page (#1812) --- .../docs/steps/{gctsDeployCommit.md => gctsDeploy.md} | 0 documentation/mkdocs.yml | 4 ++++ 2 files changed, 4 insertions(+) rename documentation/docs/steps/{gctsDeployCommit.md => gctsDeploy.md} (100%) diff --git a/documentation/docs/steps/gctsDeployCommit.md b/documentation/docs/steps/gctsDeploy.md similarity index 100% rename from documentation/docs/steps/gctsDeployCommit.md rename to documentation/docs/steps/gctsDeploy.md diff --git a/documentation/mkdocs.yml b/documentation/mkdocs.yml index 77fe433ce..ffb94aa4e 100644 --- a/documentation/mkdocs.yml +++ b/documentation/mkdocs.yml @@ -62,6 +62,10 @@ nav: - durationMeasure: steps/durationMeasure.md - fortifyExecuteScan: steps/fortifyExecuteScan.md - gaugeExecuteTests: steps/gaugeExecuteTests.md + - gctsCloneRepository: steps/gctsCloneRepository.md + - gctsCreateRepository: steps/gctsCreateRepository.md + - gctsDeploy: steps/gctsDeploy.md + - gctsExecuteABAPUnitTests: steps/gctsExecuteABAPUnitTests.md - githubPublishRelease: steps/githubPublishRelease.md - hadolintExecute: steps/hadolintExecute.md - handlePipelineStepErrors: steps/handlePipelineStepErrors.md