Skip to content

Commit 472ec7a

Browse files
Update extension list
1 parent 6431b57 commit 472ec7a

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

extensions.json

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -359,6 +359,45 @@
359359
"Jump Start"
360360
]
361361
},
362+
{
363+
"name": "quarto-website",
364+
"title": "Quarto Website",
365+
"description": "This Quarto website uses the Posit Connect Server API together with Python to construct a dashboard that presents published content. Views showing featured and all content are included. Set the `FEATURED_TAGS` environment variable and feature content having a particular tag name.",
366+
"homepage": "https://github.com/posit-dev/connect-extensions/tree/main/extensions/quarto-website",
367+
"latestVersion": {
368+
"version": "1.0.0",
369+
"released": "2025-05-14T12:56:14Z",
370+
"url": "https://github.com/posit-dev/connect-extensions/releases/download/quarto-website%40v1.0.0/quarto-website.tar.gz",
371+
"minimumConnectVersion": "2025.04.0",
372+
"requiredEnvironment": {
373+
"python": {
374+
"requires": "~=3.8"
375+
},
376+
"quarto": {
377+
"requires": "~=1.4"
378+
}
379+
}
380+
},
381+
"versions": [
382+
{
383+
"version": "1.0.0",
384+
"released": "2025-05-14T12:56:14Z",
385+
"url": "https://github.com/posit-dev/connect-extensions/releases/download/quarto-website%40v1.0.0/quarto-website.tar.gz",
386+
"minimumConnectVersion": "2025.04.0",
387+
"requiredEnvironment": {
388+
"python": {
389+
"requires": "~=3.8"
390+
},
391+
"quarto": {
392+
"requires": "~=1.4"
393+
}
394+
}
395+
}
396+
],
397+
"tags": [
398+
"Jump Start"
399+
]
400+
},
362401
{
363402
"name": "stock-api-fastapi",
364403
"title": "FastAPI Stock Pricing Service",

0 commit comments

Comments
 (0)