| commit | 2eb9405da76cee828769568785063ec2419992cf | [log] [tgz] |
|---|---|---|
| author | bossenti <bossenti@posteo.de> | Mon Dec 15 20:06:00 2025 +0100 |
| committer | bossenti <bossenti@posteo.de> | Mon Dec 15 20:06:00 2025 +0100 |
| tree | e9ac6c09f748f048d27c3a0b72c0c4549a75e9b8 | |
| parent | 0e32c10f4f8558e0c618b7799cb3652332babdce [diff] |
docs: add documentation for Python 0.98.0
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.