This is an automated email from the ASF dual-hosted git repository.
exceptionfactory pushed a change to branch main-staging
in repository https://gitbox.apache.org/repos/asf/nifi-site.git
from 5ad4a035 NIFI-13931 Added RewriteRule for nifi-latest documentation
guides
new 8ce4484c NIFI-13897 Updated previous version to 1.28.0
new 748a00c2 NIFI-13897 Updated build runs-on to ubuntu-24.04
new a8580042 NIFI-13897 Updated documentation RewriteRule for 1.28.0
new bb2d1ca4 NIFI-13897 Published CVE-2024-45477
new 232a541a NIFI-13897 Corrected title for CVE-2024-45477
new 4aa002f2 NIF-13915 Updated current version to 2.0.0
new 77f3922b NIFI-13915 Updated documentation for NiFi 2.0.0
new 56ac748d NIFI-13915 Disabled taxonomy and terms
new 2dfeab4d NIF-13915 Corrected handling of static nifi-docs
new 1e31b83d NIFI-13915 Corrected component selected scroll handling
new dec6c040 NIFI-13915 Updated README.md with project links
The 11 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.github/workflows/build.yml | 9 +-
.gitignore | 3 +
README.md | 69 +++--
config.toml | 35 ++-
content/documentation/_index.md | 2 +-
content/documentation/security.md | 19 ++
content/documentation/v2/_index.md | 12 -
layouts/shortcodes/cpp-download-links.html | 2 -
layouts/shortcodes/download-links.html | 2 -
layouts/shortcodes/fds-download-links.html | 2 -
prebuild.sh | 33 +++
prebuild/config.toml | 6 +
prebuild/layouts/index.html | 51 ++++
static/.htaccess | 7 +-
themes/nifi/layouts/partials/component.html | 422 ++++++++++++++++++++++++++++
themes/nifi/layouts/section/components.html | 143 ++++++++++
themes/nifi/static/css/main.css | 58 +++-
17 files changed, 815 insertions(+), 60 deletions(-)
delete mode 100644 content/documentation/v2/_index.md
create mode 100644 prebuild.sh
create mode 100644 prebuild/config.toml
create mode 100644 prebuild/layouts/index.html
create mode 100644 themes/nifi/layouts/partials/component.html
create mode 100644 themes/nifi/layouts/section/components.html