Skip to content
Snippets Groups Projects
Commit ee1668f8 authored by Gisle Aas's avatar Gisle Aas
Browse files

Allow project links

parent dffab628
No related branches found
No related tags found
No related merge requests found
......@@ -41,6 +41,9 @@ class Service(object):
tk = self.info.get('tk')
if tk:
res += ' [📕](https://tk.app.uib.no/node/' + str(tk) + ')'
project = self.info.get('project')
if project:
res += ' [🎯](' + project + ')'
repo = self.info.get('repo')
if repo:
res += ' [🗄](' + repo + ')'
......
teams:
mit:
name: Masterdata, Identitet og Tilgang
project: https://rts.uib.no/projects/team1
learn:
name: Lærings- og forskningsstøtte
project: https://rts.uib.no/projects/team2
lang:
name: Språk
project: https://rts.uib.no/projects/team3
pub:
name: Publisering
project: https://rts.uib.no/projects/team4
adm:
name: Administrative systemer
project: https://rts.uib.no/projects/team5
reference:
- title: Team boards
url: https://rts.uib.no/projects/tjenesteteam/agile/board
people:
nka047:
......@@ -446,6 +455,7 @@ services:
team: pub
tk: 10
repo: https://git.app.uib.no/it/site/w3.uib.no
project: https://rts.uib.no/projects/w3f
tech:
- drupal7
- php
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment