Skip to content

Commit ce6db26

Browse files
marcosnavmarcosnavarro
andauthored
Jump Start tagging content (#101)
* Jump Start tagging content * add tags to extensions json * landing-page is also a jump start --------- Co-authored-by: marcosnavarro <[email protected]>
1 parent 6f933e6 commit ce6db26

File tree

12 files changed

+31
-23
lines changed

12 files changed

+31
-23
lines changed

extensions.json

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"tags": [],
2+
"tags": ["Jump Start"],
33
"requiredFeatures": [
44
"API Publishing",
55
"OAuth Integrations",
@@ -35,7 +35,7 @@
3535
}
3636
}
3737
],
38-
"tags": []
38+
"tags": ["Jump Start"]
3939
},
4040
{
4141
"name": "fastapitableau-example",
@@ -72,7 +72,7 @@
7272
}
7373
}
7474
],
75-
"tags": []
75+
"tags": ["Jump Start"]
7676
},
7777
{
7878
"name": "landing-page",
@@ -93,7 +93,7 @@
9393
"minimumConnectVersion": "2025.04.0"
9494
}
9595
],
96-
"tags": []
96+
"tags": ["Jump Start"]
9797
},
9898
{
9999
"name": "plumbertableau-example",
@@ -130,7 +130,7 @@
130130
}
131131
}
132132
],
133-
"tags": []
133+
"tags": ["Jump Start"]
134134
},
135135
{
136136
"name": "portfolio-dashboard",
@@ -160,7 +160,8 @@
160160
}
161161
}
162162
}
163-
]
163+
],
164+
"tags": ["Jump Start"]
164165
},
165166
{
166167
"name": "portfolio-report",
@@ -191,7 +192,7 @@
191192
}
192193
}
193194
],
194-
"tags": []
195+
"tags": ["Jump Start"]
195196
},
196197
{
197198
"name": "publisher-command-center",
@@ -287,7 +288,7 @@
287288
}
288289
}
289290
],
290-
"tags": []
291+
"tags": ["Jump Start"]
291292
},
292293
{
293294
"name": "quarto-stock-report-python",
@@ -338,7 +339,7 @@
338339
}
339340
}
340341
],
341-
"tags": []
342+
"tags": ["Jump Start"]
342343
},
343344
{
344345
"name": "reaper",
@@ -416,7 +417,7 @@
416417
}
417418
}
418419
],
419-
"tags": []
420+
"tags": ["Jump Start"]
420421
},
421422
{
422423
"name": "stock-api-flask",
@@ -453,7 +454,7 @@
453454
}
454455
}
455456
],
456-
"tags": []
457+
"tags": ["Jump Start"]
457458
},
458459
{
459460
"name": "stock-api-plumber",
@@ -490,7 +491,7 @@
490491
}
491492
}
492493
],
493-
"tags": []
494+
"tags": ["Jump Start"]
494495
},
495496
{
496497
"name": "usage-metrics-dashboard",

extensions/connectwidgets-example/manifest.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
"description": "connectwidgets is an R package that can be used to query for a subset of your existing content items, then organize them within htmlwidget components in an R Markdown document or Shiny application.",
1616
"homepage": "https://github.com/posit-dev/connect-extensions/tree/main/extensions/connectwidgets-example",
1717
"version": "0.0.1",
18-
"minimumConnectVersion": "2025.04.0"
18+
"minimumConnectVersion": "2025.04.0",
19+
"tags": ["Jump Start"]
1920
},
2021
"environment": {
2122
"r": {

extensions/fastapitableau-example/manifest.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
"requiredFeatures": [
1515
"API Publishing"
1616
],
17-
"version": "1.0.0"
17+
"version": "1.0.0",
18+
"tags": ["Jump Start"]
1819
},
1920
"environment": {
2021
"python": {

extensions/landing-page/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"title": "Static HTML landing page",
1515
"description": "A simple static HTML web page that can be served from Connect",
1616
"homepage": "https://github.com/posit-dev/connect-extensions/tree/main/extensions/landing-page",
17-
"tags": [],
17+
"tags": ["Jump Start"],
1818
"minimumConnectVersion": "2025.04.0",
1919
"version": "1.0.0"
2020
},

extensions/plumbertableau-example/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"title": "plumbertableau example",
1515
"description": "plumbertableau is an R package that enables R developers to build Plumber APIs that function as Tableau Analytics Extensions. These extensions can be leveraged from Tableau workbooks to allow real time requests from Tableau to R. This extension builds on top of Tableau's example Superstore dataset.",
1616
"homepage": "https://github.com/posit-dev/connect-extensions/tree/main/extensions/plumbertableau-example",
17-
"tags": [],
17+
"tags": ["Jump Start"],
1818
"minimumConnectVersion": "2025.04.0",
1919
"requiredFeatures": [
2020
"API Publishing"

extensions/portfolio-dashboard/manifest.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
"description": "A shiny application makes it easy to transform your analysis into an interactive dashboard using R so users can ask and answer questions in real-time, without having to touch any code.",
99
"homepage": "https://github.com/posit-dev/connect-extensions/tree/main/extensions/portfolio-dashboard",
1010
"minimumConnectVersion": "2025.04.0",
11-
"version": "0.0.1"
11+
"version": "0.0.1",
12+
"tags": ["Jump Start"]
1213
},
1314
"environment": {
1415
"r": {

extensions/portfolio-report/manifest.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
"description": "This R Markdown document includes parameters, making it easier for stakeholders to customize the report's assumptions and create their own version. The main document serves as a standard base template, containing your core code and analysis, so you don't have to copy, paste, and republish.",
1616
"homepage": "https://github.com/posit-dev/connect-extensions/tree/main/extensions/portfolio-report",
1717
"version": "0.0.1",
18-
"minimumConnectVersion": "2025.04.0"
18+
"minimumConnectVersion": "2025.04.0",
19+
"tags": ["Jump Start"]
1920
},
2021
"environment": {
2122
"r": {

extensions/quarto-document/manifest.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,6 @@
3737
"quarto": {
3838
"requires": "~=1.0"
3939
}
40-
}
40+
},
41+
"tags": ["Jump Start"]
4142
}

extensions/quarto-stock-report-python/manifest.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
"description": "An example of how you might automate regular updates using a data source",
1111
"homepage": "https://github.com/posit-dev/connect-extensions/tree/main/extensions/quarto-stock-report-python",
1212
"minimumConnectVersion": "2025.04.0",
13-
"version": "1.0.1"
13+
"version": "1.0.1",
14+
"tags": ["Jump Start"]
1415
},
1516
"environment": {
1617
"python": {

extensions/stock-api-fastapi/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"title": "FastAPI Stock Pricing Service",
1111
"description": "APIs are a great way for software engineering teams to use your models without translating them into different languages",
1212
"homepage": "https://github.com/posit-dev/connect-extensions/tree/main/extensions/stock-api-fastapi",
13-
"tags": [],
13+
"tags": ["Jump Start"],
1414
"minimumConnectVersion": "2025.04.0",
1515
"requiredFeatures": [
1616
"API Publishing"

0 commit comments

Comments
 (0)