-
Notifications
You must be signed in to change notification settings - Fork 133
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
added npm@8 to sw req'ments #1914
Conversation
Signed-off-by: jamesbauman <[email protected]>
docs/user-guide/cli-scsplugin.md
Outdated
@@ -24,7 +24,7 @@ For detailed command, actions, and option documentation for this plug-in, see ou | |||
|
|||
Before you install the plug-in, meet the software requirements in [Software requirements for Zowe CLI plug-ins](cli-swreqplugins.md). | |||
|
|||
**Note:** If you're using npm@7, an Internet connection is required during installation of the Secure Credential Store plug-in. Additionally, there is a prerequisite on Windows for npm@7 users: `npm install -g prebuild-install` | |||
**Note:** If you're using npm@7 or npm@8, an Internet connection is required during installation of the Secure Credential Store plug-in. Additionally, there is a prerequisite on Windows for npm@7 and npm@8 users: `npm install -g prebuild-install` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure, why this is arranged as a note. Maybe you should formulate it as part of the pre-req.
**Note:** If you're using npm@7 or npm@8, an Internet connection is required during installation of the Secure Credential Store plug-in. Additionally, there is a prerequisite on Windows for npm@7 and npm@8 users: `npm install -g prebuild-install` | |
(npm@7 or npm@8 only) Ensure that you have an internet connection when you install the Secure Credential Store plug-in. If Windows requires npm@7 and npm@8, issue the following command: | |
npm install -g prebuild-install
removed note; changed to requirements Signed-off-by: jamesbauman <[email protected]>
@IgorCATech - Thanks for the suggestion. Please review. |
**npm@7 and npm@8 Requirements:** | ||
|
||
* Ensure that your computer is connected to the Internet when you install the Secure Credential Store plug-in. | ||
* On Windows operating systems, issue the following command before you issue the command to install the Secure Credential Store plug-in: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe just
"...issue the following command before you install the Secure Credential Store plug-in:"
?
It sounds a bit repetitive with the word "command" mentioned twice :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for introducing changes, Jim! I've left a minor comment in your commit. Otherwise, looks good 👍
OK to merge per Ashley |
* remove some HA limitations, add k8s limitations (#1872) * remove some HA limitations, add k8s limitations Signed-off-by: Jack (T.) Jia <[email protected]> * fix link Signed-off-by: Jack (T.) Jia <[email protected]> * Use API ID consistent with conformance criteria (#1598) Co-authored-by: nannanli <[email protected]> Co-authored-by: Andrew Jandacek <[email protected]> * Update cli-installcli.md (#1876) Signed-off-by: Michael Aimino <[email protected]> * Document how to create API ML extensions and SAF IDT implementation (#1881) * aDD SAF IDT doc Signed-off-by: at670475 <[email protected]> * Add list Signed-off-by: at670475 <[email protected]> * Document how to create extension Signed-off-by: at670475 <[email protected]> * Minor thing Signed-off-by: at670475 <[email protected]> * Rename Signed-off-by: at670475 <[email protected]> * Small update Signed-off-by: at670475 <[email protected]> * Small update Signed-off-by: at670475 <[email protected]> * refactor SAF IDT implementation description Signed-off-by: Andrew Jandacek <[email protected]> * Fix doc Signed-off-by: at670475 <[email protected]> * Reformulate sentence Signed-off-by: at670475 <[email protected]> * Rename file Signed-off-by: at670475 <[email protected]> * language refactor Signed-off-by: Andrew Jandacek <[email protected]> * Add info about safIdt scheme Signed-off-by: at670475 <[email protected]> * remove file Signed-off-by: at670475 <[email protected]> * language refactor Signed-off-by: Andrew Jandacek <[email protected]> * language refactor2 Signed-off-by: Andrew Jandacek <[email protected]> * reformat/language refactor Signed-off-by: Andrew Jandacek <[email protected]> Co-authored-by: Andrew Jandacek <[email protected]> * Add diagrams for safidt (#1885) * Add diagrams for safidt Signed-off-by: at670475 <[email protected]> * Fix Signed-off-by: at670475 <[email protected]> * minor language fix Signed-off-by: Andrew Jandacek <[email protected]> Co-authored-by: Andrew Jandacek <[email protected]> * Release notes: Rename app server section to app framework (#1873) * Rename app server section to app framework to be more accurate Signed-off-by: nannanli <[email protected]> * address comments Signed-off-by: nannanli <[email protected]> * Bump version to v1.26 Signed-off-by: nannanli <[email protected]> * Update error codes (#1887) Signed-off-by: Zowe Robot <[email protected]> Co-authored-by: Zowe Robot <[email protected]> Co-authored-by: Andrew Jandacek <[email protected]> * Update error codes (#1878) Signed-off-by: Zowe Robot <[email protected]> Co-authored-by: Zowe Robot <[email protected]> Co-authored-by: Andrew Jandacek <[email protected]> * Update error codes (#1868) Signed-off-by: Zowe Robot <[email protected]> Co-authored-by: Zowe Robot <[email protected]> Co-authored-by: Andrew Jandacek <[email protected]> * Update error codes (#1864) Signed-off-by: Zowe Robot <[email protected]> Co-authored-by: Zowe Robot <[email protected]> Co-authored-by: Andrew Jandacek <[email protected]> * Update error codes (#1856) Signed-off-by: Zowe Robot <[email protected]> Co-authored-by: Zowe Robot <[email protected]> Co-authored-by: achmelo <[email protected]> * describe workaround for stuck JWT in zosmf (#1892) * describe workaround for stuck JWT in zosmf Signed-off-by: achmelo <[email protected]> * langauge refactor Signed-off-by: Andrew Jandacek <[email protected]> Co-authored-by: Andrew Jandacek <[email protected]> * Update cli-using-daemon-mode.md (#1882) * Update cli-using-daemon-mode.md Signed-off-by: Michael Aimino <[email protected]> * Update cli-using-daemon-mode.md Signed-off-by: Michael Aimino <[email protected]> * Update cli-using-daemon-mode.md Signed-off-by: Michael Aimino <[email protected]> * User/joewinchester/keyringsupported (#1891) * troubleshooting tip for BPXTLS failure message Signed-off-by: Joe-Winchester <[email protected]> * Added as optional to the core system requirements chapter Signed-off-by: Joe-Winchester <[email protected]> * Keyrings now supported Signed-off-by: Joe-Winchester <[email protected]> * edits Signed-off-by: nannanli <[email protected]> Co-authored-by: nannanli <[email protected]> * Add the Deprecated note (Associate Profile section) (#1896) * add the Deprecated note to the Associate Profile section Signed-off-by: ik673626 <[email protected]> * adding info about the V2 release Signed-off-by: ik673626 <[email protected]> * addressing comments Signed-off-by: ik673626 <[email protected]> * Add an ID to the Download page link Signed-off-by: ik673626 <[email protected]> * Update error codes (#1899) Signed-off-by: Zowe Robot <[email protected]> Co-authored-by: Zowe Robot <[email protected]> * Update error codes (#1898) Signed-off-by: Zowe Robot <[email protected]> Co-authored-by: Zowe Robot <[email protected]> Co-authored-by: Andrew Jandacek <[email protected]> * Remove references to CA Technologies from API ML doc (#1904) * Update service-information.md Signed-off-by: Andrew Jandacek <[email protected]> * remove CA refs Signed-off-by: Andrew Jandacek <[email protected]> Co-authored-by: achmelo <[email protected]> * Fix typo (#1910) SIgned-off-by: Jakub Balhar <[email protected]> Co-authored-by: nannanli <[email protected]> * Add links to Wizard doc (#1911) * Add note and link to wizard doc Signed-off-by: Andrew Jandacek <[email protected]> * Add note/link to YAML Wizard doc Signed-off-by: Andrew Jandacek <[email protected]> * Add note/link to YAML Wizard doc Signed-off-by: Andrew Jandacek <[email protected]> * update link Signed-off-by: Andrew Jandacek <[email protected]> * update link Signed-off-by: Andrew Jandacek <[email protected]> Co-authored-by: Igor Kazmyr <[email protected]> * Add SAF IDT configuration description (#1907) * Add SAF IDT configuration description Signed-off-by: Vit Tomica <[email protected]> * language refactor Signed-off-by: Andrew Jandacek <[email protected]> Co-authored-by: Andrew Jandacek <[email protected]> Co-authored-by: Andrea Tabone <[email protected]> * Add documentation for Metrics Service preview (#1909) * Add overview content for metrics service Signed-off-by: Carson Cook <[email protected]> * Add metrics service details Signed-off-by: Carson Cook <[email protected]> * Add info on where metrics service can be found Signed-off-by: Carson Cook <[email protected]> * minor language refactor Signed-off-by: Andrew Jandacek <[email protected]> Co-authored-by: Andrew Jandacek <[email protected]> * Doc re-branding across all Zowe versions (#1908) * Re-branding across all Zowe versions Signed-off-by: ik673626 <[email protected]> * fixing the mini-TOCs Signed-off-by: ik673626 <[email protected]> * fixing the identified issue. Thank you, Andrew Signed-off-by: ik673626 <[email protected]> * fixing the old reference. Thank you, Ashley Signed-off-by: ik673626 <[email protected]> * fixing the ACF2 refence in all documents Signed-off-by: ik673626 <[email protected]> Co-authored-by: nannanli <[email protected]> * updated typedoc and typedoc@next files (#1923) * updated typedoc and typedoc@next files updated typedoc and typedoc@next files Signed-off-by: jamesbauman <[email protected]> * updated to the latest files zowe-nodejs-sdk-typedoc Signed-off-by: jamesbauman <[email protected]> * replaced missing typedoc_next directory replaced missing typedoc_next directory Signed-off-by: jamesbauman <[email protected]> * updated all zowe cli web help source files (#1922) * updated all zowe cli web help source files Signed-off-by: jamesbauman <[email protected]> * Update static/stable/web_help/docs/zowe_ims_update_program.html Co-authored-by: Igor Kazmyr <[email protected]> Signed-off-by: jamesbauman <[email protected]> * updated typedoc and typedoc@next files (#1923) * updated typedoc and typedoc@next files updated typedoc and typedoc@next files Signed-off-by: jamesbauman <[email protected]> * updated to the latest files zowe-nodejs-sdk-typedoc Signed-off-by: jamesbauman <[email protected]> * replaced missing typedoc_next directory replaced missing typedoc_next directory Signed-off-by: jamesbauman <[email protected]> * Update static/stable/web_help/docs/zowe_profiles_delete_base-profile.html Co-authored-by: Igor Kazmyr <[email protected]> Signed-off-by: jamesbauman <[email protected]> Co-authored-by: Igor Kazmyr <[email protected]> * added npm@8 to sw req'ments (#1914) * added npm@8 to sw re'ments Signed-off-by: jamesbauman <[email protected]> * Update cli-scsplugin.md removed note; changed to requirements Signed-off-by: jamesbauman <[email protected]> * Update v1_26.md (#1920) * Update v1_26.md added v1.26 changes Signed-off-by: jamesbauman <[email protected]> * Update v1_26.md added new and fixed in v1.26 Signed-off-by: jamesbauman <[email protected]> * Update v1_26.md added v1.26 new and fixed Signed-off-by: jamesbauman <[email protected]> * added new and fixed added new and fixed for v1.26 Signed-off-by: jamesbauman <[email protected]> * removed info re: CA view Plug-in Signed-off-by: jamesbauman <[email protected]> * Update ZE RNs Update the zos install rdmap diagram (#1925) Signed-off-by: ik673626 <[email protected]> Co-authored-by: nannanli <[email protected]> * fix-link (#1921) * fix-link Signed-off-by: samanthasusu <[email protected]> - Modified the link for node.js knowledge center. * fix-link Signed-off-by samanthasusu <[email protected]> Modified the link for knowledge center of node.js. * modify-link (#1924) * modify-link Signed-off-by samanthasusu <[email protected]> -Modified the invalid link for Creating a PKC#11 Token. * modify-link Signed-off-by samanthasusu <[email protected]> - modified the link into the relative link * modify-link Signed-off-by samanthasusu <[email protected]> - test * modify-link Signed-off-by samanthasusu <[email protected]> -test build * pull release notes Signed-off-by: nannanli <[email protected]> * Update v1_26.md (#1929) * Update v1_26.md Added bullets for JES Explorer, Zlux Editor, ZSS Package, and Zowe Install Packaging in Features and Enhancements section. Also added bullets for Zlux App Manager and USS Explorer in Bug Fixes Section. Signed-off-by: Lobhas Paradkar [email protected] * edits Signed-off-by: nannanli <[email protected]> Co-authored-by: nannanli <[email protected]> * remove 1.17 docs Signed-off-by: nannanli <[email protected]> * remove 1.19 docs Signed-off-by: nannanli <[email protected]> * Users/joewinchester/installconfigvideos (#1927) * troubleshooting tip for BPXTLS failure message Signed-off-by: Joe-Winchester <[email protected]> * Added as optional to the core system requirements chapter Signed-off-by: Joe-Winchester <[email protected]> * OMVSAPPL.READ to the system requirements Signed-off-by: Joe-Winchester <[email protected]> * Resolve with docs-staging Signed-off-by: Joe-Winchester <[email protected]> * Resolve conflicts with docs-staging Signed-off-by: Joe-Winchester <[email protected]> * Resolve conflicts Signed-off-by: Joe-Winchester <[email protected]> * Client Certificate Auth Signed-off-by: Joe-Winchester <[email protected]> * Initial Commit with links to some youtube videos Signed-off-by: Joe-Winchester <[email protected]> * Fixed video links Signed-off-by: Joe-Winchester <[email protected]> * Begin refactor of keystore chapter Signed-off-by: Joe-Winchester <[email protected]> * Keyring video Signed-off-by: Joe-Winchester <[email protected]> * edits - fixed video titles - link to the video script Signed-off-by: nannanli <[email protected]> Co-authored-by: nannanli <[email protected]> * memory requirements (#1949) Signed-off-by: achmelo <[email protected]> * Document the API ML sample extension (#1951) * Document the sample ext Signed-off-by: at670475 <[email protected]> * Small fix Signed-off-by: at670475 <[email protected]> * language refactor Signed-off-by: Andrew Jandacek <[email protected]> * Small change Signed-off-by: at670475 <[email protected]> * minor language changes Signed-off-by: Andrew Jandacek <[email protected]> Co-authored-by: Andrew Jandacek <[email protected]> * Bump the release version to v1.27.x Completed basic site setup for v1.27.x Signed-off-by: nannanli <[email protected]> * remove jwtsecret and SSO token (#1958) * memory requirements Signed-off-by: achmelo <[email protected]> * remove documentaion around jwtsecret and sso setup Signed-off-by: achmelo <[email protected]> * minor language refactor Signed-off-by: Andrew Jandacek <[email protected]> Co-authored-by: Andrew Jandacek <[email protected]> * V2 site basic setup Signed-off-by: nannanli <[email protected]> * Updated the announcement bar Signed-off-by: nannanli <[email protected]> * Update docusaurus.config.js [V2 prep] Signed-off-by: nannanli <[email protected]> * Update to remove explorer UI servers from images, replace ZOWE_EXPLORER_HOST references, and separate mentions of the explorer APIs from the explorer UIs Signed-off-by: Sean Grady <[email protected]> * Get rid of old referrer note. Swap out hostname mention in env for zowe.externaldomains though instance stuff needs significant reworking Signed-off-by: Sean Grady <[email protected]> * Update error codes (#1967) Signed-off-by: Zowe Robot <[email protected]> Co-authored-by: Zowe Robot <[email protected]> * Update error codes (#1955) Signed-off-by: Zowe Robot <[email protected]> Co-authored-by: Zowe Robot <[email protected]> Co-authored-by: Andrew Jandacek <[email protected]> * Jabauman v127 daemon (#1962) * Added note re Visual C++ redistributable Signed-off-by: JamesBauman <[email protected]> * First pass of daemon mode. Updated installing @next to remove ref's to installing zowex. Signed-off-by: JamesBauman <[email protected]> * updates to daemon mode from team review, minor changes to installing Signed-off-by: JamesBauman <[email protected]> * updated articles based on comments from Mike, Gene, and Tim Signed-off-by: JamesBauman <[email protected]> * removed send para from topic as requested Signed-off-by: JamesBauman <[email protected]> Co-authored-by: nannanli <[email protected]> * Add asfIdt, x509 authentication schemes to the static definition onboarding (#1971) Signed-off-by: Jakub Balhar <[email protected]> * Remove PKCS#11 token mentions (#1965) Signed-off-by: Leonty Chudinov <[email protected]> Co-authored-by: Leonty Chudinov <[email protected]> Co-authored-by: nannanli <[email protected]> * Add apiml extension paths documentation (#1959) * Add documentation for new extension lib variables Signed-off-by: Carson Cook <[email protected]> * initial language refactor Signed-off-by: Andrew Jandacek <[email protected]> * Remove one entry table in favour of sentence Signed-off-by: Carson Cook <[email protected]> * minor langauge addition Signed-off-by: Andrew Jandacek <[email protected]> Co-authored-by: Andrew Jandacek <[email protected]> * Document password change feature on zaas client (#1973) * add newPassword string Signed-off-by: Andrew Jandacek <[email protected]> * Document password change feature on zaas client Signed-off-by: Andrew Jandacek <[email protected]> * zOSMF MFA apar (#1977) * memory requirements Signed-off-by: achmelo <[email protected]> * zosmf mfa apar Signed-off-by: achmelo <[email protected]> * refactor APAR PH39582 note Signed-off-by: Andrew Jandacek <[email protected]> Co-authored-by: Andrew Jandacek <[email protected]> * Replaced the typedoc files with the following files: @next https://zowe.jfrog.io/artifactory/libs-release-local/org/zowe/sdk/zowe-nodejs-sdk/next/zowe-nodejs-sdk-typedoc-next-20220112-RC1.zip LTS https://zowe.jfrog.io/artifactory/libs-release-local/org/zowe/sdk/zowe-nodejs-sdk/1.27.0/zowe-nodejs-sdk-typedoc-1.27.0-RC1.zip (#1975) Signed-off-by: JamesBauman <[email protected]> Co-authored-by: nannanli <[email protected]> * Update images for new api catalog (#1976) Signed-off-by: at670475 <[email protected]> * Have updated v1_27.md (#1980) Updated Zowe Application Framework based on changelogs. * Update CLI Web Help (#1974) Signed-off-by: Andrew W. Harn <[email protected]> Co-authored-by: nannanli <[email protected]> * Add documentation for how to setup pluginlib (#1825) Signed-off-by: 1000TurquoisePogs <[email protected]> Co-authored-by: nannanli <[email protected]> * Update v1_27.md Signed-off-by: nannanli <[email protected]> * Added v1.27 changelog info to the v1.27 release notes (#1978) * Added changelog info from https://docs.google.com/document/d/1QyJ5dbsRxeyXJYGrsZJuUet0HHwhJGJFf4wUZn7SYmE/edit#heading=h.gm9ghxyd8w4n to the 1.27 release notes. More to come on this. Signed-off-by: JamesBauman <[email protected]> * Punctuation Signed-off-by: JamesBauman <[email protected]> * updated per Mike/Andrew reviews Signed-off-by: JamesBauman <[email protected]> Co-authored-by: nannanli <[email protected]> * Updated the convenience build installation chapter Signed-off-by: Joe-Winchester <[email protected]> * Rip/ac/auth scheme fixes (#1986) * memory requirements Signed-off-by: achmelo <[email protected]> * add missing in auth schemes Signed-off-by: achmelo <[email protected]> * indentation Signed-off-by: achmelo <[email protected]> * minor language fix Signed-off-by: Andrew Jandacek <[email protected]> Co-authored-by: Andrew Jandacek <[email protected]> * Added zowe initialize section to convenience build Signed-off-by: Joe-Winchester <[email protected]> * Jabauman v2 using cli reorg (#2006) * chunked using zowe cli into smaller articles Signed-off-by: JamesBauman <[email protected]> * added to using: global profiles and daemon mode Signed-off-by: JamesBauman <[email protected]> * copied tech preview content for daemon mode into using cli Signed-off-by: JamesBauman <[email protected]> * Update cli-using-using-daemon-mode.md * using reorg Signed-off-by: JamesBauman <[email protected]> * Update api-mediation-security.md (#2007) - Fix broken links - Add section Supported authentication methods into content - Update section JWT Token Signed-off-by: Yelyzaveta Chebanova <[email protected]> * Fixing build errors Signed-off-by: Joe-Winchester <[email protected]> * Fixed sidebars.js build error Signed-off-by: Joe-Winchester <[email protected]> * Refactored TODO tags Signed-off-by: Joe-Winchester <[email protected]> * Build errors - removed all comments Signed-off-by: Joe-Winchester <[email protected]> * stomp support (#2008) * STOMP support Signed-off-by: achmelo <[email protected]> * language refactor Signed-off-by: Andrew Jandacek <[email protected]> Co-authored-by: Andrew Jandacek <[email protected]> * Fix inconsistencies around API ML in v2 (#2012) * Fix the gw urls to use the correct one Signed-off-by: at670475 <[email protected]> * Fix the gw urls to use the correct one pt.2 Signed-off-by: at670475 <[email protected]> * Fix the gw urls to use the correct one pt.3 Signed-off-by: at670475 <[email protected]> * Fix the gw urls to use the correct one pt.4 Signed-off-by: at670475 <[email protected]> * Remove reference to internal variable not configurable by the user (#2014) Signed-off-by: at670475 <[email protected]> * checking in work-in-progress Signed-off-by: JamesBauman <[email protected]> * WIP: many misc changes and new articles Signed-off-by: JamesBauman <[email protected]> * checking in work-in-progress (#2015) * checking in work-in-progress Signed-off-by: JamesBauman <[email protected]> * WIP: many misc changes and new articles Signed-off-by: JamesBauman <[email protected]> * WIP- updated checklist and global profiles Signed-off-by: JamesBauman <[email protected]> * MIsc. work in progress (#2019) * checking in work-in-progress Signed-off-by: JamesBauman <[email protected]> * WIP: many misc changes and new articles Signed-off-by: JamesBauman <[email protected]> * WIP- updated checklist and global profiles Signed-off-by: JamesBauman <[email protected]> * applied Andrew comments Signed-off-by: JamesBauman <[email protected]> * Self Signed PKCS12 cert added Signed-off-by: Joe-Winchester <[email protected]> * Add doc of port offset (#2020) * Add doc of port offset Signed-off-by: Carson Cook <[email protected]> * review pr2020 and refactor formatting Signed-off-by: Andrew Jandacek <[email protected]> Co-authored-by: Andrew Jandacek <[email protected]> * Sync doc fixes from master branch Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.1 to 1.14.7. - [Release notes](https://github.com/follow-redirects/follow-redirects/releases) - [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.1...v1.14.7) Co-Authored-By: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-Authored-By: nannanli <[email protected]> --- updated-dependencies: - dependency-name: follow-redirects dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Update tpsr-v1.27.x.md Signed-off-by: nannanli <[email protected]> Reduce the build time Signed-off-by: nannanli <[email protected]> Fix the build issue Signed-off-by: nannanli <[email protected]> Update robots.txt Signed-off-by: nannanli <[email protected]> Fix build Signed-off-by: nannanli <[email protected]> Removed CLI and Imperative enhancements because there were no enhancements (#2001) Signed-off-by: JamesBauman <[email protected]> Bump shelljs from 0.8.4 to 0.8.5 (#1985) Bumps [shelljs](https://github.com/shelljs/shelljs) from 0.8.4 to 0.8.5. - [Release notes](https://github.com/shelljs/shelljs/releases) - [Changelog](https://github.com/shelljs/shelljs/blob/master/CHANGELOG.md) - [Commits](https://github.com/shelljs/shelljs/compare/v0.8.4...v0.8.5) --- updated-dependencies: - dependency-name: shelljs dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Bump nanoid from 3.1.23 to 3.2.0 (#1983) Bumps [nanoid](https://github.com/ai/nanoid) from 3.1.23 to 3.2.0. - [Release notes](https://github.com/ai/nanoid/releases) - [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md) - [Commits](https://github.com/ai/nanoid/compare/3.1.23...3.2.0) --- updated-dependencies: - dependency-name: nanoid dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> PR to replace PR #2016 (#2021) * see PR #2016 Signed-off-by: JamesBauman <[email protected]> * reverted sidebar and added new topic Signed-off-by: JamesBauman <[email protected]> To address CLI issue #1297 (#2022) * to address CLI issue #1297 Signed-off-by: JamesBauman <[email protected]> * slight modification to the description of the zowe config init --global-config --user-config command (req'd by Tim J) Signed-off-by: JamesBauman <[email protected]> * Trigger the build again Signed-off-by: nannanli <[email protected]> * Fix extra spacing & lines, and incorrect help text (#2018) * Fix extra spacing & lines, and incorrect help text Signed-off-by: Andrew W. Harn <[email protected]> * Update CLI reference PDF Signed-off-by: Andrew W. Harn <[email protected]> * Fixed sidebars.js error Signed-off-by: Joe-Winchester <[email protected]> * Remove "Configuring Zowe Certificates" chapter (needs v2 rewrite) Signed-off-by: Joe-Winchester <[email protected]> * Fix broken sidebar with start-stop-zowe-zos Signed-off-by: Joe-Winchester <[email protected]> * changes Signed-off-by: JamesBauman <[email protected]> * Update cli-install-cli-checklist.md Signed-off-by: JamesBauman <[email protected]> * updates to checklist Signed-off-by: JamesBauman <[email protected]> * Add doc for zosmf pw change (#2033) Signed-off-by: at670475 <[email protected]> * Work in Progress (#2038) * work in progress Signed-off-by: JamesBauman <[email protected]> * WIP Signed-off-by: JamesBauman <[email protected]> * WIP Signed-off-by: JamesBauman <[email protected]> * Keyring Chapter Signed-off-by: Joe-Winchester <[email protected]> * System Requirements v2 ready Signed-off-by: Joe-Winchester <[email protected]> * Hide topics that are not ready Signed-off-by: nannanli <[email protected]> * cross memory Signed-off-by: Joe-Winchester <[email protected]> * Add note for the sysprog about password change (#2045) * Add note for sysprog Signed-off-by: at670475 <[email protected]> * Add note to catalog Signed-off-by: at670475 <[email protected]> * Add pw change note to v2 (#2046) * Add pw change note to v2 Signed-off-by: at670475 <[email protected]> * minor language refactor Signed-off-by: Andrew Jandacek <[email protected]> Co-authored-by: Andrew Jandacek <[email protected]> * Clean up sidebars.js and also include more zwe init commands in one time setup Signed-off-by: Joe-Winchester <[email protected]> * Users/jack/v2 docs verify (#2035) * remove docker image from architecture, remove mentioning of instance dir, rename ZWESVSTC to ZWESLSTC Signed-off-by: Jack (T.) Jia <[email protected]> * prototype migration page Signed-off-by: Jack (T.) Jia <[email protected]> * Zowe HA in v2 Signed-off-by: Jack (T.) Jia <[email protected]> * move zowe.yaml and component manifest to references section Signed-off-by: Jack (T.) Jia <[email protected]> * remove docker build and update k8s deployment Signed-off-by: Jack (T.) Jia <[email protected]> * fix extend section Signed-off-by: Jack (T.) Jia <[email protected]> * troubleshoot section Signed-off-by: Jack (T.) Jia <[email protected]> * fix k8s config page for v2 Signed-off-by: Jack (T.) Jia <[email protected]> * move migration page under extend Signed-off-by: Jack (T.) Jia <[email protected]> * fix env mapping on migration page Signed-off-by: Jack (T.) Jia <[email protected]> * fix zowe.setup definition Signed-off-by: Jack (T.) Jia <[email protected]> * rename xmem to zis, remove zowe.setup.security.users.aux Signed-off-by: Jack (T.) Jia <[email protected]> * remove FIXME, which has been done Signed-off-by: Jack (T.) Jia <[email protected]> * Edits Signed-off-by: nannanli <[email protected]> * comment out zss related temporarily, comment out upgrade-zos-system for future update Signed-off-by: Jack (T.) Jia <[email protected]> * bring back the HA pages Signed-off-by: Jack (T.) Jia <[email protected]> * remove lines with docker Signed-off-by: Jack (T.) Jia <[email protected]> Co-authored-by: nannanli <[email protected]> * refactor client cert auth method (#2052) Signed-off-by: Andrew Jandacek <[email protected]> * Replaced WINCHJ to IBMUSER for sample script output Signed-off-by: Joe-Winchester <[email protected]> * Replaced WINCHJ with IBMUSER in the sample scripts Signed-off-by: Joe-Winchester <[email protected]> * Merging WIP to v2 Preview (#2056) * work in progress Signed-off-by: JamesBauman <[email protected]> * WIP Signed-off-by: JamesBauman <[email protected]> * WIP Signed-off-by: JamesBauman <[email protected]> * work in progress Signed-off-by: JamesBauman <[email protected]> * work in progress Signed-off-by: JamesBauman <[email protected]> * work in progress Signed-off-by: JamesBauman <[email protected]> * restored missing bracket restore missing bracket in: { type: "category", label: "Configuring team profiles", items: [ "user-guide/cli-using-configuring-global-profiles", "user-guide/cli-using-initializing-global-configuration", "user-guide/cli-using-creating-global-user-profiles", "user-guide/cli-using-creating-global-team-profiles", ], } * restored missing comma Signed-off-by: JamesBauman <[email protected]> i hope this fixes the issue * Add zwe server command documentation (#2047) * Add reference link to zwe documentation Signed-off-by: Carson Cook <[email protected]> * Manual addition of generated zwe cli docs Signed-off-by: Carson Cook <[email protected]> * Improve zwe name Signed-off-by: Carson Cook <[email protected]> * Update sidebars.js Signed-off-by: nannanli <[email protected]> Co-authored-by: nannanli <[email protected]> * introduce node v16 support (#2025) * introduce node v16 support Signed-off-by: Jack (T.) Jia <[email protected]> * Tweaks Signed-off-by: nannanli <[email protected]> Co-authored-by: nannanli <[email protected]> * Bump follow-redirects from 1.14.7 to 1.14.8 (#2032) Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.7 to 1.14.8. - [Release notes](https://github.com/follow-redirects/follow-redirects/releases) - [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.7...v1.14.8) --- updated-dependencies: - dependency-name: follow-redirects dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump url-parse from 1.5.3 to 1.5.7 (#2044) Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.3 to 1.5.7. - [Release notes](https://github.com/unshiftio/url-parse/releases) - [Commits](https://github.com/unshiftio/url-parse/compare/1.5.3...1.5.7) --- updated-dependencies: - dependency-name: url-parse dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Remove unused file Signed-off-by: nannanli <[email protected]> * Bump url-parse from 1.5.7 to 1.5.10 (#2055) Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.7 to 1.5.10. - [Release notes](https://github.com/unshiftio/url-parse/releases) - [Commits](https://github.com/unshiftio/url-parse/compare/1.5.7...1.5.10) --- updated-dependencies: - dependency-name: url-parse dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Update to Reference > Zowe CLI command reference guide (#2053) * Added a statement that describes the content in the help also includes help for zowe conformant plug-ins Signed-off-by: JamesBauman <[email protected]> * added ecosystem as requested by Rose/Mike Signed-off-by: JamesBauman <[email protected]> * grammar Signed-off-by: JamesBauman <[email protected]> * quick edits Signed-off-by: JamesBauman <[email protected]> * Review API ML content in v2 doc (#2057) * Update error code messages Signed-off-by: at670475 <[email protected]> * Add performance section to VSAM solution Signed-off-by: at670475 <[email protected]> * refactor VSAM performance Signed-off-by: Andrew Jandacek <[email protected]> * minor language refactor Signed-off-by: Andrew Jandacek <[email protected]> Co-authored-by: Andrew Jandacek <[email protected]> * base package (#2061) Signed-off-by: Pablo Hernán Carle <[email protected]> Co-authored-by: Pablo Hernán Carle <[email protected]> * Upgrade onboarding overview (#2060) * Update path Signed-off-by: Jakub Balhar <[email protected]> * Document missing gw custom metadata Signed-off-by: at670475 <[email protected]> * Update GW swagger doc in petstore for the Zowe api reference Signed-off-by: at670475 <[email protected]> * Update swagger Signed-off-by: at670475 <[email protected]> * Add reason and action Signed-off-by: Jakub Balhar <[email protected]> Co-authored-by: Jakub Balhar <[email protected]> * Update metrics service documentation for v2 (#2062) * update metrics service config variables Signed-off-by: Carson Cook <[email protected]> * Clarify gateway homepage Signed-off-by: Carson Cook <[email protected]> * More v2 fixes preparing for v2-TP2 (#2067) * fix few issues found in doc Signed-off-by: Jack (T.) Jia <[email protected]> * rename zowe.setup.mvs to zowe.setup.dataset Signed-off-by: Jack (T.) Jia <[email protected]> Co-authored-by: nannanli <[email protected]> * Private/pinpan/v2 improvements (#2026) * Extending Zowe overview Samples vs. Examples and intro structure Signed-off-by: Pavlin Zahariev <[email protected]> * FIX: Sample seams to be more relevant here than example - the one provided is deployable to ZLux. Signed-off-by: Pavlin Zahariev <[email protected]> * Minor language refactor Signed-off-by: Andrew Jandacek <[email protected]> Co-authored-by: Andrew Jandacek <[email protected]> * Update sidebars.js Signed-off-by: nannanli <[email protected]> * pulled in live content that was updated after the v2 docs branch was created (#2068) Signed-off-by: JamesBauman <[email protected]> * merging work-in-progress to V2 branch (#2072) * work in progress Signed-off-by: JamesBauman <[email protected]> * WIP Signed-off-by: JamesBauman <[email protected]> * WIP Signed-off-by: JamesBauman <[email protected]> * work in progress Signed-off-by: JamesBauman <[email protected]> * work in progress Signed-off-by: JamesBauman <[email protected]> * work in progress Signed-off-by: JamesBauman <[email protected]> * work in progress Signed-off-by: JamesBauman <[email protected]> * restored missing bracket restore missing bracket in: { type: "category", label: "Configuring team profiles", items: [ "user-guide/cli-using-configuring-global-profiles", "user-guide/cli-using-initializing-global-configuration", "user-guide/cli-using-creating-global-user-profiles", "user-guide/cli-using-creating-global-team-profiles", ], } * restored missing comma Signed-off-by: JamesBauman <[email protected]> i hope this fixes the issue * work-in-progress Signed-off-by: JamesBauman <[email protected]> * work in progress Signed-off-by: JamesBauman <[email protected]> * WIP Signed-off-by: JamesBauman <[email protected]> * WIP Signed-off-by: JamesBauman <[email protected] * added #hrs column Signed-off-by: JamesBauman <[email protected]> * removed SCS plug-in from req'ments and the SCS article from the sidebar Signed-off-by: JamesBauman <[email protected]> * Update sidebars.js Signed-off-by: JamesBauman <[email protected]> * Update cli-using-using-daemon-mode.md Signed-off-by: JamesBauman <[email protected]> * added daemon mode EV's to Advanced > Config Zowe CLI Environment Variables Signed-off-by: JamesBauman <[email protected]> * updated description of Alternative configuration; tweaked table in Config E.V.s Signed-off-by: JamesBauman <[email protected]> * WIP Signed-off-by: JamesBauman <[email protected]> * Update cli-configuringcli.md Signed-off-by: JamesBauman <[email protected]> * WIP Signed-off-by: JamesBauman <[email protected]> * WIP Signed-off-by: JamesBauman <[email protected]> * Update cli-using-using-daemon-mode.md Signed-off-by: JamesBauman <[email protected]> * miscellaneous updates: update links to v2 topics... removed unnecessary mini-TOCs, applied consistent writing styles and standards to content, and other misc updates. Signed-off-by: JamesBauman <[email protected]> * work-in-progress Signed-off-by: JamesBauman <[email protected]> * removed SCS plug-in Signed-off-by: JamesBauman <[email protected]> * Update cli-installplugins.md Signed-off-by: JamesBauman <[email protected]> * removed SCS Signed-off-by: JamesBauman <[email protected]> * format tables Signed-off-by: JamesBauman <[email protected]> * Update cli-using-using-profiles.md Signed-off-by: JamesBauman <[email protected]> * added auth, config, daemon command groups to the page, Signed-off-by: JamesBauman <[email protected]> * work-in-progress Signed-off-by: JamesBauman <[email protected]> * work in progress Signed-off-by: JamesBauman <[email protected]> * Update sidebars.js Signed-off-by: JamesBauman <[email protected]> * commented out mirgrate-cli Signed-off-by: JamesBauman <[email protected]> * updated install cli command Signed-off-by: JamesBauman <[email protected]> * adding ftp ext (#2074) Signed-off-by: JamesBauman <[email protected]> * Users/carson/zwe command ref updates (#2077) * Add autogeneration for sidebar for zwe reference Signed-off-by: Carson Cook <[email protected]> * Add new files for autogenerated side bar Signed-off-by: Carson Cook <[email protected]> * Use awk instead of grep (#2049) Signed-off-by: Carson Cook <[email protected]> * Update process on ZWE command reference Signed-off-by: nannanli <[email protected]> * checking in work in progress (#2080) * continued WIP Signed-off-by: JamesBauman <[email protected]> * committing WIP Signed-off-by: JamesBauman <[email protected]> * WIP committing to repo Signed-off-by: JamesBauman <[email protected]> * progress in work Signed-off-by: JamesBauman <[email protected]> * added zowe daemon restart (#2081) * continued WIP Signed-off-by: JamesBauman <[email protected]> * committing WIP Signed-off-by: JamesBauman <[email protected]> * WIP committing to repo Signed-off-by: JamesBauman <[email protected]> * progress in work Signed-off-by: JamesBauman <[email protected]> * added zowe daemon restart Signed-off-by: JamesBauman <[email protected]> * work in progress Signed-off-by: JamesBauman <[email protected]> * applied comments rec'd from Gene Signed-off-by: JamesBauman <[email protected]> * applied Gene's comments Signed-off-by: JamesBauman <[email protected]> * Expose new content Signed-off-by: nannanli <[email protected]> * Jabauman v2 wip - updates per walk-though (Tim, Andrew) (#2084) * continued WIP Signed-off-by: JamesBauman <[email protected]> * committing WIP Signed-off-by: JamesBauman <[email protected]> * WIP committing to repo Signed-off-by: JamesBauman <[email protected]> * progress in work Signed-off-by: JamesBauman <[email protected]> * added zowe daemon restart Signed-off-by: JamesBauman <[email protected]> * work in progress Signed-off-by: JamesBauman <[email protected]> * applied comments rec'd from Gene Signed-off-by: JamesBauman <[email protected]> * applied Gene's comments Signed-off-by: JamesBauman <[email protected]> * WIP Signed-off-by: JamesBauman <[email protected]> * WIP, comments from Tim/Andrew Signed-off-by: JamesBauman <[email protected]> * comments per TIm/Andrew review Signed-off-by: JamesBauman <[email protected]> * updates per Tim/Andrew comments Signed-off-by: JamesBauman <[email protected]> * Update v1 static defs file var to v2 (#2087) Signed-off-by: Carson Cook <[email protected]> * Update the web help for 1.27.3 (#2092) Signed-off-by: Andrew W. Harn <[email protected]> * content to support 1.27.3 release (#2093) Signed-off-by: JamesBauman <[email protected]> * Document service prefix mapper for v2 conformance compatibility (#2088) * Add doc for the service id prefix config * refactor ServiceIDPrefixReplacer description Signed-off-by: Andrew Jandacek <[email protected]> * Rephrase Co-authored-by: Andrew Jandacek <[email protected]> * User/joewinchester/installsmpev2 (#2085) * Initial Commit of SMP/E install chapters Signed-off-by: Joe-Winchester <[email protected]> * Added F4 to the PDS pre-req allocations Signed-off-by: Joe-Winchester <[email protected]> * Jabauman v2 wip (#2096) * update typedoc files per CLI PR #75 (#2070) * update typedoc files per https://github.com/zowe/zowe-cli-standalone-package/pull/75 Signed-off-by: JamesBauman <[email protected]> * Extracted typedoc files to static/stable/typedoc and static/stable/typedoc_next Signed-off-by: JamesBauman <[email protected]> * added FTP plugin article (#2073) Signed-off-by: JamesBauman <[email protected]> * continued WIP Signed-off-by: JamesBauman <[email protected]> * committing WIP Signed-off-by: JamesBauman <[email protected]> * WIP committing to repo Signed-off-by: JamesBauman <[email protected]> * progress in work Signed-off-by: JamesBauman <[email protected]> * added zowe daemon restart Signed-off-by: JamesBauman <[email protected]> * work in progress Signed-off-by: JamesBauman <[email protected]> * applied comments rec'd from Gene Signed-off-by: JamesBauman <[email protected]> * applied Gene's comments Signed-off-by: JamesBauman <[email protected]> * WIP Signed-off-by: JamesBauman <[email protected]> * WIP, comments from Tim/Andrew Signed-off-by: JamesBauman <[email protected]> * comments per TIm/Andrew review Signed-off-by: JamesBauman <[email protected]> * updates per Tim/Andrew comments Signed-off-by: JamesBauman <[email protected]> * WIP - Tim/Andrew review Signed-off-by: JamesBauman <[email protected]> * WIP edits Signed-off-by: JamesBauman <[email protected]> * W-I-P Signed-off-by: JamesBauman <[email protected]> * work-in-progress Signed-off-by: JamesBauman <[email protected]> * Mike comments Signed-off-by: JamesBauman <[email protected]> * WIP - To merge doc changes into the v2 preview branch (#2099) * WIP Signed-off-by: JamesBauman <[email protected]> * Work-in-progress Signed-off-by: JamesBauman <[email protected]> * CLI WIP - merge to v2 preview (#2101) Signed-off-by: JamesBauman <[email protected]> * fixed broken links (#2103) Signed-off-by: JamesBauman <[email protected]> * Fix the service id prefix replacer doc (#2098) * Adjust the tuple value * Adjust the service id prefix replacer doc * minor grammar fix Signed-off-by: Andrew Jandacek <[email protected]> Co-authored-by: Andrew Jandacek <[email protected]> * Update error codes (#2082) Signed-off-by: Zowe Robot <[email protected]> Co-authored-by: Zowe Robot <[email protected]> Co-authored-by: nannanli <[email protected]> * Update error codes (#2090) Signed-off-by: Zowe Robot <[email protected]> Co-authored-by: Zowe Robot <[email protected]> Co-authored-by: Andrew Jandacek <[email protected]> * Update apiml documentation for v2 (#2106) * For docs v2 pages update apiml variables to v2 version and instance.env to zowe.yaml Signed-off-by: Carson Cook <[email protected]> * Fix typos Signed-off-by: Carson Cook <[email protected]> * added new topic: Sharing team configuration files (#2109) * fixed broken links Signed-off-by: JamesBauman <[email protected]> * new article: sharing team configuration files Signed-off-by: JamesBauman <[email protected]> * added syntax for Access to LPARs that access services through one API Mediation Layer using certificate authentication Signed-off-by: JamesBauman <[email protected]> * updated per comments in PR #2109 Signed-off-by: JamesBauman <[email protected]> * updated port # in line 189 Signed-off-by: JamesBauman <[email protected]> * Cross Memory Server Chapter updates (#2100) * Cross Memory Server Chapter updates Signed-off-by: Joe-Winchester <[email protected]> * Typo Signed-off-by: Joe-Winchester <[email protected]> * Server schema explanation (#2108) * Add description of requirement of schemas and how to specify them and where they must live Signed-off-by: 1000TurquoisePogs <[email protected]> * Update syntax Signed-off-by: 1000TurquoisePogs <[email protected]> * Squash to fix DCO. State how to add schema file to manifest, and requirements for schema file, and example Signed-off-by: 1000TurquoisePogs <[email protected]> * Fix typo, schemas.configs Signed-off-by: 1000TurquoisePogs <[email protected]> * updated daemon mode EV's per #1365 (#2111) * updated EVs for the daemon mode Signed-off-by: JamesBauman <[email protected]> * per Gene's comments Signed-off-by: JamesBauman <[email protected]> * Add Wizard YAML prefill docs (v2) (#2095) * Add yaml prefill docs and screenshot * Update wizard-yaml-prefill.png * Update wizard-yaml-prefill.png * Update onboard-wizard.md * Update onboard-wizard.md * minor formatting/language correction Signed-off-by: Andrew Jandacek <[email protected]> Co-authored-by: Andrew Jandacek <[email protected]> * updates to the extending section (#2126) Signed-off-by: JamesBauman <[email protected]> * Update for saf-idt support (#2128) * FIX: link to server-component-manifest * Apply the patch from PR#2113 by janan007 Signed-off-by: Pavlin Zahariev <[email protected]> * Add headings to procedural steps in the intro Signed-off-by: Andrew Jandacek <[email protected]> * Fix typo Signed-off-by: Andrew Jandacek <[email protected]> Co-authored-by: Andrew Jandacek <[email protected]> * new m1 article. Rally: US811759 (#2129) * new m1 article. Rally: US811759 Signed-off-by: JamesBauman <[email protected]> * applied review comments from Andrew... Signed-off-by: JamesBauman <[email protected]> * Add doc to configure SCS on headless Linux (#2130) * Add doc to configure SCS on headless Linux Signed-off-by: JamesBauman <[email protected]> * applied changes based on Tim's comments Signed-off-by: JamesBauman <[email protected]> * Update cli-configure-scs-on-headless-linux-os.md Signed-off-by: JamesBauman <[email protected]> * keyrings > keyring Signed-off-by: JamesBauman <[email protected]> * Jabauman cli m1 processor (#2132) * new m1 article. Rally: US811759 Signed-off-by: JamesBauman <[email protected]> * applied review comments from Andrew... Signed-off-by: JamesBauman <[email protected]> * a few tweaks.... added 'or later architecture' to package install. changed link text to the article that was renamed to "M1 processor installation". added v2 profiles context for creating a db2 team config profile Signed-off-by: JamesBauman <[email protected]> * ZSS error messages (#2028) * ZSS error messages Signed-off-by: Leonty Chudinov <[email protected]> * Address code review comments Signed-off-by: Leonty Chudinov <[email protected]> * Document most common ZIS statuses Signed-off-by: Leonty Chudinov <[email protected]> Co-authored-by: Leonty Chudinov <[email protected]> * [Needs Review] - Changes to App server Advanced configuration for V2 (#2063) * Updated Configuring App server for HTTPS + typo * Better extensionsDir example * AT-TLS doc update * Update Desktop URLs for V2 * Minor touch-up for Desktop URL + SSL sentences Signed-off-by: Leanid Astrakou <[email protected]> * Simplify adv config by pointing to json schema. Reorder some sections to show what seems like the most popular content first. Update the logging section * Update mvd-configuration.md * Fix zss instance setup -> zis. Clarify AT-TLS use. Describe zss 64 bit mode Signed-off-by: 1000TurquoisePogs <[email protected]> Co-authored-by: Leanid Astrakou <[email protected]> Co-authored-by: 1000TurquoisePogs <[email protected]> * Janan07/update safidt support (#2113) * Add saf idt comment Signed-off-by: Andrew Jandacek <[email protected]> * Add comment to safidt Signed-off-by: Andrew Jandacek <[email protected]> * Update interface Signed-off-by: Andrew Jandacek <[email protected]> * Add Authentication parameters Signed-off-by: Andrew Jandacek <[email protected]> * Update docs/extend/extend-apiml/onboard-plain-java-enabler.md Signed-off-by: Andrew Jandacek <[email protected]> Co-authored-by: Pavlin Zahariev <[email protected]> * Update docs/extend/extend-apiml/onboard-spring-boot-enabler.md Signed-off-by: Andrew Jandacek <[email protected]> Co-authored-by: Pavlin Zahariev <[email protected]> * Update docs/extend/extend-apiml/onboard-spring-boot-enabler.md Signed-off-by: Andrew Jandacek <[email protected]> Co-authored-by: Pavlin Zahariev <[email protected]> * Update docs/extend/extend-apiml/onboard-spring-boot-enabler.md Signed-off-by: Andrew Jandacek <[email protected]> Co-authored-by: Pavlin Zahariev <[email protected]> * Update docs/extend/extend-apiml/onboard-spring-boot-enabler.md Co-authored-by: Pavlin Zahariev <[email protected]> * Update docs/extend/extend-apiml/onboard-spring-boot-enabler.md Signed-off-by: Andrew Jandacek <[email protected]> Co-authored-by: Pavlin Zahariev <[email protected]> * Update docs/extend/extend-apiml/onboard-static-definition.md Signed-off-by: Andrew Jandacek <[email protected]> Co-authored-by: Pavlin Zahariev <[email protected]> * language refactor Signed-off-by: Andrew Jandacek <[email protected]> Co-authored-by: Pavlin Zahariev <[email protected]> * FIX: link to server-component-manifest (#2127) * Update "extend" section of application framework for v2 (#2094) * Update for v2 Signed-off-by: 1000TurquoisePogs <[email protected]> * Typo Typo Signed-off-by: 1000TurquoisePogs <[email protected]> * Update mvd-installplugins.md Notes about checking both appServer and install-app log files as per review Signed-off-by: 1000TurquoisePogs <[email protected]> * Update mvd-plugindefandstruct.md plug-in to plugin to match code meaning Signed-off-by: 1000TurquoisePogs <[email protected]> * Update mvd-server-config.md Typo fix Signed-off-by: 1000TurquoisePogs <[email protected]> * Update mvd-server-config.md Typo fix Signed-off-by: 1000TurquoisePogs <[email protected]> * Update mvd-externals.md Signed-off-by: 1000TurquoisePogs <[email protected]> * [v2]updated app-server and zss variable names with valid prefixes (#1916) * updated app-server and zss variable names with valid prefixes Signed-off-by: Aditya Ranshinge <[email protected]> * reverting changes of summaryofchanges.md Signed-off-by: Aditya Ranshinge <[email protected]> Co-authored-by: 1000TurquoisePogs <[email protected]> * added info about converting v1 to v2 profiles. added headings. reor… (#2114) * added info about converting v1 to v2 profiles. added headings. reorganized Important information about V2 profiles Signed-off-by: JamesBauman <[email protected]> * corrected syntax Signed-off-by: JamesBauman <[email protected]> * changed references of "V2" profiles to "team" profiles. Note that i did not change references of Zowe CLI "V2" Signed-off-by: JamesBauman <[email protected]> * per mike's comments Signed-off-by: JamesBauman <[email protected]> * Reorganize the topics about z/OS Install Signed-off-by: nannanli <[email protected]> * updated to describe the content that is contained in the V2 version of the online help (#2143) Signed-off-by: JamesBauman <[email protected]> * planning install and k8s conformance Signed-off-by: Jack (T.) Jia <[email protected]> * Update sidebars.js for apiml (#2135) * update apiml sidebars.js Signed-off-by: Andrew Jandacek <[email protected]> * sidebar refactor Signed-off-by: Andrew Jandacek <[email protected]> * Update initialize-zos-system.md Signed-off-by: nannanli <[email protected]> * Work flows upd (#2136) * Add Zowe certificates setup Signed-off-by: ik673626 <[email protected]> * image size fix Signed-off-by: ik673626 <[email protected]> * div tag fix Signed-off-by: ik673626 <[email protected]> * another fix for the image element Signed-off-by: ik673626 <[email protected]> * update the doc Signed-off-by: ik673626 <[email protected]> * fix the pngs Signed-off-by: ik673626 <[email protected]> * typo fix Signed-off-by: ik673626 <[email protected]> * addressing the last comments Signed-off-by: ik673626 <[email protected]> * lint fix Signed-off-by: ik673626 <[email protected]> * small changes Signed-off-by: ik673626 <[email protected]> * update params image Signed-off-by: ik673626 <[email protected]> * small fix Signed-off-by: ik673626 <[email protected]> * edit config Signed-off-by: ik673626 <[email protected]> * update the config workflows file Signed-off-by: ik673626 <[email protected]> * addressing the comment Signed-off-by: ik673626 <[email protected]> * edit title Signed-off-by: ik673626 <[email protected]> * Adding the new topic. Thanks, Andrew! Signed-off-by: ik673626 <[email protected]> * Removing TODOs by adding descriptions (#2133) Removing TODOs by adding descriptions Signed-off-by: 1000TurquoisePogs <[email protected]> * Update error codes (#2131) Signed-off-by: Zowe Robot <[email protected]> Co-authored-by: Zowe Robot <[email protected]> Co-authored-by: nannanli <[email protected]> * Update zwe server command reference (#2142) * Update zwe command reference Signed-off-by: Zowe Robot <[email protected]> * updated to describe the content that is contained in the V2 version of the online help (#2143) Signed-off-by: JamesBauman <[email protected]> * Update zwe command reference Signed-off-by: Zowe Robot <[email protected]> Co-authored-by: Zowe Robot <[email protected]> Co-authored-by: JamesBauman <[email protected]> * corrected the punctuation (#2058) Signed-off-by: samanthasusu <[email protected]> - corrected two punctuation marks in the doc as shown * Merge branch 'master' into v2-doc-branch Signed-off-by: nannanli <[email protected]> * Fix build errors Signed-off-by: nannanli <[email protected]> * Archive v1.27.x documentation Signed-off-by: nannanli <[email protected]> * Prepare the folder for v1.28 release Signed-off-by: nannanli <[email protected]> * Merge branch 'v2-doc-branch' into docs-staging Signed-off-by: nannanli <[email protected]> * Revert "Merge branch 'v2-doc-branch' into docs-staging" This reverts commit d2762816c226692c62d6575c00405819099a5d3d. * per issue #2112 (#2115) * per issue #2112 Signed-off-by: JamesBauman <[email protected]> * updated per Fernando and Billie comments Signed-off-by: JamesBauman <[email protected]> * update start/stop zowe page Signed-off-by: Jack (T.) Jia <[email protected]> * First draft of v2 release notes Signed-off-by: nannanli <[email protected]> * Reorganize the topics about z/OS Install (#2140) * Reorganize the topics about z/OS Install Signed-off-by: nannanli <[email protected]> * planning install and k8s conformance Signed-off-by: Jack (T.) Jia <[email protected]> * Update initialize-zos-system.md Signed-off-by: nannanli <[email protected]> * update start/stop zowe page Signed-off-by: Jack (T.) Jia <[email protected]> Co-authored-by: Jack (T.) Jia <[email protected]> * Beginning of caching service configuration * Fix doc site issues (Part 1/3) Signed-off-by: nannanli <[email protected]> Links, titles, style, wording, etc. * Added redis information and removed instance.env Signed-off-by: Joe-Winchester <[email protected]> * Fix doc site issues (Part 1/3) Signed-off-by: nannanli <[email protected]> Links, titles, style, wording, etc. * Added the zwe init vsam chapter contents Signed-off-by: Joe-Winchester <[email protected]> * updated time estimates, corrected syntax for plug-ins install (#2145) * updated time estimates, corrected syntax for plug-ins install Signed-off-by: JamesBauman <[email protected]> * added time estimates to checklist; removed migrating CLI v1>V2 from sidebar Signed-off-by: JamesBauman <[email protected]> * example corrected Signed-off-by: Joe-Winchester <[email protected]> * Cics ext update issue 2147 (#2148) * Add new gifs Signed-off-by: JeffinSiby <[email protected]> * Updated documentation Signed-off-by: JeffinSiby <[email protected]> * Updated with review changes Signed-off-by: JeffinSiby <[email protected]> * removed migrate CLI from the sidebar (#2149) Signed-off-by: JamesBauman <[email protected]> * Fix doc site issues (Part 2/3) Signed-off-by: nannanli <[email protected]> * Clean and update release log for API ML (#2153) Signed-off-by: Jakub Balhar <[email protected]> Co-authored-by: Jakub Balhar <[email protected]> * fixed broken links; removed unused article (#2154) Signed-off-by: JamesBauman <[email protected]> * update zowe Desktop docs (#2104) * WIP - To merge doc changes into the v2 preview branch (#2099) * WIP Signed-off-by: JamesBauman <[email protected]> * Work-in-progress Signed-off-by: JamesBauman <[email protected]> Signed-off-by: Himani1519 <[email protected]> * update zowe Desktop docs Signed-off-by: Himani1519 <[email protected]> * update gwshostname value Signed-off-by: Himani1519 <[email protected]> * adding sample plugins Signed-off-by: Himani1519 <[email protected]> * adding sample plugins Signed-off-by: Himani1519 <[email protected]> * Update mvd-using.md made minor changes Signed-off-by: Himani1519 <[email protected]> * signed off Signed-off-by: Himani1519 <[email protected]> * host and domain fix Signed-off-by: Himani1519 <[email protected]> * host and domain fix Signed-off-by: Himani1519 <[email protected]> * update in zowe.externalPort Signed-off-by: Himani1519 <[email protected]> * plug-ins --> plugins Signed-off-by: Himani1519 <[email protected]> Co-authored-by: JamesBauman <[email protected]> Co-authored-by: lparadkar-rocket <[email protected]> * server.json --> zowe.yaml (#2152) Signed-off-by: Himani1519 <[email protected]> * Zowe App Framework v2 release notes Signed-off-by: nannanli <[email protected]> Co-Authored-By: lparadkar-rocket <[email protected]> * fix the title (#2155) Signed-off-by: ik673626 <[email protected]> * cli/imperative rel notes v2 (#2150) * added Enhancements and Bug Fixes to CLI and Imperative Signed-off-by: JamesBauman <[email protected]> * new features, enhancements and bug fixes. Signed-off-by: JamesBauman <[email protected]> * added links to key new features ... updated and sorted links to the nodejs changelogs Signed-off-by: JamesBauman <[email protected]> * Jabauman v2 typedoc (#2156) * updated typedoc source files. deleted @next folder and deleted zip files Signed-off-by: JamesBauman <[email protected]> * restored the zowe-nodejs-sdk-typedoc.zip file Signed-off-by: JamesBauman <[email protected]> * updated web help source files; updated CLIReference_Zowe.pdf (#2157) Signed-off-by: JamesBauman <[email protected]> * Add zowe office hours (#2160) * added v2 office hours videos Signed-off-by: samanthasusu <[email protected]> - added office hours videos * update zowe office hours Signed-off-by: samanthasusu <[email protected]> -added office hours videos for zowe extenders * edited office horus file Signed-off-by: samanthasusu <[email protected]> - deleted a sentence * Update zwe command reference (#2159) Signed-off-by: Zowe Robot <zowe-rob…
* Remove references to CA Technologies from API ML doc (#1904) * Update service-information.md Signed-off-by: Andrew Jandacek <[email protected]> * remove CA refs Signed-off-by: Andrew Jandacek <[email protected]> Co-authored-by: achmelo <[email protected]> * Fix typo (#1910) SIgned-off-by: Jakub Balhar <[email protected]> Co-authored-by: nannanli <[email protected]> * Add links to Wizard doc (#1911) * Add note and link to wizard doc Signed-off-by: Andrew Jandacek <[email protected]> * Add note/link to YAML Wizard doc Signed-off-by: Andrew Jandacek <[email protected]> * Add note/link to YAML Wizard doc Signed-off-by: Andrew Jandacek <[email protected]> * update link Signed-off-by: Andrew Jandacek <[email protected]> * update link Signed-off-by: Andrew Jandacek <[email protected]> Co-authored-by: Igor Kazmyr <[email protected]> * Add SAF IDT configuration description (#1907) * Add SAF IDT configuration description Signed-off-by: Vit Tomica <[email protected]> * language refactor Signed-off-by: Andrew Jandacek <[email protected]> Co-authored-by: Andrew Jandacek <[email protected]> Co-authored-by: Andrea Tabone <[email protected]> * Add documentation for Metrics Service preview (#1909) * Add overview content for metrics service Signed-off-by: Carson Cook <[email protected]> * Add metrics service details Signed-off-by: Carson Cook <[email protected]> * Add info on where metrics service can be found Signed-off-by: Carson Cook <[email protected]> * minor language refactor Signed-off-by: Andrew Jandacek <[email protected]> Co-authored-by: Andrew Jandacek <[email protected]> * Doc re-branding across all Zowe versions (#1908) * Re-branding across all Zowe versions Signed-off-by: ik673626 <[email protected]> * fixing the mini-TOCs Signed-off-by: ik673626 <[email protected]> * fixing the identified issue. Thank you, Andrew Signed-off-by: ik673626 <[email protected]> * fixing the old reference. Thank you, Ashley Signed-off-by: ik673626 <[email protected]> * fixing the ACF2 refence in all documents Signed-off-by: ik673626 <[email protected]> Co-authored-by: nannanli <[email protected]> * updated typedoc and typedoc@next files (#1923) * updated typedoc and typedoc@next files updated typedoc and typedoc@next files Signed-off-by: jamesbauman <[email protected]> * updated to the latest files zowe-nodejs-sdk-typedoc Signed-off-by: jamesbauman <[email protected]> * replaced missing typedoc_next directory replaced missing typedoc_next directory Signed-off-by: jamesbauman <[email protected]> * updated all zowe cli web help source files (#1922) * updated all zowe cli web help source files Signed-off-by: jamesbauman <[email protected]> * Update static/stable/web_help/docs/zowe_ims_update_program.html Co-authored-by: Igor Kazmyr <[email protected]> Signed-off-by: jamesbauman <[email protected]> * updated typedoc and typedoc@next files (#1923) * updated typedoc and typedoc@next files updated typedoc and typedoc@next files Signed-off-by: jamesbauman <[email protected]> * updated to the latest files zowe-nodejs-sdk-typedoc Signed-off-by: jamesbauman <[email protected]> * replaced missing typedoc_next directory replaced missing typedoc_next directory Signed-off-by: jamesbauman <[email protected]> * Update static/stable/web_help/docs/zowe_profiles_delete_base-profile.html Co-authored-by: Igor Kazmyr <[email protected]> Signed-off-by: jamesbauman <[email protected]> Co-authored-by: Igor Kazmyr <[email protected]> * added npm@8 to sw req'ments (#1914) * added npm@8 to sw re'ments Signed-off-by: jamesbauman <[email protected]> * Update cli-scsplugin.md removed note; changed to requirements Signed-off-by: jamesbauman <[email protected]> * Update v1_26.md (#1920) * Update v1_26.md added v1.26 changes Signed-off-by: jamesbauman <[email protected]> * Update v1_26.md added new and fixed in v1.26 Signed-off-by: jamesbauman <[email protected]> * Update v1_26.md added v1.26 new and fixed Signed-off-by: jamesbauman <[email protected]> * added new and fixed added new and fixed for v1.26 Signed-off-by: jamesbauman <[email protected]> * removed info re: CA view Plug-in Signed-off-by: jamesbauman <[email protected]> * Update ZE RNs Update the zos install rdmap diagram (#1925) Signed-off-by: ik673626 <[email protected]> Co-authored-by: nannanli <[email protected]> * fix-link (#1921) * fix-link Signed-off-by: samanthasusu <[email protected]> - Modified the link for node.js knowledge center. * fix-link Signed-off-by samanthasusu <[email protected]> Modified the link for knowledge center of node.js. * modify-link (#1924) * modify-link Signed-off-by samanthasusu <[email protected]> -Modified the invalid link for Creating a PKC#11 Token. * modify-link Signed-off-by samanthasusu <[email protected]> - modified the link into the relative link * modify-link Signed-off-by samanthasusu <[email protected]> - test * modify-link Signed-off-by samanthasusu <[email protected]> -test build * pull release notes Signed-off-by: nannanli <[email protected]> * Update v1_26.md (#1929) * Update v1_26.md Added bullets for JES Explorer, Zlux Editor, ZSS Package, and Zowe Install Packaging in Features and Enhancements section. Also added bullets for Zlux App Manager and USS Explorer in Bug Fixes Section. Signed-off-by: Lobhas Paradkar [email protected] * edits Signed-off-by: nannanli <[email protected]> Co-authored-by: nannanli <[email protected]> * remove 1.17 docs Signed-off-by: nannanli <[email protected]> * remove 1.19 docs Signed-off-by: nannanli <[email protected]> * Users/joewinchester/installconfigvideos (#1927) * troubleshooting tip for BPXTLS failure message Signed-off-by: Joe-Winchester <[email protected]> * Added as optional to the core system requirements chapter Signed-off-by: Joe-Winchester <[email protected]> * OMVSAPPL.READ to the system requirements Signed-off-by: Joe-Winchester <[email protected]> * Resolve with docs-staging Signed-off-by: Joe-Winchester <[email protected]> * Resolve conflicts with docs-staging Signed-off-by: Joe-Winchester <[email protected]> * Resolve conflicts Signed-off-by: Joe-Winchester <[email protected]> * Client Certificate Auth Signed-off-by: Joe-Winchester <[email protected]> * Initial Commit with links to some youtube videos Signed-off-by: Joe-Winchester <[email protected]> * Fixed video links Signed-off-by: Joe-Winchester <[email protected]> * Begin refactor of keystore chapter Signed-off-by: Joe-Winchester <[email protected]> * Keyring video Signed-off-by: Joe-Winchester <[email protected]> * edits - fixed video titles - link to the video script Signed-off-by: nannanli <[email protected]> Co-authored-by: nannanli <[email protected]> * memory requirements (#1949) Signed-off-by: achmelo <[email protected]> * Document the API ML sample extension (#1951) * Document the sample ext Signed-off-by: at670475 <[email protected]> * Small fix Signed-off-by: at670475 <[email protected]> * language refactor Signed-off-by: Andrew Jandacek <[email protected]> * Small change Signed-off-by: at670475 <[email protected]> * minor language changes Signed-off-by: Andrew Jandacek <[email protected]> Co-authored-by: Andrew Jandacek <[email protected]> * Bump the release version to v1.27.x Completed basic site setup for v1.27.x Signed-off-by: nannanli <[email protected]> * remove jwtsecret and SSO token (#1958) * memory requirements Signed-off-by: achmelo <[email protected]> * remove documentaion around jwtsecret and sso setup Signed-off-by: achmelo <[email protected]> * minor language refactor Signed-off-by: Andrew Jandacek <[email protected]> Co-authored-by: Andrew Jandacek <[email protected]> * V2 site basic setup Signed-off-by: nannanli <[email protected]> * Updated the announcement bar Signed-off-by: nannanli <[email protected]> * Update docusaurus.config.js [V2 prep] Signed-off-by: nannanli <[email protected]> * Update to remove explorer UI servers from images, replace ZOWE_EXPLORER_HOST references, and separate mentions of the explorer APIs from the explorer UIs Signed-off-by: Sean Grady <[email protected]> * Get rid of old referrer note. Swap out hostname mention in env for zowe.externaldomains though instance stuff needs significant reworking Signed-off-by: Sean Grady <[email protected]> * Update error codes (#1967) Signed-off-by: Zowe Robot <[email protected]> Co-authored-by: Zowe Robot <[email protected]> * Update error codes (#1955) Signed-off-by: Zowe Robot <[email protected]> Co-authored-by: Zowe Robot <[email protected]> Co-authored-by: Andrew Jandacek <[email protected]> * Jabauman v127 daemon (#1962) * Added note re Visual C++ redistributable Signed-off-by: JamesBauman <[email protected]> * First pass of daemon mode. Updated installing @next to remove ref's to installing zowex. Signed-off-by: JamesBauman <[email protected]> * updates to daemon mode from team review, minor changes to installing Signed-off-by: JamesBauman <[email protected]> * updated articles based on comments from Mike, Gene, and Tim Signed-off-by: JamesBauman <[email protected]> * removed send para from topic as requested Signed-off-by: JamesBauman <[email protected]> Co-authored-by: nannanli <[email protected]> * Add asfIdt, x509 authentication schemes to the static definition onboarding (#1971) Signed-off-by: Jakub Balhar <[email protected]> * Remove PKCS#11 token mentions (#1965) Signed-off-by: Leonty Chudinov <[email protected]> Co-authored-by: Leonty Chudinov <[email protected]> Co-authored-by: nannanli <[email protected]> * Add apiml extension paths documentation (#1959) * Add documentation for new extension lib variables Signed-off-by: Carson Cook <[email protected]> * initial language refactor Signed-off-by: Andrew Jandacek <[email protected]> * Remove one entry table in favour of sentence Signed-off-by: Carson Cook <[email protected]> * minor langauge addition Signed-off-by: Andrew Jandacek <[email protected]> Co-authored-by: Andrew Jandacek <[email protected]> * Document password change feature on zaas client (#1973) * add newPassword string Signed-off-by: Andrew Jandacek <[email protected]> * Document password change feature on zaas client Signed-off-by: Andrew Jandacek <[email protected]> * zOSMF MFA apar (#1977) * memory requirements Signed-off-by: achmelo <[email protected]> * zosmf mfa apar Signed-off-by: achmelo <[email protected]> * refactor APAR PH39582 note Signed-off-by: Andrew Jandacek <[email protected]> Co-authored-by: Andrew Jandacek <[email protected]> * Replaced the typedoc files with the following files: @next https://zowe.jfrog.io/artifactory/libs-release-local/org/zowe/sdk/zowe-nodejs-sdk/next/zowe-nodejs-sdk-typedoc-next-20220112-RC1.zip LTS https://zowe.jfrog.io/artifactory/libs-release-local/org/zowe/sdk/zowe-nodejs-sdk/1.27.0/zowe-nodejs-sdk-typedoc-1.27.0-RC1.zip (#1975) Signed-off-by: JamesBauman <[email protected]> Co-authored-by: nannanli <[email protected]> * Update images for new api catalog (#1976) Signed-off-by: at670475 <[email protected]> * Have updated v1_27.md (#1980) Updated Zowe Application Framework based on changelogs. * Update CLI Web Help (#1974) Signed-off-by: Andrew W. Harn <[email protected]> Co-authored-by: nannanli <[email protected]> * Add documentation for how to setup pluginlib (#1825) Signed-off-by: 1000TurquoisePogs <[email protected]> Co-authored-by: nannanli <[email protected]> * Update v1_27.md Signed-off-by: nannanli <[email protected]> * Added v1.27 changelog info to the v1.27 release notes (#1978) * Added changelog info from https://docs.google.com/document/d/1QyJ5dbsRxeyXJYGrsZJuUet0HHwhJGJFf4wUZn7SYmE/edit#heading=h.gm9ghxyd8w4n to the 1.27 release notes. More to come on this. Signed-off-by: JamesBauman <[email protected]> * Punctuation Signed-off-by: JamesBauman <[email protected]> * updated per Mike/Andrew reviews Signed-off-by: JamesBauman <[email protected]> Co-authored-by: nannanli <[email protected]> * Updated the convenience build installation chapter Signed-off-by: Joe-Winchester <[email protected]> * Rip/ac/auth scheme fixes (#1986) * memory requirements Signed-off-by: achmelo <[email protected]> * add missing in auth schemes Signed-off-by: achmelo <[email protected]> * indentation Signed-off-by: achmelo <[email protected]> * minor language fix Signed-off-by: Andrew Jandacek <[email protected]> Co-authored-by: Andrew Jandacek <[email protected]> * Added zowe initialize section to convenience build Signed-off-by: Joe-Winchester <[email protected]> * Jabauman v2 using cli reorg (#2006) * chunked using zowe cli into smaller articles Signed-off-by: JamesBauman <[email protected]> * added to using: global profiles and daemon mode Signed-off-by: JamesBauman <[email protected]> * copied tech preview content for daemon mode into using cli Signed-off-by: JamesBauman <[email protected]> * Update cli-using-using-daemon-mode.md * using reorg Signed-off-by: JamesBauman <[email protected]> * Update api-mediation-security.md (#2007) - Fix broken links - Add section Supported authentication methods into content - Update section JWT Token Signed-off-by: Yelyzaveta Chebanova <[email protected]> * Fixing build errors Signed-off-by: Joe-Winchester <[email protected]> * Fixed sidebars.js build error Signed-off-by: Joe-Winchester <[email protected]> * Refactored TODO tags Signed-off-by: Joe-Winchester <[email protected]> * Build errors - removed all comments Signed-off-by: Joe-Winchester <[email protected]> * stomp support (#2008) * STOMP support Signed-off-by: achmelo <[email protected]> * language refactor Signed-off-by: Andrew Jandacek <[email protected]> Co-authored-by: Andrew Jandacek <[email protected]> * Fix inconsistencies around API ML in v2 (#2012) * Fix the gw urls to use the correct one Signed-off-by: at670475 <[email protected]> * Fix the gw urls to use the correct one pt.2 Signed-off-by: at670475 <[email protected]> * Fix the gw urls to use the correct one pt.3 Signed-off-by: at670475 <[email protected]> * Fix the gw urls to use the correct one pt.4 Signed-off-by: at670475 <[email protected]> * Remove reference to internal variable not configurable by the user (#2014) Signed-off-by: at670475 <[email protected]> * checking in work-in-progress Signed-off-by: JamesBauman <[email protected]> * WIP: many misc changes and new articles Signed-off-by: JamesBauman <[email protected]> * checking in work-in-progress (#2015) * checking in work-in-progress Signed-off-by: JamesBauman <[email protected]> * WIP: many misc changes and new articles Signed-off-by: JamesBauman <[email protected]> * WIP- updated checklist and global profiles Signed-off-by: JamesBauman <[email protected]> * MIsc. work in progress (#2019) * checking in work-in-progress Signed-off-by: JamesBauman <[email protected]> * WIP: many misc changes and new articles Signed-off-by: JamesBauman <[email protected]> * WIP- updated checklist and global profiles Signed-off-by: JamesBauman <[email protected]> * applied Andrew comments Signed-off-by: JamesBauman <[email protected]> * Self Signed PKCS12 cert added Signed-off-by: Joe-Winchester <[email protected]> * Add doc of port offset (#2020) * Add doc of port offset Signed-off-by: Carson Cook <[email protected]> * review pr2020 and refactor formatting Signed-off-by: Andrew Jandacek <[email protected]> Co-authored-by: Andrew Jandacek <[email protected]> * Sync doc fixes from master branch Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.1 to 1.14.7. - [Release notes](https://github.com/follow-redirects/follow-redirects/releases) - [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.1...v1.14.7) Co-Authored-By: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-Authored-By: nannanli <[email protected]> --- updated-dependencies: - dependency-name: follow-redirects dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Update tpsr-v1.27.x.md Signed-off-by: nannanli <[email protected]> Reduce the build time Signed-off-by: nannanli <[email protected]> Fix the build issue Signed-off-by: nannanli <[email protected]> Update robots.txt Signed-off-by: nannanli <[email protected]> Fix build Signed-off-by: nannanli <[email protected]> Removed CLI and Imperative enhancements because there were no enhancements (#2001) Signed-off-by: JamesBauman <[email protected]> Bump shelljs from 0.8.4 to 0.8.5 (#1985) Bumps [shelljs](https://github.com/shelljs/shelljs) from 0.8.4 to 0.8.5. - [Release notes](https://github.com/shelljs/shelljs/releases) - [Changelog](https://github.com/shelljs/shelljs/blob/master/CHANGELOG.md) - [Commits](https://github.com/shelljs/shelljs/compare/v0.8.4...v0.8.5) --- updated-dependencies: - dependency-name: shelljs dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Bump nanoid from 3.1.23 to 3.2.0 (#1983) Bumps [nanoid](https://github.com/ai/nanoid) from 3.1.23 to 3.2.0. - [Release notes](https://github.com/ai/nanoid/releases) - [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md) - [Commits](https://github.com/ai/nanoid/compare/3.1.23...3.2.0) --- updated-dependencies: - dependency-name: nanoid dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> PR to replace PR #2016 (#2021) * see PR #2016 Signed-off-by: JamesBauman <[email protected]> * reverted sidebar and added new topic Signed-off-by: JamesBauman <[email protected]> To address CLI issue #1297 (#2022) * to address CLI issue #1297 Signed-off-by: JamesBauman <[email protected]> * slight modification to the description of the zowe config init --global-config --user-config command (req'd by Tim J) Signed-off-by: JamesBauman <[email protected]> * Trigger the build again Signed-off-by: nannanli <[email protected]> * Fix extra spacing & lines, and incorrect help text (#2018) * Fix extra spacing & lines, and incorrect help text Signed-off-by: Andrew W. Harn <[email protected]> * Update CLI reference PDF Signed-off-by: Andrew W. Harn <[email protected]> * Fixed sidebars.js error Signed-off-by: Joe-Winchester <[email protected]> * Remove "Configuring Zowe Certificates" chapter (needs v2 rewrite) Signed-off-by: Joe-Winchester <[email protected]> * Fix broken sidebar with start-stop-zowe-zos Signed-off-by: Joe-Winchester <[email protected]> * changes Signed-off-by: JamesBauman <[email protected]> * Update cli-install-cli-checklist.md Signed-off-by: JamesBauman <[email protected]> * updates to checklist Signed-off-by: JamesBauman <[email protected]> * Add doc for zosmf pw change (#2033) Signed-off-by: at670475 <[email protected]> * Work in Progress (#2038) * work in progress Signed-off-by: JamesBauman <[email protected]> * WIP Signed-off-by: JamesBauman <[email protected]> * WIP Signed-off-by: JamesBauman <[email protected]> * Keyring Chapter Signed-off-by: Joe-Winchester <[email protected]> * System Requirements v2 ready Signed-off-by: Joe-Winchester <[email protected]> * Hide topics that are not ready Signed-off-by: nannanli <[email protected]> * cross memory Signed-off-by: Joe-Winchester <[email protected]> * Add note for the sysprog about password change (#2045) * Add note for sysprog Signed-off-by: at670475 <[email protected]> * Add note to catalog Signed-off-by: at670475 <[email protected]> * Add pw change note to v2 (#2046) * Add pw change note to v2 Signed-off-by: at670475 <[email protected]> * minor language refactor Signed-off-by: Andrew Jandacek <[email protected]> Co-authored-by: Andrew Jandacek <[email protected]> * Clean up sidebars.js and also include more zwe init commands in one time setup Signed-off-by: Joe-Winchester <[email protected]> * Users/jack/v2 docs verify (#2035) * remove docker image from architecture, remove mentioning of instance dir, rename ZWESVSTC to ZWESLSTC Signed-off-by: Jack (T.) Jia <[email protected]> * prototype migration page Signed-off-by: Jack (T.) Jia <[email protected]> * Zowe HA in v2 Signed-off-by: Jack (T.) Jia <[email protected]> * move zowe.yaml and component manifest to references section Signed-off-by: Jack (T.) Jia <[email protected]> * remove docker build and update k8s deployment Signed-off-by: Jack (T.) Jia <[email protected]> * fix extend section Signed-off-by: Jack (T.) Jia <[email protected]> * troubleshoot section Signed-off-by: Jack (T.) Jia <[email protected]> * fix k8s config page for v2 Signed-off-by: Jack (T.) Jia <[email protected]> * move migration page under extend Signed-off-by: Jack (T.) Jia <[email protected]> * fix env mapping on migration page Signed-off-by: Jack (T.) Jia <[email protected]> * fix zowe.setup definition Signed-off-by: Jack (T.) Jia <[email protected]> * rename xmem to zis, remove zowe.setup.security.users.aux Signed-off-by: Jack (T.) Jia <[email protected]> * remove FIXME, which has been done Signed-off-by: Jack (T.) Jia <[email protected]> * Edits Signed-off-by: nannanli <[email protected]> * comment out zss related temporarily, comment out upgrade-zos-system for future update Signed-off-by: Jack (T.) Jia <[email protected]> * bring back the HA pages Signed-off-by: Jack (T.) Jia <[email protected]> * remove lines with docker Signed-off-by: Jack (T.) Jia <[email protected]> Co-authored-by: nannanli <[email protected]> * refactor client cert auth method (#2052) Signed-off-by: Andrew Jandacek <[email protected]> * Replaced WINCHJ to IBMUSER for sample script output Signed-off-by: Joe-Winchester <[email protected]> * Replaced WINCHJ with IBMUSER in the sample scripts Signed-off-by: Joe-Winchester <[email protected]> * Merging WIP to v2 Preview (#2056) * work in progress Signed-off-by: JamesBauman <[email protected]> * WIP Signed-off-by: JamesBauman <[email protected]> * WIP Signed-off-by: JamesBauman <[email protected]> * work in progress Signed-off-by: JamesBauman <[email protected]> * work in progress Signed-off-by: JamesBauman <[email protected]> * work in progress Signed-off-by: JamesBauman <[email protected]> * restored missing bracket restore missing bracket in: { type: "category", label: "Configuring team profiles", items: [ "user-guide/cli-using-configuring-global-profiles", "user-guide/cli-using-initializing-global-configuration", "user-guide/cli-using-creating-global-user-profiles", "user-guide/cli-using-creating-global-team-profiles", ], } * restored missing comma Signed-off-by: JamesBauman <[email protected]> i hope this fixes the issue * Add zwe server command documentation (#2047) * Add reference link to zwe documentation Signed-off-by: Carson Cook <[email protected]> * Manual addition of generated zwe cli docs Signed-off-by: Carson Cook <[email protected]> * Improve zwe name Signed-off-by: Carson Cook <[email protected]> * Update sidebars.js Signed-off-by: nannanli <[email protected]> Co-authored-by: nannanli <[email protected]> * introduce node v16 support (#2025) * introduce node v16 support Signed-off-by: Jack (T.) Jia <[email protected]> * Tweaks Signed-off-by: nannanli <[email protected]> Co-authored-by: nannanli <[email protected]> * Bump follow-redirects from 1.14.7 to 1.14.8 (#2032) Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.7 to 1.14.8. - [Release notes](https://github.com/follow-redirects/follow-redirects/releases) - [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.7...v1.14.8) --- updated-dependencies: - dependency-name: follow-redirects dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump url-parse from 1.5.3 to 1.5.7 (#2044) Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.3 to 1.5.7. - [Release notes](https://github.com/unshiftio/url-parse/releases) - [Commits](https://github.com/unshiftio/url-parse/compare/1.5.3...1.5.7) --- updated-dependencies: - dependency-name: url-parse dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Remove unused file Signed-off-by: nannanli <[email protected]> * Bump url-parse from 1.5.7 to 1.5.10 (#2055) Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.7 to 1.5.10. - [Release notes](https://github.com/unshiftio/url-parse/releases) - [Commits](https://github.com/unshiftio/url-parse/compare/1.5.7...1.5.10) --- updated-dependencies: - dependency-name: url-parse dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Update to Reference > Zowe CLI command reference guide (#2053) * Added a statement that describes the content in the help also includes help for zowe conformant plug-ins Signed-off-by: JamesBauman <[email protected]> * added ecosystem as requested by Rose/Mike Signed-off-by: JamesBauman <[email protected]> * grammar Signed-off-by: JamesBauman <[email protected]> * quick edits Signed-off-by: JamesBauman <[email protected]> * Review API ML content in v2 doc (#2057) * Update error code messages Signed-off-by: at670475 <[email protected]> * Add performance section to VSAM solution Signed-off-by: at670475 <[email protected]> * refactor VSAM performance Signed-off-by: Andrew Jandacek <[email protected]> * minor language refactor Signed-off-by: Andrew Jandacek <[email protected]> Co-authored-by: Andrew Jandacek <[email protected]> * base package (#2061) Signed-off-by: Pablo Hernán Carle <[email protected]> Co-authored-by: Pablo Hernán Carle <[email protected]> * Upgrade onboarding overview (#2060) * Update path Signed-off-by: Jakub Balhar <[email protected]> * Document missing gw custom metadata Signed-off-by: at670475 <[email protected]> * Update GW swagger doc in petstore for the Zowe api reference Signed-off-by: at670475 <[email protected]> * Update swagger Signed-off-by: at670475 <[email protected]> * Add reason and action Signed-off-by: Jakub Balhar <[email protected]> Co-authored-by: Jakub Balhar <[email protected]> * Update metrics service documentation for v2 (#2062) * update metrics service config variables Signed-off-by: Carson Cook <[email protected]> * Clarify gateway homepage Signed-off-by: Carson Cook <[email protected]> * More v2 fixes preparing for v2-TP2 (#2067) * fix few issues found in doc Signed-off-by: Jack (T.) Jia <[email protected]> * rename zowe.setup.mvs to zowe.setup.dataset Signed-off-by: Jack (T.) Jia <[email protected]> Co-authored-by: nannanli <[email protected]> * Private/pinpan/v2 improvements (#2026) * Extending Zowe overview Samples vs. Examples and intro structure Signed-off-by: Pavlin Zahariev <[email protected]> * FIX: Sample seams to be more relevant here than example - the one provided is deployable to ZLux. Signed-off-by: Pavlin Zahariev <[email protected]> * Minor language refactor Signed-off-by: Andrew Jandacek <[email protected]> Co-authored-by: Andrew Jandacek <[email protected]> * Update sidebars.js Signed-off-by: nannanli <[email protected]> * pulled in live content that was updated after the v2 docs branch was created (#2068) Signed-off-by: JamesBauman <[email protected]> * merging work-in-progress to V2 branch (#2072) * work in progress Signed-off-by: JamesBauman <[email protected]> * WIP Signed-off-by: JamesBauman <[email protected]> * WIP Signed-off-by: JamesBauman <[email protected]> * work in progress Signed-off-by: JamesBauman <[email protected]> * work in progress Signed-off-by: JamesBauman <[email protected]> * work in progress Signed-off-by: JamesBauman <[email protected]> * work in progress Signed-off-by: JamesBauman <[email protected]> * restored missing bracket restore missing bracket in: { type: "category", label: "Configuring team profiles", items: [ "user-guide/cli-using-configuring-global-profiles", "user-guide/cli-using-initializing-global-configuration", "user-guide/cli-using-creating-global-user-profiles", "user-guide/cli-using-creating-global-team-profiles", ], } * restored missing comma Signed-off-by: JamesBauman <[email protected]> i hope this fixes the issue * work-in-progress Signed-off-by: JamesBauman <[email protected]> * work in progress Signed-off-by: JamesBauman <[email protected]> * WIP Signed-off-by: JamesBauman <[email protected]> * WIP Signed-off-by: JamesBauman <[email protected] * added #hrs column Signed-off-by: JamesBauman <[email protected]> * removed SCS plug-in from req'ments and the SCS article from the sidebar Signed-off-by: JamesBauman <[email protected]> * Update sidebars.js Signed-off-by: JamesBauman <[email protected]> * Update cli-using-using-daemon-mode.md Signed-off-by: JamesBauman <[email protected]> * added daemon mode EV's to Advanced > Config Zowe CLI Environment Variables Signed-off-by: JamesBauman <[email protected]> * updated description of Alternative configuration; tweaked table in Config E.V.s Signed-off-by: JamesBauman <[email protected]> * WIP Signed-off-by: JamesBauman <[email protected]> * Update cli-configuringcli.md Signed-off-by: JamesBauman <[email protected]> * WIP Signed-off-by: JamesBauman <[email protected]> * WIP Signed-off-by: JamesBauman <[email protected]> * Update cli-using-using-daemon-mode.md Signed-off-by: JamesBauman <[email protected]> * miscellaneous updates: update links to v2 topics... removed unnecessary mini-TOCs, applied consistent writing styles and standards to content, and other misc updates. Signed-off-by: JamesBauman <[email protected]> * work-in-progress Signed-off-by: JamesBauman <[email protected]> * removed SCS plug-in Signed-off-by: JamesBauman <[email protected]> * Update cli-installplugins.md Signed-off-by: JamesBauman <[email protected]> * removed SCS Signed-off-by: JamesBauman <[email protected]> * format tables Signed-off-by: JamesBauman <[email protected]> * Update cli-using-using-profiles.md Signed-off-by: JamesBauman <[email protected]> * added auth, config, daemon command groups to the page, Signed-off-by: JamesBauman <[email protected]> * work-in-progress Signed-off-by: JamesBauman <[email protected]> * work in progress Signed-off-by: JamesBauman <[email protected]> * Update sidebars.js Signed-off-by: JamesBauman <[email protected]> * commented out mirgrate-cli Signed-off-by: JamesBauman <[email protected]> * updated install cli command Signed-off-by: JamesBauman <[email protected]> * adding ftp ext (#2074) Signed-off-by: JamesBauman <[email protected]> * Users/carson/zwe command ref updates (#2077) * Add autogeneration for sidebar for zwe reference Signed-off-by: Carson Cook <[email protected]> * Add new files for autogenerated side bar Signed-off-by: Carson Cook <[email protected]> * Use awk instead of grep (#2049) Signed-off-by: Carson Cook <[email protected]> * Update process on ZWE command reference Signed-off-by: nannanli <[email protected]> * checking in work in progress (#2080) * continued WIP Signed-off-by: JamesBauman <[email protected]> * committing WIP Signed-off-by: JamesBauman <[email protected]> * WIP committing to repo Signed-off-by: JamesBauman <[email protected]> * progress in work Signed-off-by: JamesBauman <[email protected]> * added zowe daemon restart (#2081) * continued WIP Signed-off-by: JamesBauman <[email protected]> * committing WIP Signed-off-by: JamesBauman <[email protected]> * WIP committing to repo Signed-off-by: JamesBauman <[email protected]> * progress in work Signed-off-by: JamesBauman <[email protected]> * added zowe daemon restart Signed-off-by: JamesBauman <[email protected]> * work in progress Signed-off-by: JamesBauman <[email protected]> * applied comments rec'd from Gene Signed-off-by: JamesBauman <[email protected]> * applied Gene's comments Signed-off-by: JamesBauman <[email protected]> * Expose new content Signed-off-by: nannanli <[email protected]> * Jabauman v2 wip - updates per walk-though (Tim, Andrew) (#2084) * continued WIP Signed-off-by: JamesBauman <[email protected]> * committing WIP Signed-off-by: JamesBauman <[email protected]> * WIP committing to repo Signed-off-by: JamesBauman <[email protected]> * progress in work Signed-off-by: JamesBauman <[email protected]> * added zowe daemon restart Signed-off-by: JamesBauman <[email protected]> * work in progress Signed-off-by: JamesBauman <[email protected]> * applied comments rec'd from Gene Signed-off-by: JamesBauman <[email protected]> * applied Gene's comments Signed-off-by: JamesBauman <[email protected]> * WIP Signed-off-by: JamesBauman <[email protected]> * WIP, comments from Tim/Andrew Signed-off-by: JamesBauman <[email protected]> * comments per TIm/Andrew review Signed-off-by: JamesBauman <[email protected]> * updates per Tim/Andrew comments Signed-off-by: JamesBauman <[email protected]> * Update v1 static defs file var to v2 (#2087) Signed-off-by: Carson Cook <[email protected]> * Update the web help for 1.27.3 (#2092) Signed-off-by: Andrew W. Harn <[email protected]> * content to support 1.27.3 release (#2093) Signed-off-by: JamesBauman <[email protected]> * Document service prefix mapper for v2 conformance compatibility (#2088) * Add doc for the service id prefix config * refactor ServiceIDPrefixReplacer description Signed-off-by: Andrew Jandacek <[email protected]> * Rephrase Co-authored-by: Andrew Jandacek <[email protected]> * User/joewinchester/installsmpev2 (#2085) * Initial Commit of SMP/E install chapters Signed-off-by: Joe-Winchester <[email protected]> * Added F4 to the PDS pre-req allocations Signed-off-by: Joe-Winchester <[email protected]> * Jabauman v2 wip (#2096) * update typedoc files per CLI PR #75 (#2070) * update typedoc files per https://github.com/zowe/zowe-cli-standalone-package/pull/75 Signed-off-by: JamesBauman <[email protected]> * Extracted typedoc files to static/stable/typedoc and static/stable/typedoc_next Signed-off-by: JamesBauman <[email protected]> * added FTP plugin article (#2073) Signed-off-by: JamesBauman <[email protected]> * continued WIP Signed-off-by: JamesBauman <[email protected]> * committing WIP Signed-off-by: JamesBauman <[email protected]> * WIP committing to repo Signed-off-by: JamesBauman <[email protected]> * progress in work Signed-off-by: JamesBauman <[email protected]> * added zowe daemon restart Signed-off-by: JamesBauman <[email protected]> * work in progress Signed-off-by: JamesBauman <[email protected]> * applied comments rec'd from Gene Signed-off-by: JamesBauman <[email protected]> * applied Gene's comments Signed-off-by: JamesBauman <[email protected]> * WIP Signed-off-by: JamesBauman <[email protected]> * WIP, comments from Tim/Andrew Signed-off-by: JamesBauman <[email protected]> * comments per TIm/Andrew review Signed-off-by: JamesBauman <[email protected]> * updates per Tim/Andrew comments Signed-off-by: JamesBauman <[email protected]> * WIP - Tim/Andrew review Signed-off-by: JamesBauman <[email protected]> * WIP edits Signed-off-by: JamesBauman <[email protected]> * W-I-P Signed-off-by: JamesBauman <[email protected]> * work-in-progress Signed-off-by: JamesBauman <[email protected]> * Mike comments Signed-off-by: JamesBauman <[email protected]> * WIP - To merge doc changes into the v2 preview branch (#2099) * WIP Signed-off-by: JamesBauman <[email protected]> * Work-in-progress Signed-off-by: JamesBauman <[email protected]> * CLI WIP - merge to v2 preview (#2101) Signed-off-by: JamesBauman <[email protected]> * fixed broken links (#2103) Signed-off-by: JamesBauman <[email protected]> * Fix the service id prefix replacer doc (#2098) * Adjust the tuple value * Adjust the service id prefix replacer doc * minor grammar fix Signed-off-by: Andrew Jandacek <[email protected]> Co-authored-by: Andrew Jandacek <[email protected]> * Update error codes (#2082) Signed-off-by: Zowe Robot <[email protected]> Co-authored-by: Zowe Robot <[email protected]> Co-authored-by: nannanli <[email protected]> * Update error codes (#2090) Signed-off-by: Zowe Robot <[email protected]> Co-authored-by: Zowe Robot <[email protected]> Co-authored-by: Andrew Jandacek <[email protected]> * Update apiml documentation for v2 (#2106) * For docs v2 pages update apiml variables to v2 version and instance.env to zowe.yaml Signed-off-by: Carson Cook <[email protected]> * Fix typos Signed-off-by: Carson Cook <[email protected]> * added new topic: Sharing team configuration files (#2109) * fixed broken links Signed-off-by: JamesBauman <[email protected]> * new article: sharing team configuration files Signed-off-by: JamesBauman <[email protected]> * added syntax for Access to LPARs that access services through one API Mediation Layer using certificate authentication Signed-off-by: JamesBauman <[email protected]> * updated per comments in PR #2109 Signed-off-by: JamesBauman <[email protected]> * updated port # in line 189 Signed-off-by: JamesBauman <[email protected]> * Cross Memory Server Chapter updates (#2100) * Cross Memory Server Chapter updates Signed-off-by: Joe-Winchester <[email protected]> * Typo Signed-off-by: Joe-Winchester <[email protected]> * Server schema explanation (#2108) * Add description of requirement of schemas and how to specify them and where they must live Signed-off-by: 1000TurquoisePogs <[email protected]> * Update syntax Signed-off-by: 1000TurquoisePogs <[email protected]> * Squash to fix DCO. State how to add schema file to manifest, and requirements for schema file, and example Signed-off-by: 1000TurquoisePogs <[email protected]> * Fix typo, schemas.configs Signed-off-by: 1000TurquoisePogs <[email protected]> * updated daemon mode EV's per #1365 (#2111) * updated EVs for the daemon mode Signed-off-by: JamesBauman <[email protected]> * per Gene's comments Signed-off-by: JamesBauman <[email protected]> * Add Wizard YAML prefill docs (v2) (#2095) * Add yaml prefill docs and screenshot * Update wizard-yaml-prefill.png * Update wizard-yaml-prefill.png * Update onboard-wizard.md * Update onboard-wizard.md * minor formatting/language correction Signed-off-by: Andrew Jandacek <[email protected]> Co-authored-by: Andrew Jandacek <[email protected]> * updates to the extending section (#2126) Signed-off-by: JamesBauman <[email protected]> * Update for saf-idt support (#2128) * FIX: link to server-component-manifest * Apply the patch from PR#2113 by janan007 Signed-off-by: Pavlin Zahariev <[email protected]> * Add headings to procedural steps in the intro Signed-off-by: Andrew Jandacek <[email protected]> * Fix typo Signed-off-by: Andrew Jandacek <[email protected]> Co-authored-by: Andrew Jandacek <[email protected]> * new m1 article. Rally: US811759 (#2129) * new m1 article. Rally: US811759 Signed-off-by: JamesBauman <[email protected]> * applied review comments from Andrew... Signed-off-by: JamesBauman <[email protected]> * Add doc to configure SCS on headless Linux (#2130) * Add doc to configure SCS on headless Linux Signed-off-by: JamesBauman <[email protected]> * applied changes based on Tim's comments Signed-off-by: JamesBauman <[email protected]> * Update cli-configure-scs-on-headless-linux-os.md Signed-off-by: JamesBauman <[email protected]> * keyrings > keyring Signed-off-by: JamesBauman <[email protected]> * Jabauman cli m1 processor (#2132) * new m1 article. Rally: US811759 Signed-off-by: JamesBauman <[email protected]> * applied review comments from Andrew... Signed-off-by: JamesBauman <[email protected]> * a few tweaks.... added 'or later architecture' to package install. changed link text to the article that was renamed to "M1 processor installation". added v2 profiles context for creating a db2 team config profile Signed-off-by: JamesBauman <[email protected]> * ZSS error messages (#2028) * ZSS error messages Signed-off-by: Leonty Chudinov <[email protected]> * Address code review comments Signed-off-by: Leonty Chudinov <[email protected]> * Document most common ZIS statuses Signed-off-by: Leonty Chudinov <[email protected]> Co-authored-by: Leonty Chudinov <[email protected]> * [Needs Review] - Changes to App server Advanced configuration for V2 (#2063) * Updated Configuring App server for HTTPS + typo * Better extensionsDir example * AT-TLS doc update * Update Desktop URLs for V2 * Minor touch-up for Desktop URL + SSL sentences Signed-off-by: Leanid Astrakou <[email protected]> * Simplify adv config by pointing to json schema. Reorder some sections to show what seems like the most popular content first. Update the logging section * Update mvd-configuration.md * Fix zss instance setup -> zis. Clarify AT-TLS use. Describe zss 64 bit mode Signed-off-by: 1000TurquoisePogs <[email protected]> Co-authored-by: Leanid Astrakou <[email protected]> Co-authored-by: 1000TurquoisePogs <[email protected]> * Janan07/update safidt support (#2113) * Add saf idt comment Signed-off-by: Andrew Jandacek <[email protected]> * Add comment to safidt Signed-off-by: Andrew Jandacek <[email protected]> * Update interface Signed-off-by: Andrew Jandacek <[email protected]> * Add Authentication parameters Signed-off-by: Andrew Jandacek <[email protected]> * Update docs/extend/extend-apiml/onboard-plain-java-enabler.md Signed-off-by: Andrew Jandacek <[email protected]> Co-authored-by: Pavlin Zahariev <[email protected]> * Update docs/extend/extend-apiml/onboard-spring-boot-enabler.md Signed-off-by: Andrew Jandacek <[email protected]> Co-authored-by: Pavlin Zahariev <[email protected]> * Update docs/extend/extend-apiml/onboard-spring-boot-enabler.md Signed-off-by: Andrew Jandacek <[email protected]> Co-authored-by: Pavlin Zahariev <[email protected]> * Update docs/extend/extend-apiml/onboard-spring-boot-enabler.md Signed-off-by: Andrew Jandacek <[email protected]> Co-authored-by: Pavlin Zahariev <[email protected]> * Update docs/extend/extend-apiml/onboard-spring-boot-enabler.md Co-authored-by: Pavlin Zahariev <[email protected]> * Update docs/extend/extend-apiml/onboard-spring-boot-enabler.md Signed-off-by: Andrew Jandacek <[email protected]> Co-authored-by: Pavlin Zahariev <[email protected]> * Update docs/extend/extend-apiml/onboard-static-definition.md Signed-off-by: Andrew Jandacek <[email protected]> Co-authored-by: Pavlin Zahariev <[email protected]> * language refactor Signed-off-by: Andrew Jandacek <[email protected]> Co-authored-by: Pavlin Zahariev <[email protected]> * FIX: link to server-component-manifest (#2127) * Update "extend" section of application framework for v2 (#2094) * Update for v2 Signed-off-by: 1000TurquoisePogs <[email protected]> * Typo Typo Signed-off-by: 1000TurquoisePogs <[email protected]> * Update mvd-installplugins.md Notes about checking both appServer and install-app log files as per review Signed-off-by: 1000TurquoisePogs <[email protected]> * Update mvd-plugindefandstruct.md plug-in to plugin to match code meaning Signed-off-by: 1000TurquoisePogs <[email protected]> * Update mvd-server-config.md Typo fix Signed-off-by: 1000TurquoisePogs <[email protected]> * Update mvd-server-config.md Typo fix Signed-off-by: 1000TurquoisePogs <[email protected]> * Update mvd-externals.md Signed-off-by: 1000TurquoisePogs <[email protected]> * [v2]updated app-server and zss variable names with valid prefixes (#1916) * updated app-server and zss variable names with valid prefixes Signed-off-by: Aditya Ranshinge <[email protected]> * reverting changes of summaryofchanges.md Signed-off-by: Aditya Ranshinge <[email protected]> Co-authored-by: 1000TurquoisePogs <[email protected]> * added info about converting v1 to v2 profiles. added headings. reor… (#2114) * added info about converting v1 to v2 profiles. added headings. reorganized Important information about V2 profiles Signed-off-by: JamesBauman <[email protected]> * corrected syntax Signed-off-by: JamesBauman <[email protected]> * changed references of "V2" profiles to "team" profiles. Note that i did not change references of Zowe CLI "V2" Signed-off-by: JamesBauman <[email protected]> * per mike's comments Signed-off-by: JamesBauman <[email protected]> * Reorganize the topics about z/OS Install Signed-off-by: nannanli <[email protected]> * updated to describe the content that is contained in the V2 version of the online help (#2143) Signed-off-by: JamesBauman <[email protected]> * planning install and k8s conformance Signed-off-by: Jack (T.) Jia <[email protected]> * Update sidebars.js for apiml (#2135) * update apiml sidebars.js Signed-off-by: Andrew Jandacek <[email protected]> * sidebar refactor Signed-off-by: Andrew Jandacek <[email protected]> * Update initialize-zos-system.md Signed-off-by: nannanli <[email protected]> * Work flows upd (#2136) * Add Zowe certificates setup Signed-off-by: ik673626 <[email protected]> * image size fix Signed-off-by: ik673626 <[email protected]> * div tag fix Signed-off-by: ik673626 <[email protected]> * another fix for the image element Signed-off-by: ik673626 <[email protected]> * update the doc Signed-off-by: ik673626 <[email protected]> * fix the pngs Signed-off-by: ik673626 <[email protected]> * typo fix Signed-off-by: ik673626 <[email protected]> * addressing the last comments Signed-off-by: ik673626 <[email protected]> * lint fix Signed-off-by: ik673626 <[email protected]> * small changes Signed-off-by: ik673626 <[email protected]> * update params image Signed-off-by: ik673626 <[email protected]> * small fix Signed-off-by: ik673626 <[email protected]> * edit config Signed-off-by: ik673626 <[email protected]> * update the config workflows file Signed-off-by: ik673626 <[email protected]> * addressing the comment Signed-off-by: ik673626 <[email protected]> * edit title Signed-off-by: ik673626 <[email protected]> * Adding the new topic. Thanks, Andrew! Signed-off-by: ik673626 <[email protected]> * Removing TODOs by adding descriptions (#2133) Removing TODOs by adding descriptions Signed-off-by: 1000TurquoisePogs <[email protected]> * Update error codes (#2131) Signed-off-by: Zowe Robot <[email protected]> Co-authored-by: Zowe Robot <[email protected]> Co-authored-by: nannanli <[email protected]> * Update zwe server command reference (#2142) * Update zwe command reference Signed-off-by: Zowe Robot <[email protected]> * updated to describe the content that is contained in the V2 version of the online help (#2143) Signed-off-by: JamesBauman <[email protected]> * Update zwe command reference Signed-off-by: Zowe Robot <[email protected]> Co-authored-by: Zowe Robot <[email protected]> Co-authored-by: JamesBauman <[email protected]> * corrected the punctuation (#2058) Signed-off-by: samanthasusu <[email protected]> - corrected two punctuation marks in the doc as shown * Merge branch 'master' into v2-doc-branch Signed-off-by: nannanli <[email protected]> * Fix build errors Signed-off-by: nannanli <[email protected]> * Archive v1.27.x documentation Signed-off-by: nannanli <[email protected]> * Prepare the folder for v1.28 release Signed-off-by: nannanli <[email protected]> * Merge branch 'v2-doc-branch' into docs-staging Signed-off-by: nannanli <[email protected]> * Revert "Merge branch 'v2-doc-branch' into docs-staging" This reverts commit d2762816c226692c62d6575c00405819099a5d3d. * per issue #2112 (#2115) * per issue #2112 Signed-off-by: JamesBauman <[email protected]> * updated per Fernando and Billie comments Signed-off-by: JamesBauman <[email protected]> * update start/stop zowe page Signed-off-by: Jack (T.) Jia <[email protected]> * First draft of v2 release notes Signed-off-by: nannanli <[email protected]> * Reorganize the topics about z/OS Install (#2140) * Reorganize the topics about z/OS Install Signed-off-by: nannanli <[email protected]> * planning install and k8s conformance Signed-off-by: Jack (T.) Jia <[email protected]> * Update initialize-zos-system.md Signed-off-by: nannanli <[email protected]> * update start/stop zowe page Signed-off-by: Jack (T.) Jia <[email protected]> Co-authored-by: Jack (T.) Jia <[email protected]> * Beginning of caching service configuration * Fix doc site issues (Part 1/3) Signed-off-by: nannanli <[email protected]> Links, titles, style, wording, etc. * Added redis information and removed instance.env Signed-off-by: Joe-Winchester <[email protected]> * Fix doc site issues (Part 1/3) Signed-off-by: nannanli <[email protected]> Links, titles, style, wording, etc. * Added the zwe init vsam chapter contents Signed-off-by: Joe-Winchester <[email protected]> * updated time estimates, corrected syntax for plug-ins install (#2145) * updated time estimates, corrected syntax for plug-ins install Signed-off-by: JamesBauman <[email protected]> * added time estimates to checklist; removed migrating CLI v1>V2 from sidebar Signed-off-by: JamesBauman <[email protected]> * example corrected Signed-off-by: Joe-Winchester <[email protected]> * Cics ext update issue 2147 (#2148) * Add new gifs Signed-off-by: JeffinSiby <[email protected]> * Updated documentation Signed-off-by: JeffinSiby <[email protected]> * Updated with review changes Signed-off-by: JeffinSiby <[email protected]> * removed migrate CLI from the sidebar (#2149) Signed-off-by: JamesBauman <[email protected]> * Fix doc site issues (Part 2/3) Signed-off-by: nannanli <[email protected]> * Clean and update release log for API ML (#2153) Signed-off-by: Jakub Balhar <[email protected]> Co-authored-by: Jakub Balhar <[email protected]> * fixed broken links; removed unused article (#2154) Signed-off-by: JamesBauman <[email protected]> * update zowe Desktop docs (#2104) * WIP - To merge doc changes into the v2 preview branch (#2099) * WIP Signed-off-by: JamesBauman <[email protected]> * Work-in-progress Signed-off-by: JamesBauman <[email protected]> Signed-off-by: Himani1519 <[email protected]> * update zowe Desktop docs Signed-off-by: Himani1519 <[email protected]> * update gwshostname value Signed-off-by: Himani1519 <[email protected]> * adding sample plugins Signed-off-by: Himani1519 <[email protected]> * adding sample plugins Signed-off-by: Himani1519 <[email protected]> * Update mvd-using.md made minor changes Signed-off-by: Himani1519 <[email protected]> * signed off Signed-off-by: Himani1519 <[email protected]> * host and domain fix Signed-off-by: Himani1519 <[email protected]> * host and domain fix Signed-off-by: Himani1519 <[email protected]> * update in zowe.externalPort Signed-off-by: Himani1519 <[email protected]> * plug-ins --> plugins Signed-off-by: Himani1519 <[email protected]> Co-authored-by: JamesBauman <[email protected]> Co-authored-by: lparadkar-rocket <[email protected]> * server.json --> zowe.yaml (#2152) Signed-off-by: Himani1519 <[email protected]> * Zowe App Framework v2 release notes Signed-off-by: nannanli <[email protected]> Co-Authored-By: lparadkar-rocket <[email protected]> * fix the title (#2155) Signed-off-by: ik673626 <[email protected]> * cli/imperative rel notes v2 (#2150) * added Enhancements and Bug Fixes to CLI and Imperative Signed-off-by: JamesBauman <[email protected]> * new features, enhancements and bug fixes. Signed-off-by: JamesBauman <[email protected]> * added links to key new features ... updated and sorted links to the nodejs changelogs Signed-off-by: JamesBauman <[email protected]> * Jabauman v2 typedoc (#2156) * updated typedoc source files. deleted @next folder and deleted zip files Signed-off-by: JamesBauman <[email protected]> * restored the zowe-nodejs-sdk-typedoc.zip file Signed-off-by: JamesBauman <[email protected]> * updated web help source files; updated CLIReference_Zowe.pdf (#2157) Signed-off-by: JamesBauman <[email protected]> * Add zowe office hours (#2160) * added v2 office hours videos Signed-off-by: samanthasusu <[email protected]> - added office hours videos * update zowe office hours Signed-off-by: samanthasusu <[email protected]> -added office hours videos for zowe extenders * edited office horus file Signed-off-by: samanthasusu <[email protected]> - deleted a sentence * Update zwe command reference (#2159) Signed-off-by: Zowe Robot <[email protected]> Co-authored-by: Zowe Robot <[email protected]> * V2 doc cleanup Signed-off-by: nannanli <[email protected]> - fix broken links - added release compatibility information * add discovery service (#2161) Signed-off-by: Andrew Jandacek <[email protected]> * Add zowe office hours (#2162) * added v2 office hours videos Signed-off-by: samanthasusu <[email protected]> - added office hours videos * update zowe office hours Signed-off-by: samanthasusu <[email protected]> -added office hours videos for zowe extenders * edited office horus file Signed-off-by: samanthasusu <[email protected]> - deleted a sentence * re-edit the layout Signed-off-by: samanthasusu <[email protected]> -made some modifications for the display because of html rendering Co-authored-by: nannanli <[email protected]> * Archive 1 more version Signed-off-by: nannanli <[email protected]> * added auto-init info for connecting to API-ML; fixed broken link in t… (#2144) * added auto-init info for connecting to API-ML; fixed broken link in the roadmap article Signed-off-by: JamesBauman <[email protected]> * changes per Mike per PR https://github.com/zowe/docs-site/pull/2144 Signed-off-by: JamesBauman <[email protected]> * Update cli-using-initializing-team-configuration.md Signed-off-by: JamesBauman <[email protected]> * Update cli-using-initializing-team-configuration.md Signed-off-by: JamesBauman <[email protected]> * Update cli-using-initializing-team-configuration.md Signed-off-by: JamesBauman <[email protected]> * Update zwe command reference (#2163) Signed-off-by: Zowe Robot <[email protected]> Co-authored-by: Zowe Robot <[email protected]> * Typo for config (#2164) zwe install: either -c or --config, not --c. Signed-off-by: Martin Zeithaml <[email protected]> * Fix noting that schema is required (#2165) Signed-off-by: 1000TurquoisePogs <[email protected]> * Archive 1.22.x Signed-off-by: nannanli <[email protected]> * Update FAQ (#2138) * Update faq Signed-off-by: Timothy Gerstel <[email protected]> * Update wording to not refernce zowe.yaml specifically Signed-off-by: Timothy Gerstel <[email protected]> * Addres review Signed-off-by: Timothy Gerstel <[email protected]> * Add word Signed-off-by: Timothy Gerstel <[email protected]> * wording Signed-off-by: Timothy Gerstel <[email protected]> * Grammar Signed-off-by: Timothy Gerstel <[email protected]> * Fix env var names Signed-off-by: Timothy Gerstel <[email protected]> Co-authored-by: Timothy Gerstel <[email protected]> * Updating the ports (#2166) Signed-off-by: Sakshi Bobade <[email protected]> * new bill of materials (#2171) * new bill of materials Signed-off-by: MarkAckert <[email protected]> * Minor updates Signed-off-by: nannanli <[email protected]> Co-authored-by: nannanli <[email protected]> * remove potential support of JDK v11 (#2168) Signed-off-by: Jack (T.) Jia <[email protected]> * Update FAQ (#2138) * Update faq Signed-off-by: Timothy Gerstel <[email protected]> * Update wording to not refernce zowe.yaml specifically Signed-off-by: Timothy Gerstel <[email protected]> * Addres review Signed-off-by: Timothy Gerstel <[email protected]> * Add word Signed-off-by: Timothy Gerstel <[email protected]> * wording Signed-off-by: Timothy Gerstel <[email protected]> * Grammar Signed-off-by: Timothy Gerstel <[email protected]> * Fix env var names Signed-off-by: Timothy Gerstel <[email protected]> Co-authored-by: Timothy Gerstel <[email protected]> * Updating the ports (#2166) Signed-off-by: Sakshi Bobade <[email protected]> * Doc fixes Signed-off-by: nannanli <[email protected]> * Final doc cleanup based on comments Signed-off-by: nannanli <[email protected]> * Fix links Signed-off-by: nannanli <[email protected]> * Document infinispan storage solution for Caching service (#2167) * Add doc for infinispan Signed-off-by: at670475 <[email protected]> * Add doc for infinispan Signed-off-by: at670475 <[email protected]> * langauge refactor Signed-off-by: Andrew Jandacek <[email protected]> * Address comments Signed-off-by: at670475 <[email protected]> * fix problem Signed-off-by: at670475 <[email protected]> * fix problem Signed-off-by: at670475 <[email protected]> * fix missing colon Signed-off-by: at670475 <[email protected]> * Fix doc Signed-off-by: at670475 <[email protected]> * Address comments Signed-off-by: at670475 <[email protected]> Co-authored-by: Andrew Jandacek <[email protected]> * Update security plugins, RBAC, and /server api (#2185) Signed-off-by: 1000TurquoisePogs <[email protected]> * docs: mutual TLS for all endpoints (#2181) * mutual tls for zowe JWT and client certificates Signed-off-by: Amanda D'Errico <[email protected]> * refactor api mediation security and api mediation passtickets Signed-off-by: Amanda D'Errico <[email protected]> * refactor in header information Signed-off-by: Amanda D'Errico <[email protected]> * code review changes Signed-off-by: Amanda D'Errico <[email protected]> * minor refactor in authentication scheme explanation Signed-off-by: Amanda D'Errico <[email protected]> * language and toc refactor Signed-off-by: Andrew Jandacek <andrew.jandac…
Signed-off-by: jamesbauman [email protected]
Your checklist for this pull request
🚨Please review the guidelines for contributing to this repository.
If the changes in this PR is part of the next future release, make this pull request against the docs-staging branch which will be published at the next release boundary. If the changes in this PR are part of the current release, use the default base branch, master. For more information about branches, see https://github.com/zowe/docs-site/tree/master#understanding-the-doc-branches.
If this PR relates to GitHub issues in
docs-site
or other repositories, please list in Description, prefixed with close, fix or resolve keywords.Description (including links to related git issues)
Request originated from Fernando. Add npm@8 to the note in SCS plugin. Commit to docs-staging branch.
❤️Thank you!