commit | 935f5573669df8507f2dc67729e7da18e1082efc | [log] [tgz] |
---|---|---|
author | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | Tue Nov 19 21:08:37 2024 +0100 |
committer | GitHub <noreply@github.com> | Tue Nov 19 21:08:37 2024 +0100 |
tree | d03e986b2246f0b986989a9f5947898c1741e3bb | |
parent | c47d1db08627a010f575fe34543f57dcad880feb [diff] |
chore(python-docs): update python doc assets to recent development state (#195) Co-authored-by: bossenti <bossenti@users.noreply.github.com>
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.