Created
May 28, 2024 04:42
-
-
Save zianwar/e352b5bfee3b11b6376f0adc3ae54e1c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"search": [ | |
{ | |
"prefix": "g", | |
"search_url": "https://google.com/search?q={0}" | |
}, | |
{ | |
"prefix": "ado", | |
"search_url": "https://dev.azure.com/msft-twc/?search={0}" | |
} | |
], | |
"groups": [ | |
{ | |
"name": "Repositories", | |
"kind": "group", | |
"width": "w-1/2", | |
"items": [ | |
{ | |
"name": "Cipherly", | |
"kind": "link", | |
"href": "https://github.com/shadanan/cipherly", | |
"key": "C" | |
}, | |
{ | |
"name": "CodeAnim", | |
"kind": "link", | |
"href": "https://github.com/shadanan/codeanim", | |
"key": "A" | |
} | |
] | |
}, | |
{ | |
"name": "Releases", | |
"kind": "group", | |
"width": "w-1/2", | |
"items": [ | |
{ | |
"name": "Cipherly", | |
"kind": "link", | |
"href": "https://github.com/shadanan/cipherly", | |
"key": "1" | |
}, | |
{ | |
"name": "CodeAnim", | |
"kind": "link", | |
"href": "https://github.com/shadanan/codeanim", | |
"key": "2" | |
} | |
] | |
}, | |
{ | |
"name": "Build Pipelines", | |
"kind": "group", | |
"width": "w-[600px]", | |
"items": [ | |
{ | |
"name": "CodeAnim", | |
"kind": "link", | |
"href": "https://github.com/shadanan/codeanim", | |
"key": "m" | |
}, | |
{ | |
"kind": "divider" | |
}, | |
{ | |
"kind": "list", | |
"name": "Sonar-Core-PublishingHub", | |
"inline": true, | |
"items": [ | |
{ | |
"name": "Official", | |
"kind": "link", | |
"href": "https://github.com/ph/official", | |
"key": "O" | |
}, | |
{ | |
"name": "Buddy", | |
"kind": "link", | |
"href": "https://github.com/ph/buddy", | |
"key": "B" | |
}, | |
{ | |
"name": "PR", | |
"kind": "link", | |
"href": "https://github.com/ph/pr", | |
"key": "P" | |
} | |
] | |
}, | |
{ | |
"kind": "list", | |
"name": "Sonar-DataServices", | |
"inline": true, | |
"items": [ | |
{ | |
"name": "Official", | |
"kind": "link", | |
"href": "https://github.com/ph/official", | |
"key": "OO" | |
}, | |
{ | |
"name": "Buddy", | |
"kind": "link", | |
"href": "https://github.com/ph/buddy", | |
"key": "BB" | |
}, | |
{ | |
"name": "PR", | |
"kind": "link", | |
"href": "https://github.com/ph/pr", | |
"key": "PP" | |
} | |
] | |
} | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment