1
0
mirror of /repos/Prototyper.git synced 2025-12-30 06:31:32 +01:00

added links

This commit is contained in:
Aiko Mastboom 2013-04-30 13:14:25 +02:00
parent c13d5b1f56
commit 2d17e15002

View File

@ -35,6 +35,10 @@
{
"title": "Reference",
"links": [
{
"title": "Ace Editor ShortCut Keys",
"url": "https://github.com/ajaxorg/ace/wiki/Default-Keyboard-Shortcuts"
},
{
"title": "Frontend",
"links": [
@ -174,6 +178,41 @@
]
}
]
},
{
"title": "Ops",
"links": [
{
"title": "Tasks",
"links": [
{
"title": "New Task",
"url": "http://operations.local:4000/newticket",
"icon_class": "icon-fire"
},
{
"title": "Overview",
"url": "http://operations.local:4000/report",
"icon_class": "icon-align-justify"
}
]
},
{
"title": "Rhodecode",
"links": [
{
"title": "Prototyper",
"url": "http://operations.local:5000/Development/Prototyper",
"icon_class": "icon-folder-open"
},
{
"title": "Playbooks",
"url": "http://operations.local:5000/Operations/playbooks",
"icon_class": "icon-folder-open"
}
]
}
]
}
]
}