From dd5c2472b1553daf06c5c91b0d71e790423112a9 Mon Sep 17 00:00:00 2001 From: David Price Date: Thu, 18 Jul 2024 09:50:14 -0700 Subject: [PATCH] chore: remove MailChimp Tutorial all versions (#10959) We are canceling our MailChimp account, which means we need to remove the Tutorial reminder email signup from all versions of the Docs. Once this is merged and Docs are rebuilt and deployed, I'll close the MailChimp account. --- docs/docs/tutorial/foreword.md | 47 ------------------- .../version-1.x/tutorial/foreword.md | 45 ------------------ .../version-2.x/tutorial/foreword.md | 47 ------------------- .../version-3.x/tutorial/foreword.md | 47 ------------------- .../version-4.x/tutorial/foreword.md | 47 ------------------- .../version-5.x/tutorial/foreword.md | 47 ------------------- .../version-6.x/tutorial/foreword.md | 47 ------------------- .../version-7.0/tutorial/foreword.md | 47 ------------------- 8 files changed, 374 deletions(-) diff --git a/docs/docs/tutorial/foreword.md b/docs/docs/tutorial/foreword.md index 7fd872c1adfb..c85a08697ad6 100644 --- a/docs/docs/tutorial/foreword.md +++ b/docs/docs/tutorial/foreword.md @@ -2,14 +2,6 @@ Welcome to Redwood! If you haven't yet, check out the [Redwood README](https://github.com/redwoodjs/redwood/blob/main/README.md) to get a little background on why we created Redwood and the problems it's meant to solve. Redwood brings several existing technologies together for the first time into what we think is the future of database-backed single page applications. -:::info Sign up for tutorial reminders - -There's a new JavaScript framework coming out every week, we know it can be hard to keep up. If you'd like some non-spammy emails reminding you to go through the tutorial, give us your email below: - - - -::: - In this tutorial we're going to build a blog engine. In reality a blog is probably not the ideal candidate for a Redwood app: blog articles can be stored in a CMS and statically generated to HTML files and served as flat files from a CDN (the classic [Jamstack](https://jamstack.org/) use case). But as most developers are familiar with a blog, and it uses all of the features we want to demonstrate, we decided to build one anyway. If you went through an earlier version of this tutorial you may remember it being split into parts 1 and 2. That was an artifact of the fact that most features demonstrated in part 2 didn't exist in the framework when part 1 was written. Once they were added we created part 2 to contain just those new features. Now that everything is integrated and working well we've moved each section into logically grouped chapters. @@ -45,42 +37,3 @@ This tutorial assumes you are using version 7.0.0 or greater of RedwoodJS. ::: Let's get started! - -export const MailchimpForm = () => ( - <> -
-
- -
- - -
-
-
- -) - diff --git a/docs/versioned_docs/version-1.x/tutorial/foreword.md b/docs/versioned_docs/version-1.x/tutorial/foreword.md index de8c3b08505d..16e1b0fffb11 100644 --- a/docs/versioned_docs/version-1.x/tutorial/foreword.md +++ b/docs/versioned_docs/version-1.x/tutorial/foreword.md @@ -6,12 +6,6 @@ In this tutorial we're going to build a blog engine. In reality a blog is probab If you went through an earlier version of this tutorial you may remember it being split into parts 1 and 2. That was an artifact of the fact that most features demonstrated in part 2 didn't exist in the framework when part 1 was written. Once they were added we created part 2 to contain just those new features. Now that everything is integrated and working well we've moved each section into logically grouped chapters. -## Sign Up for Tutorial Reminders - -There's a new Javascript framework coming out every week, we know it can be hard to keep up. If you'd like some non-spammy emails reminding you to go through the tutorial, give us your email below: - - - ## Callouts You'll find some callouts throughout the text to draw your attention: @@ -43,42 +37,3 @@ This tutorial assumes you are using version 1.0.0 or greater of RedwoodJS. ::: Let's get started! - -export const MailchimpForm = () => ( - <> -
-
- -
- - -
-
-
- -) - diff --git a/docs/versioned_docs/version-2.x/tutorial/foreword.md b/docs/versioned_docs/version-2.x/tutorial/foreword.md index 5b42a6f01b95..16e1b0fffb11 100644 --- a/docs/versioned_docs/version-2.x/tutorial/foreword.md +++ b/docs/versioned_docs/version-2.x/tutorial/foreword.md @@ -2,14 +2,6 @@ Welcome to Redwood! If you haven't yet, check out the [Redwood README](https://github.com/redwoodjs/redwood/blob/main/README.md) to get a little background on why we created Redwood and the problems it's meant to solve. Redwood brings several existing technologies together for the first time into what we think is the future of database-backed single page applications. -:::info Sign up for tutorial reminders - -There's a new Javascript framework coming out every week, we know it can be hard to keep up. If you'd like some non-spammy emails reminding you to go through the tutorial, give us your email below: - - - -::: - In this tutorial we're going to build a blog engine. In reality a blog is probably not the ideal candidate for a Redwood app: blog articles can be stored in a CMS and statically generated to HTML files and served as flat files from a CDN (the classic [Jamstack](https://jamstack.org/) use case). But as most developers are familiar with a blog, and it uses all of the features we want to demonstrate, we decided to build one anyway. If you went through an earlier version of this tutorial you may remember it being split into parts 1 and 2. That was an artifact of the fact that most features demonstrated in part 2 didn't exist in the framework when part 1 was written. Once they were added we created part 2 to contain just those new features. Now that everything is integrated and working well we've moved each section into logically grouped chapters. @@ -45,42 +37,3 @@ This tutorial assumes you are using version 1.0.0 or greater of RedwoodJS. ::: Let's get started! - -export const MailchimpForm = () => ( - <> -
-
- -
- - -
-
-
- -) - diff --git a/docs/versioned_docs/version-3.x/tutorial/foreword.md b/docs/versioned_docs/version-3.x/tutorial/foreword.md index 5b42a6f01b95..16e1b0fffb11 100644 --- a/docs/versioned_docs/version-3.x/tutorial/foreword.md +++ b/docs/versioned_docs/version-3.x/tutorial/foreword.md @@ -2,14 +2,6 @@ Welcome to Redwood! If you haven't yet, check out the [Redwood README](https://github.com/redwoodjs/redwood/blob/main/README.md) to get a little background on why we created Redwood and the problems it's meant to solve. Redwood brings several existing technologies together for the first time into what we think is the future of database-backed single page applications. -:::info Sign up for tutorial reminders - -There's a new Javascript framework coming out every week, we know it can be hard to keep up. If you'd like some non-spammy emails reminding you to go through the tutorial, give us your email below: - - - -::: - In this tutorial we're going to build a blog engine. In reality a blog is probably not the ideal candidate for a Redwood app: blog articles can be stored in a CMS and statically generated to HTML files and served as flat files from a CDN (the classic [Jamstack](https://jamstack.org/) use case). But as most developers are familiar with a blog, and it uses all of the features we want to demonstrate, we decided to build one anyway. If you went through an earlier version of this tutorial you may remember it being split into parts 1 and 2. That was an artifact of the fact that most features demonstrated in part 2 didn't exist in the framework when part 1 was written. Once they were added we created part 2 to contain just those new features. Now that everything is integrated and working well we've moved each section into logically grouped chapters. @@ -45,42 +37,3 @@ This tutorial assumes you are using version 1.0.0 or greater of RedwoodJS. ::: Let's get started! - -export const MailchimpForm = () => ( - <> -
-
- -
- - -
-
-
- -) - diff --git a/docs/versioned_docs/version-4.x/tutorial/foreword.md b/docs/versioned_docs/version-4.x/tutorial/foreword.md index 5b42a6f01b95..16e1b0fffb11 100644 --- a/docs/versioned_docs/version-4.x/tutorial/foreword.md +++ b/docs/versioned_docs/version-4.x/tutorial/foreword.md @@ -2,14 +2,6 @@ Welcome to Redwood! If you haven't yet, check out the [Redwood README](https://github.com/redwoodjs/redwood/blob/main/README.md) to get a little background on why we created Redwood and the problems it's meant to solve. Redwood brings several existing technologies together for the first time into what we think is the future of database-backed single page applications. -:::info Sign up for tutorial reminders - -There's a new Javascript framework coming out every week, we know it can be hard to keep up. If you'd like some non-spammy emails reminding you to go through the tutorial, give us your email below: - - - -::: - In this tutorial we're going to build a blog engine. In reality a blog is probably not the ideal candidate for a Redwood app: blog articles can be stored in a CMS and statically generated to HTML files and served as flat files from a CDN (the classic [Jamstack](https://jamstack.org/) use case). But as most developers are familiar with a blog, and it uses all of the features we want to demonstrate, we decided to build one anyway. If you went through an earlier version of this tutorial you may remember it being split into parts 1 and 2. That was an artifact of the fact that most features demonstrated in part 2 didn't exist in the framework when part 1 was written. Once they were added we created part 2 to contain just those new features. Now that everything is integrated and working well we've moved each section into logically grouped chapters. @@ -45,42 +37,3 @@ This tutorial assumes you are using version 1.0.0 or greater of RedwoodJS. ::: Let's get started! - -export const MailchimpForm = () => ( - <> -
-
- -
- - -
-
-
- -) - diff --git a/docs/versioned_docs/version-5.x/tutorial/foreword.md b/docs/versioned_docs/version-5.x/tutorial/foreword.md index f6b44e65c5de..1b9a677d849d 100644 --- a/docs/versioned_docs/version-5.x/tutorial/foreword.md +++ b/docs/versioned_docs/version-5.x/tutorial/foreword.md @@ -2,14 +2,6 @@ Welcome to Redwood! If you haven't yet, check out the [Redwood README](https://github.com/redwoodjs/redwood/blob/main/README.md) to get a little background on why we created Redwood and the problems it's meant to solve. Redwood brings several existing technologies together for the first time into what we think is the future of database-backed single page applications. -:::info Sign up for tutorial reminders - -There's a new JavaScript framework coming out every week, we know it can be hard to keep up. If you'd like some non-spammy emails reminding you to go through the tutorial, give us your email below: - - - -::: - In this tutorial we're going to build a blog engine. In reality a blog is probably not the ideal candidate for a Redwood app: blog articles can be stored in a CMS and statically generated to HTML files and served as flat files from a CDN (the classic [Jamstack](https://jamstack.org/) use case). But as most developers are familiar with a blog, and it uses all of the features we want to demonstrate, we decided to build one anyway. If you went through an earlier version of this tutorial you may remember it being split into parts 1 and 2. That was an artifact of the fact that most features demonstrated in part 2 didn't exist in the framework when part 1 was written. Once they were added we created part 2 to contain just those new features. Now that everything is integrated and working well we've moved each section into logically grouped chapters. @@ -45,42 +37,3 @@ This tutorial assumes you are using version 5.0.0 or greater of RedwoodJS. ::: Let's get started! - -export const MailchimpForm = () => ( - <> -
-
- -
- - -
-
-
- -) - diff --git a/docs/versioned_docs/version-6.x/tutorial/foreword.md b/docs/versioned_docs/version-6.x/tutorial/foreword.md index ec1f1810ed40..064b3b8cb52c 100644 --- a/docs/versioned_docs/version-6.x/tutorial/foreword.md +++ b/docs/versioned_docs/version-6.x/tutorial/foreword.md @@ -2,14 +2,6 @@ Welcome to Redwood! If you haven't yet, check out the [Redwood README](https://github.com/redwoodjs/redwood/blob/main/README.md) to get a little background on why we created Redwood and the problems it's meant to solve. Redwood brings several existing technologies together for the first time into what we think is the future of database-backed single page applications. -:::info Sign up for tutorial reminders - -There's a new JavaScript framework coming out every week, we know it can be hard to keep up. If you'd like some non-spammy emails reminding you to go through the tutorial, give us your email below: - - - -::: - In this tutorial we're going to build a blog engine. In reality a blog is probably not the ideal candidate for a Redwood app: blog articles can be stored in a CMS and statically generated to HTML files and served as flat files from a CDN (the classic [Jamstack](https://jamstack.org/) use case). But as most developers are familiar with a blog, and it uses all of the features we want to demonstrate, we decided to build one anyway. If you went through an earlier version of this tutorial you may remember it being split into parts 1 and 2. That was an artifact of the fact that most features demonstrated in part 2 didn't exist in the framework when part 1 was written. Once they were added we created part 2 to contain just those new features. Now that everything is integrated and working well we've moved each section into logically grouped chapters. @@ -45,42 +37,3 @@ This tutorial assumes you are using version 5.0.0 or greater of RedwoodJS. ::: Let's get started! - -export const MailchimpForm = () => ( - <> -
-
- -
- - -
-
-
- -) - diff --git a/docs/versioned_docs/version-7.0/tutorial/foreword.md b/docs/versioned_docs/version-7.0/tutorial/foreword.md index 7fd872c1adfb..c85a08697ad6 100644 --- a/docs/versioned_docs/version-7.0/tutorial/foreword.md +++ b/docs/versioned_docs/version-7.0/tutorial/foreword.md @@ -2,14 +2,6 @@ Welcome to Redwood! If you haven't yet, check out the [Redwood README](https://github.com/redwoodjs/redwood/blob/main/README.md) to get a little background on why we created Redwood and the problems it's meant to solve. Redwood brings several existing technologies together for the first time into what we think is the future of database-backed single page applications. -:::info Sign up for tutorial reminders - -There's a new JavaScript framework coming out every week, we know it can be hard to keep up. If you'd like some non-spammy emails reminding you to go through the tutorial, give us your email below: - - - -::: - In this tutorial we're going to build a blog engine. In reality a blog is probably not the ideal candidate for a Redwood app: blog articles can be stored in a CMS and statically generated to HTML files and served as flat files from a CDN (the classic [Jamstack](https://jamstack.org/) use case). But as most developers are familiar with a blog, and it uses all of the features we want to demonstrate, we decided to build one anyway. If you went through an earlier version of this tutorial you may remember it being split into parts 1 and 2. That was an artifact of the fact that most features demonstrated in part 2 didn't exist in the framework when part 1 was written. Once they were added we created part 2 to contain just those new features. Now that everything is integrated and working well we've moved each section into logically grouped chapters. @@ -45,42 +37,3 @@ This tutorial assumes you are using version 7.0.0 or greater of RedwoodJS. ::: Let's get started! - -export const MailchimpForm = () => ( - <> -
-
- -
- - -
-
-
- -) -