diff --git a/docs/user-guide/cli-db2plugin.md b/docs/user-guide/cli-db2plugin.md index 1e8c66fdb9..ca29f86617 100644 --- a/docs/user-guide/cli-db2plugin.md +++ b/docs/user-guide/cli-db2plugin.md @@ -4,6 +4,10 @@ The IBM® Db2® Database Plug-in for Zowe™ CLI lets you interact with Db2 Zowe CLI Plug-in for IBM Db2 Database lets you execute SQL statements against a Db2 region, export a Db2 table, and call a stored procedure. The plug-in also exposes its API so that the plug-in can be used directly in other products. +:::note +Although Node.js is required to run Zowe CLI, Node.js V22.0 is not yet supported for this plug-in. +::: + ## Use cases As an application developer, you can use Zowe CLI Plug-in for IBM Db2 Database to perform the following tasks: diff --git a/docs/user-guide/cli-swreqplugins.md b/docs/user-guide/cli-swreqplugins.md index 027491ca07..d380e6e1c6 100644 --- a/docs/user-guide/cli-swreqplugins.md +++ b/docs/user-guide/cli-swreqplugins.md @@ -5,10 +5,10 @@ Before installing a Zowe™ CLI plug-in, meet the software requirements to r :::info Required role: systems administrator ::: -| Plug-in | Requirements | +| Plug-in | Requirements!LLL | | --- | --- | -| [IBM CICS Plug-in for Zowe CLI](cli-cicsplugin.md) | | -| [IBM Db2 Database Plug-in for Zowe CLI](cli-db2plugin.md) | | [z/OS FTP Plug-in for Zowe CLI](cli-ftpplugin.md) | | +| [IBM CICS Plug-in for Zowe CLI](cli-cicsplugin.md) | | +| [IBM Db2 Database Plug-in for Zowe CLI](cli-db2plugin.md) | | [z/OS FTP Plug-in for Zowe CLI](cli-ftpplugin.md) | | | [IBM z/OS FTP Plug-in for Zowe CLI](cli-ftpplugin.md) | | | [IBM MQ Plug-in for Zowe CLI](cli-mqplugin.md) | | | [Visual Studio Code Extension for Zowe](../user-guide/ze-install.md) | | diff --git a/docs/user-guide/image.png b/docs/user-guide/image.png new file mode 100644 index 0000000000..8685f5525c Binary files /dev/null and b/docs/user-guide/image.png differ diff --git a/docusaurus.config.js b/docusaurus.config.js index 1751f45556..c36ed9fe61 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -19,7 +19,7 @@ module.exports = { }, future: { // https://docusaurus.io/blog/releases/3.6#docusaurus-faster - experimental_faster: true, + experimental_faster: process.env.NODE_ENV === "production", }, themeConfig: { docs: {