PrefectHQ / prefect-recipes

Snippets and templates representing common Customer Success patterns
https://PrefectHQ.github.io/prefect-recipes/
Apache License 2.0
238 stars 29 forks source link

Deploy recipes page via Netlify #219

Open jawnsy opened 1 year ago

jawnsy commented 1 year ago

💻

What problem are you trying to solve?

We can deploy the mkdocs site via Netlify, giving us more control over how the site is presented to users.

Describe the solution you'd like

We own a prefect.recipes domain name, which we could use for this site.

Describe alternatives you've considered

We could also use a subdomain (e.g. recipes.prefect.io).

This could potentially be useful for analytics, and the implementation should be similar to https://docs.prefect.io, so the extra marginal effort should be low.

Documentation, Adoption, Migration Strategy

No response

jawnsy commented 1 year ago

This idea is related to, and would be obsoleted by, the approach described in https://github.com/PrefectHQ/prefect/issues/8936