commit | eb736dfa8bff9f98186c9dccae7cea3f82ebaa89 | [log] [tgz] |
---|---|---|
author | Dominik Riemer <dominik.riemer@gmail.com> | Tue Sep 12 23:42:58 2023 +0200 |
committer | Dominik Riemer <dominik.riemer@gmail.com> | Tue Sep 12 23:42:58 2023 +0200 |
tree | c236397931b444973b612ff36f43b913bc3be655 | |
parent | 48215293be117f7028da33a9c2678aa67a88106b [diff] | |
parent | bbf8d616f5ff8be99c1458b30300312cbe6fd692 [diff] |
Merge branch 'dev'
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.