diff --git a/_toc.yml b/_toc.yml index 6f3a5ec2be..e3a221cfb2 100644 --- a/_toc.yml +++ b/_toc.yml @@ -653,16 +653,13 @@ entries: title: Integrate with Apache Kafka - file: docs/products/flink/howto/connect-bigquery title: Integrate with Google BigQuery - - file: docs/products/flink/howto/list-flink-applications - title: Aiven for Apache Flink applications + - file: docs/products/flink/howto/create-flink-applications + title: Apache Flink applications entries: - - file: docs/products/flink/howto/create-flink-applications - title: Create Apache Flink applications - entries: - - file: docs/products/flink/howto/create-sql-application - title: Create an SQL application - - file: docs/products/flink/howto/create-jar-application - title: Create a JAR application + - file: docs/products/flink/howto/create-sql-application + title: Create an SQL application + - file: docs/products/flink/howto/create-jar-application + title: Create a JAR application - file: docs/products/flink/howto/manage-flink-applications title: Manage Apache Flink applications - file: docs/products/flink/howto/list-flink-tables diff --git a/docs/products/flink/howto/create-flink-applications.rst b/docs/products/flink/howto/create-flink-applications.rst index 4a9ede48c5..33315aa0e2 100644 --- a/docs/products/flink/howto/create-flink-applications.rst +++ b/docs/products/flink/howto/create-flink-applications.rst @@ -1,10 +1,13 @@ -Create an Aiven for Apache Flink® application -============================================== +Create and manage Aiven for Apache Flink® applications +=========================================================== :doc:`Aiven for Flink applications ` in Aiven for Apache Flink® servers as a container that includes everything connected to a Flink job, including source and sink connections and data processing logic. -With the `Aiven Console `_, you can create applications that run SQL queries or deploy custom JARs, catering to diverse data processing requirements. The console's guided wizard simplifies the application configuration process, from selecting source and sink tables for SQL applications to uploading and managing JAR files for custom job execution. +Using the `Aiven Console `_, you can create applications that run SQL queries or deploy custom JARs, catering to diverse data processing requirements. The console's guided wizard simplifies the application configuration process, from selecting source and sink tables for SQL applications to uploading and managing JAR files for custom job execution. +.. important:: + + Custom JARs for Aiven for Apache Flink is a :doc:`limited availability feature `. If you're interested in trying out this feature, contact the sales team at sales@Aiven.io. .. tableofcontents:: diff --git a/docs/products/flink/howto/create-jar-application.rst b/docs/products/flink/howto/create-jar-application.rst index 12740a164c..3fe65e57ee 100644 --- a/docs/products/flink/howto/create-jar-application.rst +++ b/docs/products/flink/howto/create-jar-application.rst @@ -4,7 +4,7 @@ Aiven for Apache Flink® enables you to upload and deploy custom code as a JAR f .. important:: - Custom JARs for Aiven for Apache Flink is an :doc:`early availability feature `. If you're interested in trying out this feature, contact the sales team at sales@Aiven.io. + Custom JARs for Aiven for Apache Flink is a :doc:`limited availability feature `. If you're interested in trying out this feature, contact the sales team at sales@Aiven.io. Prerequisite ------------ diff --git a/docs/products/flink/howto/list-flink-applications.rst b/docs/products/flink/howto/list-flink-applications.rst deleted file mode 100644 index d228344516..0000000000 --- a/docs/products/flink/howto/list-flink-applications.rst +++ /dev/null @@ -1,6 +0,0 @@ -Create and manage Aiven for Apache Flink® applications -====================================================== - -This section will walk you through the steps of setting up and managing your Aiven for Apache Flink® applications. You will learn how to create, configure, and manage your Apache Flink applications. - -.. tableofcontents::