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.
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 thequarto
type as deprecated.The schemas have been updated with more references to
quarto-static
and removing examples / descriptions mentioning thequarto
type. Thequarto
type is still supported in the schemas though.Since
quarto
andquarto-static
both lead to the same App Mode in Connect this will allow users to update thetype
without any errors during re-deployment due to type difference.