Skip to content

Commit 25e84f2

Browse files
Update extension list
1 parent 45b8940 commit 25e84f2

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

extensions.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -355,6 +355,38 @@
355355
],
356356
"tags": []
357357
},
358+
{
359+
"name": "quarto-presentation",
360+
"title": "Quarto Presentation",
361+
"description": "This presentation is generated using Quarto and reveal.js. It demonstrates how you might use code to highlight your work.",
362+
"homepage": "https://github.com/posit-dev/connect-extensions/tree/main/extensions/quarto-presentation",
363+
"latestVersion": {
364+
"version": "1.0.0",
365+
"released": "2025-05-23T21:55:03Z",
366+
"url": "https://github.com/posit-dev/connect-extensions/releases/download/quarto-presentation%40v1.0.0/quarto-presentation.tar.gz",
367+
"minimumConnectVersion": "2025.04.0",
368+
"requiredEnvironment": {
369+
"quarto": {
370+
"requires": "~=1.6"
371+
}
372+
}
373+
},
374+
"versions": [
375+
{
376+
"version": "1.0.0",
377+
"released": "2025-05-23T21:55:03Z",
378+
"url": "https://github.com/posit-dev/connect-extensions/releases/download/quarto-presentation%40v1.0.0/quarto-presentation.tar.gz",
379+
"minimumConnectVersion": "2025.04.0",
380+
"requiredEnvironment": {
381+
"quarto": {
382+
"requires": "~=1.6"
383+
}
384+
}
385+
}
386+
],
387+
"tags": [],
388+
"category": "example"
389+
},
358390
{
359391
"name": "quarto-script-r",
360392
"title": "Run an R Script using Quarto",

0 commit comments

Comments
 (0)