Loading tools/builder/templates/arrange_pages.md.j2 +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 %} Loading tools/utils/utils.py +1 −1 Original line number Diff line number Diff line Loading @@ -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/" Loading Loading
tools/builder/templates/arrange_pages.md.j2 +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 %} Loading
tools/utils/utils.py +1 −1 Original line number Diff line number Diff line Loading @@ -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/" Loading