diff --git a/.gitignore b/.gitignore index 68045474..204719fe 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ _site .DS_Store -Gemfile.lock \ No newline at end of file +Gemfile.lock +.jekyll-metadata +.vscode/ diff --git a/_config.yml b/_config.yml index a1ad82a7..a0d3821e 100644 --- a/_config.yml +++ b/_config.yml @@ -19,7 +19,7 @@ mailing_list_user_url: https://lists.openmainframeproject.org/g/zowe-user youtube_zowe_url: https://www.youtube.com/playlist?list=PL8REpLGaY9QE_9d57tw3KQdwSVLKuTpUZ conformance_page_url: https://www.openmainframeproject.org/projects/zowe/conformance omp_calendar_url: https://zoom-lfx.platform.linuxfoundation.org/meetings/zowe -zos_download_url: legal.html?version= +zos_download_url: legal.html?type=pax&version= containerization_download_url: legal.html?type=containerization&version= cli_download_url: legal.html?type=cli&version= cli_plugins_download_url: legal.html?type=cli-plugins&version= @@ -44,6 +44,7 @@ zowe_v2_fmid_oss_version: 2.0.0 zos_component_install_doc_url: https://docs.zowe.org/stable/user-guide/install-zos.html zowe_containerization_install_doc_url: https://docs.zowe.org/stable/user-guide/k8s-introduction zowe_cli_install_doc_url: https://docs.zowe.org/stable/user-guide/cli-install-cli-checklist +zowe_intellij_explorer_install_doc_url: https://docs.zowe.org/stable/user-guide/intellij-install zowe_explorer_install_doc_url: https://docs.zowe.org/stable/user-guide/ze-install zowe_sdk_install_doc_url: https://docs.zowe.org/stable/user-guide/sdks-using vscode_marketplace_url: https://marketplace.visualstudio.com/items?itemName=Zowe.vscode-extension-for-zowe @@ -66,6 +67,7 @@ zowe_cli_db2_plugin_url: https://github.com/zowe/zowe-cli-db2-plugin zowe_cli_ftp_plugin_url: https://github.com/zowe/zowe-cli-ftp-plugin zowe_cli_ims_plugin_url: https://github.com/zowe/zowe-cli-ims-plugin zowe_cli_mq_plugin_url: https://github.com/zowe/zowe-cli-mq-plugin +zowe_intellij_explorer_marketplace_url: https://plugins.jetbrains.com/plugin/18688-zowe-explorer zowe_explorer_doc_url: https://docs.zowe.org/stable/user-guide/ze-install.html#installing-zowe-explorer zowe_explorer_github_url: https://github.com/zowe/zowe-explorer-vscode zowe_explorer_slack_url: https://openmainframeproject.slack.com/archives/CUVE37Z5F diff --git a/_data/releases.yml b/_data/releases.yml index 4b550479..def45fb4 100644 --- a/_data/releases.yml +++ b/_data/releases.yml @@ -1,13 +1,33 @@ # List of Zowe releases - update here and it will update the entire site :-) # Note - keep this in order as the latest release is pulled from the first item in the list! future: + v3: + - version: 3.1.0 + release_date: 2025-02-03 v2: - version: 2.18.1 - release_date: 2025-01-15 + release_date: 2025-02-24 v1: - version: 1.28.8 release_date: 2024-10-14 +v3: + - version: 3.0.0 + zos_version: 3.0.0 + smpe_version: 3.0.0 + smpe_sysmod: + smpe_numbers: + containerization_version: 3.0.0 + cli_version: 3.0.0 + cli_plugins_version: 3.0.0 + intellij_explorer_version: 3.0.0 + explorer_version: 3.0.0 + node_sdk_version: 3.0.0 + python_sdk_version: 3.0.0 + release_date: 2024-10-01 + documentation: stable + release_notes: v3_0_0 + v2: - version: 2.18.0 zen_version: 1.0.1 diff --git a/_includes/common.html b/_includes/common.html new file mode 100644 index 00000000..f0e83970 --- /dev/null +++ b/_includes/common.html @@ -0,0 +1,59 @@ + + diff --git a/_includes/legal-script.html b/_includes/legal-script.html index 64178d48..cdbf9028 100644 --- a/_includes/legal-script.html +++ b/_includes/legal-script.html @@ -2,189 +2,197 @@ diff --git a/_includes/post-download-script-legacy.html b/_includes/post-download-script-legacy.html new file mode 100644 index 00000000..b4682d4b --- /dev/null +++ b/_includes/post-download-script-legacy.html @@ -0,0 +1,96 @@ + + \ No newline at end of file diff --git a/_includes/post-download-script.html b/_includes/post-download-script.html index a018fcdc..b1727eb2 100644 --- a/_includes/post-download-script.html +++ b/_includes/post-download-script.html @@ -1,116 +1,86 @@ \ No newline at end of file diff --git a/_layouts/default.html b/_layouts/default.html index 9913a496..04c34b63 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -32,7 +32,7 @@ - + @@ -72,7 +72,7 @@ Future