Skip to content

Commit

Permalink
lint json
Browse files Browse the repository at this point in the history
  • Loading branch information
nenb committed Sep 20, 2024
1 parent 9db2b26 commit 186aea2
Showing 1 changed file with 21 additions and 22 deletions.
43 changes: 21 additions & 22 deletions schema/jhub-apps-integration.json
Original file line number Diff line number Diff line change
@@ -1,40 +1,39 @@
{
"jupyter.lab.menus": {
"main": [
{
"id": "jp-mainmenu-deploy-app",
"label": "Services",
"disabled": false,
"rank": 80,
"items": [
{
"command": "jhub-apps:deploy-app",
"args": {
"origin": "main-menu"
}
"jupyter.lab.menus": {
"main": [
{
"id": "jp-mainmenu-services",
"label": "Services",
"rank": 1000,
"items": [
{
"command": "jhub-apps:deploy-app",
"args": {
"origin": "main-menu"
}
]
}
],
"context": [
}
]
}
],
"context": [
{
"command": "jhub-apps:deploy-app",
"args": {
"origin": "context-menu"
},
"origin": "context-menu"
},
"selector": ".jp-DirListing-item[data-isdir=\"false\"]",
"rank": 3
}
]
},
"jupyter.lab.toolbars": {
"jupyter.lab.toolbars": {
"Notebook": [
{
"name": "deploy-app",
"command": "jhub-apps:deploy-app"
}
]
},
"additionalProperties": false,
"type": "object"
"additionalProperties": false,
"type": "object"
}

0 comments on commit 186aea2

Please sign in to comment.