You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by bo...@apache.org on 2022/11/10 16:32:09 UTC

[incubator-streampipes-website] branch dev updated: [STREAMPIPES-599] Add link to dev-docs (#32)

This is an automated email from the ASF dual-hosted git repository.

bossenti pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-streampipes-website.git


The following commit(s) were added to refs/heads/dev by this push:
     new 6a1c13fd [STREAMPIPES-599] Add link to dev-docs (#32)
6a1c13fd is described below

commit 6a1c13fd9e2ab2b576c49e234e2d4754fe3a0b3d
Author: Tim <50...@users.noreply.github.com>
AuthorDate: Thu Nov 10 17:32:04 2022 +0100

    [STREAMPIPES-599] Add link to dev-docs (#32)
    
    * [STREAMPIPES-599] add link to documentation of development state
    
    * remove deprecated repositories
---
 documentation/website/pages/en/versions.js |  3 +++
 website/getinvolved.ejs                    | 12 +-----------
 2 files changed, 4 insertions(+), 11 deletions(-)

diff --git a/documentation/website/pages/en/versions.js b/documentation/website/pages/en/versions.js
index 750eeb77..11ec0d60 100644
--- a/documentation/website/pages/en/versions.js
+++ b/documentation/website/pages/en/versions.js
@@ -64,6 +64,9 @@ function Versions(props) {
                 <td>
                   <a href="https://github.com/apache/incubator-streampipes/tree/dev">&#128421; Development Branch</a>
                 </td>
+                <td>
+                  <a href="https://streampipes.apache.org/docs/docs/next/user-guide-introduction">&#x1F6A7; Documentation</a>
+                </td>
                 <td>
                   <a href="https://streampipes.apache.org/mailinglists.html">&#x1F4EF; Mailing list</a>
                 </td>
diff --git a/website/getinvolved.ejs b/website/getinvolved.ejs
index 4ff3af65..cc9264dd 100644
--- a/website/getinvolved.ejs
+++ b/website/getinvolved.ejs
@@ -50,16 +50,6 @@
                             <td>StreamPipes Backend + UI</td>
                             <td><a href="https://www.github.com/apache/incubator-streampipes">Link</a></td>
                         </tr>
-                        <tr>
-                            <td>incubator-streampipes-extensions</td>
-                            <td>StreamPipes Pipeline Elements + StreamPipes Connect Adapters</td>
-                            <td><a href="https://www.github.com/apache/incubator-streampipes-extensions">Link</a></td>
-                        </tr>
-                        <tr>
-                            <td>incubator-streampipes-installer</td>
-                            <td>StreamPipes Installation Script</td>
-                            <td><a href="https://www.github.com/apache/incubator-streampipes-installer">Link</a></td>
-                        </tr>
                         <tr>
                             <td>incubator-streampipes-website</td>
                             <td>StreamPipes Website + Docs</td>
@@ -76,4 +66,4 @@
 <%- partial("partials/_footer.ejs") %>
 </body>
 
-</html>
\ No newline at end of file
+</html>