diff --git a/build/3.0/fluent/getting-started/index.html b/build/3.0/fluent/getting-started/index.html index 0ec0e53f..80dadedf 100644 --- a/build/3.0/fluent/getting-started/index.html +++ b/build/3.0/fluent/getting-started/index.html @@ -2044,7 +2044,11 @@ -

Getting Started with Fluent

+
+

Warning

+

Fluent 3.0 is still in beta. Some documentation may be missing or out of date.

+
+

Getting Started with Fluent

Fluent (vapor/fluent) is a type-safe, fast, and easy-to-use ORM framework built for Swift. It takes advantage of Swift's strong type system to provide an elegant foundation for building database integrations.

Database

diff --git a/build/3.0/leaf/getting-started/index.html b/build/3.0/leaf/getting-started/index.html index 63d41fc4..ebe37635 100644 --- a/build/3.0/leaf/getting-started/index.html +++ b/build/3.0/leaf/getting-started/index.html @@ -2140,7 +2140,11 @@ -

Leaf

+
+

Warning

+

Leaf 3.0 is still in beta. Some documentation may be missing or out of date.

+
+

Leaf

Leaf is a templating language that integrates with Futures, Reactive Streams and Codable. This section outlines how to import the Leaf package into a Vapor project.

Example Folder Structure

Hello
diff --git a/build/3.0/mysql/getting-started/index.html b/build/3.0/mysql/getting-started/index.html
index 28ed4875..cb698657 100644
--- a/build/3.0/mysql/getting-started/index.html
+++ b/build/3.0/mysql/getting-started/index.html
@@ -1999,7 +1999,11 @@
                   
                 
                 
-                

Getting Started with MySQL

+
+

Warning

+

MySQL 3.0 is still in beta. Some documentation may be missing or out of date.

+
+

Getting Started with MySQL

MySQL is a widely-used, open-source database. It has an extremely popular wire-protocol that other open-source databases like MariaDB also support.

You can use MySQL with Vapor (or any server-side Swift framework) by either: