Loading .gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -4,4 +4,4 @@ stages: include: # Go2Scale DevSecOps - remote: https://gitlab.com/go2scale/jobs/raw/2020-03-05_3/jobs/documentation.gitlab-ci.yml - remote: https://gitlab.com/go2scale/jobs/raw/2020-05-31_1/jobs/documentation.gitlab-ci.yml mkdocs.yml +11 −13 Original line number Diff line number Diff line # Project information site_name: Go2Scale DevSecOps site_description: 'Automated DevSecOps templates for your CI/CD Pipelines !' site_author: 'Thomas Boni <thomas@go2scale.com>' site_name: G2S Hub site_description: 'Automated templates for your CI/CD Pipelines !' site_author: 'Go2Scale <cto@go2scale.com>' site_url: 'https://go2scale.gitlab.io/jobs/' # Copyright Loading @@ -25,17 +25,15 @@ nav: # Customization extra: social: - type: 'globe' link: 'https://go2scale.com' # TODO: update with Go2Scale social networks # - type: 'github' # link: 'https://github.com/thomasboni' # - type: 'gitlab' # link: 'https://gitlab.com/thomasboni' # - type: 'twitter' # link: 'https://twitter.com/thomas_boni' # - type: 'linkedin' # link: 'https://www.linkedin.com/in/bonithomas' - icon: 'fontawesome/solid/globe' link: 'https://go2scale.com/' - icon: 'fontawesome/brands/gitlab' link: 'https://gitlab.com/go2scale/' - icon: 'fontawesome/brands/twitter' link: 'https://twitter.com/thomas_boni' - icon: 'fontawesome/brands/linkedin' link: 'https://www.linkedin.com/company/go2scale/' # Configuration theme: Loading Loading
.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -4,4 +4,4 @@ stages: include: # Go2Scale DevSecOps - remote: https://gitlab.com/go2scale/jobs/raw/2020-03-05_3/jobs/documentation.gitlab-ci.yml - remote: https://gitlab.com/go2scale/jobs/raw/2020-05-31_1/jobs/documentation.gitlab-ci.yml
mkdocs.yml +11 −13 Original line number Diff line number Diff line # Project information site_name: Go2Scale DevSecOps site_description: 'Automated DevSecOps templates for your CI/CD Pipelines !' site_author: 'Thomas Boni <thomas@go2scale.com>' site_name: G2S Hub site_description: 'Automated templates for your CI/CD Pipelines !' site_author: 'Go2Scale <cto@go2scale.com>' site_url: 'https://go2scale.gitlab.io/jobs/' # Copyright Loading @@ -25,17 +25,15 @@ nav: # Customization extra: social: - type: 'globe' link: 'https://go2scale.com' # TODO: update with Go2Scale social networks # - type: 'github' # link: 'https://github.com/thomasboni' # - type: 'gitlab' # link: 'https://gitlab.com/thomasboni' # - type: 'twitter' # link: 'https://twitter.com/thomas_boni' # - type: 'linkedin' # link: 'https://www.linkedin.com/in/bonithomas' - icon: 'fontawesome/solid/globe' link: 'https://go2scale.com/' - icon: 'fontawesome/brands/gitlab' link: 'https://gitlab.com/go2scale/' - icon: 'fontawesome/brands/twitter' link: 'https://twitter.com/thomas_boni' - icon: 'fontawesome/brands/linkedin' link: 'https://www.linkedin.com/company/go2scale/' # Configuration theme: Loading