commit | 86c8280382ca3c17c2dae8c37aa0eab6ce0e82aa | [log] [tgz] |
---|---|---|
author | Philipp Zehnder <tenthe@users.noreply.github.com> | Tue Mar 25 16:19:50 2025 +0100 |
committer | Philipp Zehnder <tenthe@users.noreply.github.com> | Tue Mar 25 16:19:50 2025 +0100 |
tree | 89587a9bb13436e9c589095f51861a22ee5a0088 | |
parent | d86323a4d457b4e63df15735093c28f9d5ca8a6b [diff] | |
parent | 77aa5bdc8928c32df9a5b72610985306492ea99c [diff] |
Merge branch 'dev' into blog-post-file-stream-adapter
This repository includes the website and documentation of Apache StreamPipes on https://streampipes.apache.org. Two different technologies are used to create both sites:
Both parts are merged to a single directory during the CI process.
Node.js(at most v18) and npm are required to build the documentation.
npm install
from the website-v2
directory by first running cd ./website-v2
.npm run start
to start the documentation for debugging purposes. The content will be served on http://localhost:3000
npm run build
to build the documentation This will create a folder website-v2/build
that includes all required static files.npm run ds-version NEW_VERSION
to release a new docs version.docs-python
to the website-v2/build
folder into a subdirectory named python
.The deployment step is done automatically using the asf.yaml process. Code must be merged into the master
branch in order to trigger an update of the website.