From 9b2c82c6af2dfdebd966ba20ce7dade8d438756a Mon Sep 17 00:00:00 2001 From: Megan Sullivan Date: Mon, 7 Jun 2021 16:39:08 -0700 Subject: [PATCH] docs(functions): move functions docs from how-to section to reference section (#31815) * docs(functions): move functions docs from how-to section to reference section * docs(functions): remove beta note from getting started doc --- docs/docs/{how-to => reference}/functions/getting-started.md | 2 +- .../{how-to => reference}/functions/middleware-and-helpers.md | 0 docs/docs/{how-to => reference}/functions/routing.md | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename docs/docs/{how-to => reference}/functions/getting-started.md (96%) rename docs/docs/{how-to => reference}/functions/middleware-and-helpers.md (100%) rename docs/docs/{how-to => reference}/functions/routing.md (100%) diff --git a/docs/docs/how-to/functions/getting-started.md b/docs/docs/reference/functions/getting-started.md similarity index 96% rename from docs/docs/how-to/functions/getting-started.md rename to docs/docs/reference/functions/getting-started.md index be17675bf4946..f0596510aa8d5 100644 --- a/docs/docs/how-to/functions/getting-started.md +++ b/docs/docs/reference/functions/getting-started.md @@ -15,7 +15,7 @@ examples: Gatsby Functions help you build [Express-like](https://expressjs.com/) backends without running servers. -Functions are currently in beta and can be enabled by adding the `FUNCTIONS` flag to your `gatsby-config.js` to sites running Gatsby 3.4 and above. [Learn more and join the discussion](https://github.com/gatsbyjs/gatsby/discussions/30735). +Functions are generally available in sites running Gatsby 3.7 and above. [Learn more and join the discussion](https://github.com/gatsbyjs/gatsby/discussions/30735). ## Hello World diff --git a/docs/docs/how-to/functions/middleware-and-helpers.md b/docs/docs/reference/functions/middleware-and-helpers.md similarity index 100% rename from docs/docs/how-to/functions/middleware-and-helpers.md rename to docs/docs/reference/functions/middleware-and-helpers.md diff --git a/docs/docs/how-to/functions/routing.md b/docs/docs/reference/functions/routing.md similarity index 100% rename from docs/docs/how-to/functions/routing.md rename to docs/docs/reference/functions/routing.md