| commit | 42be6eb742cf02852c662b1df36a3fcc9853b923 | [log] [tgz] |
|---|---|---|
| author | Philipp Zehnder <tenthe@users.noreply.github.com> | Wed Oct 22 16:52:15 2025 +0200 |
| committer | GitHub <noreply@github.com> | Wed Oct 22 16:52:15 2025 +0200 |
| tree | 33e9e42d18e146d8d2a7f384e6032d95a5d11b58 | |
| parent | c62f1defc88dc92e89604ab027c9a74d21340dc8 [diff] | |
| parent | cba9ddbae5e88ab76d99b3e0709ca022782a3263 [diff] |
Merge pull request #222 from JHoelli/retention_docs Docs for Configuring the Retention of DataLake Measures
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:3000npm 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.