diff --git a/docs/.gitlab-ci.yml b/docs/.gitlab-ci.yml index 3725e69ae14c0c90091fb935f0e0bfe4d00e1a96..38aa495b4b4c3ca65c382e6a67cfe90db6df0cba 100644 --- a/docs/.gitlab-ci.yml +++ b/docs/.gitlab-ci.yml @@ -41,4 +41,4 @@ lint-documentation: script: - RESULT=$(vale $CI_PROJECT_DIR/docs/build/html/_sources) - echo "$RESULT" - - if echo "$RESULT" | tail -n 1 | grep -q "✖" ; then echo "Please fix all Vale errors and warnings" && exit 1 ; else exit 0 ; fi + - if echo "$RESULT" | tail -n 1 | grep -q "✖" ; then echo -e "\n\n\n\033[0;31mPlease fix all Vale errors and warnings!\033[0m\n\n\n" && exit 1 ; else exit 0 ; fi diff --git a/docs/index.md b/docs/index.md index 62d1ce1f1081a1c2353c95849dde94f27a790a88..a57f5bc1163f2ab9502d8aa72756102bc8275983 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,6 +1,6 @@ # GÉANT Automation Platform (GAP) -Welcome to the doc/umentation of the GÉANT Automation Platform, also known as GAP. \ +Welcome to the documentation of the GÉANT Automation Platform, also known as GAP. \ The focus of this platform is configuration management and service orchestration for the GÉANT IP/MPLS network. ## Table of Contents