From 1a8e6f5d7befd1110ab4e3383481ba8908453b62 Mon Sep 17 00:00:00 2001 From: Brian Hulette Date: Thu, 27 Oct 2022 15:50:33 -0700 Subject: [PATCH 1/2] Drop documentation/io/built-in/ --- .../content/en/documentation/io/built-in.md | 60 --- .../content/en/documentation/io/connectors.md | 11 +- website/www/site/data/io_matrix.yaml | 460 ------------------ .../section-menu/en/documentation.html | 3 +- .../site/layouts/shortcodes/io-matrix.html | 55 --- 5 files changed, 7 insertions(+), 582 deletions(-) delete mode 100644 website/www/site/content/en/documentation/io/built-in.md delete mode 100644 website/www/site/data/io_matrix.yaml delete mode 100644 website/www/site/layouts/shortcodes/io-matrix.html diff --git a/website/www/site/content/en/documentation/io/built-in.md b/website/www/site/content/en/documentation/io/built-in.md deleted file mode 100644 index 5a250d4ab238..000000000000 --- a/website/www/site/content/en/documentation/io/built-in.md +++ /dev/null @@ -1,60 +0,0 @@ ---- -title: "Built-in I/O Transforms" ---- - - -# Built-in I/O Transforms - -This table contains the currently available I/O transforms. - -Consult the [Programming Guide I/O section](/documentation/programming-guide#pipeline-io) for general usage instructions. - -{{< language-switcher java py go typescript >}} - -{{< io-matrix >}} - -# In-Progress I/O Transforms - -This table contains I/O transforms that are currently planned or in-progress. Status information can be found on the GitHub Issue issue, or on the GitHub PR linked to by the GitHub Issue issue (if there is one). - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameLanguageIssue
Apache DistributedLogJavaIssue 18026
Apache SqoopJavaIssue 17958
CouchbaseJavaIssue 18381
MemcachedJavaIssue 21768
RestIOJavaIssue 18356
NATS IO
diff --git a/website/www/site/content/en/documentation/io/connectors.md b/website/www/site/content/en/documentation/io/connectors.md index c2a2e78e34dc..1a922ae4715c 100644 --- a/website/www/site/content/en/documentation/io/connectors.md +++ b/website/www/site/content/en/documentation/io/connectors.md @@ -1,5 +1,6 @@ --- title: "I/O Connectors" +aliases: [built-in] ---