diff --git a/docs/concepts/sso.md b/docs/concepts/sso.md index 52749ec9..c6e1d44b 100644 --- a/docs/concepts/sso.md +++ b/docs/concepts/sso.md @@ -1,7 +1,7 @@ --- title: 'Single sign-on' subtitle: 'Enable single sign-on (SSO) for increased account security.' -date: '2022-08-21' +date: '2024-03-24' --- ## Overview diff --git a/docs/onboarding/connect-to-your-database.md b/docs/onboarding/connect-to-your-database.md index b5a01801..004df939 100644 --- a/docs/onboarding/connect-to-your-database.md +++ b/docs/onboarding/connect-to-your-database.md @@ -1,7 +1,7 @@ --- title: Connect to your database subtitle: Understand how to connect your application to your PlanetScale database. -date: '2023-09-05' +date: '2024-04-11' --- ## Overview diff --git a/docs/tutorials/aws-lambda-connection-strings.md b/docs/tutorials/aws-lambda-connection-strings.md index 2468481b..a3e84112 100644 --- a/docs/tutorials/aws-lambda-connection-strings.md +++ b/docs/tutorials/aws-lambda-connection-strings.md @@ -1,7 +1,7 @@ --- title: 'AWS Lambda connection strings' subtitle: 'Learn how to securely use your PlanetScale MySQL connection strings with AWS Lambda Functions' -date: '2023-06-21' +date: '2024-04-11' --- ## Introduction diff --git a/docs/tutorials/connect-any-application.md b/docs/tutorials/connect-any-application.md index 9b7063ba..1c01f1ad 100644 --- a/docs/tutorials/connect-any-application.md +++ b/docs/tutorials/connect-any-application.md @@ -1,7 +1,7 @@ --- title: 'Connect any application to PlanetScale' subtitle: 'Connect your PlanetScale database to any application using connection strings or the PlanetScale proxy.' -date: '2023-06-21' +date: '2024-04-11' --- ## Introduction diff --git a/docs/tutorials/connect-go-app.md b/docs/tutorials/connect-go-app.md index 74d7e7d0..f291db5e 100644 --- a/docs/tutorials/connect-go-app.md +++ b/docs/tutorials/connect-go-app.md @@ -1,7 +1,7 @@ --- title: Connect a Go application to PlanetScale subtitle: Learn how to use Go with PlanetScale by exploring a demo Go API built with Gin. -date: '2023-07-11' +date: '2024-04-11' --- {% vimeo aspect="other" src="https://player.vimeo.com/video/759188218" caption="Connect to PlanetScale with Go" /%} diff --git a/docs/tutorials/connect-mysql-gui.md b/docs/tutorials/connect-mysql-gui.md index 5e7f4fc0..39a9fb42 100644 --- a/docs/tutorials/connect-mysql-gui.md +++ b/docs/tutorials/connect-mysql-gui.md @@ -1,7 +1,7 @@ --- title: 'Connect a MySQL GUI to PlanetScale' subtitle: 'Connect to your PlanetScale database using any MySQL GUI application' -date: '2023-04-05' +date: '2024-04-11' --- ## Introduction diff --git a/docs/tutorials/deploy-to-netlify.md b/docs/tutorials/deploy-to-netlify.md index e82c22e6..7c00be05 100644 --- a/docs/tutorials/deploy-to-netlify.md +++ b/docs/tutorials/deploy-to-netlify.md @@ -1,7 +1,7 @@ --- title: 'Deploy to Netlify' subtitle: 'Learn how to connect your PlanetScale database to deploy on Netlify' -date: '2022-08-01' +date: '2024-04-11' --- ## Introduction diff --git a/docs/tutorials/deploy-to-vercel.md b/docs/tutorials/deploy-to-vercel.md index 8456df8f..3c7364c4 100644 --- a/docs/tutorials/deploy-to-vercel.md +++ b/docs/tutorials/deploy-to-vercel.md @@ -1,7 +1,7 @@ --- title: 'Deploy to Vercel' subtitle: 'Learn how to connect your PlanetScale database to deploy on Vercel' -date: '2022-08-01' +date: '2024-04-11' --- ## Introduction diff --git a/docs/tutorials/planetscale-serverless-driver-node-example.md b/docs/tutorials/planetscale-serverless-driver-node-example.md index c9681022..0e688bd7 100644 --- a/docs/tutorials/planetscale-serverless-driver-node-example.md +++ b/docs/tutorials/planetscale-serverless-driver-node-example.md @@ -1,7 +1,7 @@ --- title: Node.js example using the PlanetScale serverless driver subtitle: Learn the PlanetScale serverless driver by running a local Node.js project. -date: '2023-01-30' +date: '2024-04-11' --- ## Overview