Skip to content

Commit 85e75b5

Browse files
authored
docs(chore): added warning to tutorial pages (#56)
Updated tutorial pages to show a warning
1 parent b8c0842 commit 85e75b5

7 files changed

Lines changed: 55 additions & 0 deletions

File tree

content/en/docs/tutorial/_index.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@ title: Tutorial
33
description: Showcase serverless development in action
44
weight: 10
55
---
6+
7+
{{< blockquote warning>}}
8+
<strong>This page is under review.</strong><br/>
9+
<br/>
10+
Several changes have been made to the project since its first draft and therefore the
11+
tutorial needs to be updated to the publishing system.
12+
{{< /blockquote >}}
13+
614
## Tutorial
715

816
This tutorial walks you through developing a simple OpenServerless

content/en/docs/tutorial/first-steps/_index.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ description: Move your first steps on Apache Openserverless
44
draft: false
55
weight: 20
66
---
7+
8+
{{< blockquote warning>}}
9+
<strong>This page is under review.</strong><br/>
10+
<br/>
11+
Several changes have been made to the project since its first draft and therefore the
12+
tutorial needs to be updated to the publishing system.
13+
{{< /blockquote >}}
14+
715
## First steps
816

917
### Starting at the Front

content/en/docs/tutorial/form-validation/_index.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ description: Learn how to add form validation from front to back-end
44
weight: 30
55
draft: false
66
---
7+
8+
{{< blockquote warning>}}
9+
<strong>This page is under review.</strong><br/>
10+
<br/>
11+
Several changes have been made to the project since its first draft and therefore the
12+
tutorial needs to be updated to the publishing system.
13+
{{< /blockquote >}}
14+
715
## Form validation
816

917
Now that we have a contact form and a package for our actions, we have

content/en/docs/tutorial/getting-started/_index.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ weight: 10
55
draft: false
66
---
77

8+
{{< blockquote warning>}}
9+
<strong>This page is under review.</strong><br/>
10+
<br/>
11+
Several changes have been made to the project since its first draft and therefore the
12+
tutorial needs to be updated to the publishing system.
13+
{{< /blockquote >}}
14+
815
## Getting started
916

1017
### Build a sample Application

content/en/docs/tutorial/notify-message/_index.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ description: Sending notifications on user interaction
44
weight: 50
55
draft: false
66
---
7+
8+
{{< blockquote warning>}}
9+
<strong>This page is under review.</strong><br/>
10+
<br/>
11+
Several changes have been made to the project since its first draft and therefore the
12+
tutorial needs to be updated to the publishing system.
13+
{{< /blockquote >}}
14+
715
## Sending notifications
816

917
### Contact notification

content/en/docs/tutorial/packaging/_index.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ description: Learn how to deploy your app on Apache Openserverless
44
weight: 60
55
draft: false
66
---
7+
8+
{{< blockquote warning>}}
9+
<strong>This page is under review.</strong><br/>
10+
<br/>
11+
Several changes have been made to the project since its first draft and therefore the
12+
tutorial needs to be updated to the publishing system.
13+
{{< /blockquote >}}
14+
715
## App Deployment
816

917
### Packaging the App

content/en/docs/tutorial/use-database/_index.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ description: Store data into a relational database
44
weight: 40
55
draft: false
66
---
7+
8+
{{< blockquote warning>}}
9+
<strong>This page is under review.</strong><br/>
10+
<br/>
11+
Several changes have been made to the project since its first draft and therefore the
12+
tutorial needs to be updated to the publishing system.
13+
{{< /blockquote >}}
14+
715
## Use database
816

917
### Storing the Message in the Database

0 commit comments

Comments
 (0)