Commit 162def5b authored by Thomas Boni's avatar Thomas Boni
Browse files

Resolve "Add job button"

parent 315578c0
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/"