Commit 1980eb1f authored by Thomas Boni's avatar Thomas Boni
Browse files

Merge branch '329-add-job-button' into 'latest'

Resolve "Add job button"

Closes #329

See merge request r2devops/hub!173
parents 315578c0 162def5b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line

title: '{{title}}'
title: "<strong class='job_tab'>{{title}}</strong>"
arrange:
- index.md
{%- for stage in stages %}
+1 −1
Original line number Diff line number Diff line
@@ -39,7 +39,7 @@ class Config():
        # Path to images used for the built job documentation
        self.MKDOCS_DIR_JOBS_IMAGES = "images/jobs"
        self.ARRANGE_PAGES_FILE_PATH = "docs/jobs/.pages"
        self.TITLE_ARRANGE_PAGES = 'Jobs'
        self.TITLE_ARRANGE_PAGES = '🚀 Jobs'

        # Requests variable & API Variables
        self.GITLAB_BASE_URL = "https://gitlab.com/"