posit-dev / publisher

MIT License
6 stars 1 forks source link

Support deprecated `quarto` type #2426

Closed dotNomad closed 2 weeks ago

dotNomad commented 2 weeks ago

Follow-up to #2424 with some changes to the documentation and supporting the now-deprecated quarto type.

The documentation has been updated to include the new quarto-static type and mark the quarto type as deprecated.

The schemas have been updated with more references to quarto-static and removing examples / descriptions mentioning the quarto type. The quarto type is still supported in the schemas though.

Since quarto and quarto-static both lead to the same App Mode in Connect this will allow users to update the type without any errors during re-deployment due to type difference.