Anton Gilgur
Anton Gilgur
### Motivation - these sections list the same thing and are duplicative, so combine them / remove one - leave the submitting example one as that's specifically written to show...
### Motivation - use [admonitions](https://squidfunk.github.io/mkdocs-material/reference/admonitions/) that come with the material theme instead of a unicode caution sign - consistent with the design of the docs ### Modifications - replace unicode...
### Motivation Only install NPM global deps if they're not already installed - previously the `make` commands would unconditionally install these global deps, which was unnecessary & inefficient the vast...
Follow-ups to #12445 and [this related Slack thread](https://cloud-native.slack.com/archives/C01QW9QSSSK/p1705544478244329?thread_ts=1705530455.489149&cid=C01QW9QSSSK) ### Motivation - prior to #12445, the quick start docs used the `install.yaml` instead of the `quick-start-minimal.yaml` manifests - `install.yaml` is [a...
Partial fix for #12059 ### Motivation After the past few code-splits (#12150, #12097, #12061) `xterm` was left as one of the largest deps in the main bundle - `xterm` is...
# Summary Allow for local templating similar to `helm template`, so that users can iterate on a `Workflow` or `WorkflowTemplate` definition locally and with a faster iteration than having to...
# Summary Currently, the Server and Controller are architected & intended to be independent, with the Server not being strictly necessary for any operations. Most of the Server's functionality is...
Follow-up to #10923, where the version of Swagger UI added there was already a year+ old at the time of the PR ### Motivation - use latest [5.11.0](https://github.com/swagger-api/swagger-ui/releases/tag/v5.11.0) instead of...
Unblocks #12516 Follow-up to #12163 & #12290, which unblocked this Follow-up to https://github.com/argoproj/argo-workflows/pull/12150#discussion_r1382510455 Same changes can be made for #12158 and the `argo-ui` warnings introduced in #12061 ### Motivation -...
Follow-up to https://github.com/argoproj/argo-workflows/issues/11390#issuecomment-1876274288 - I noticed this while looking at CD's `mkdocs.yml` for differences ### Motivation - [CD](https://github.com/argoproj/argo-cd/blob/d9df2525c57d4870215a6ce149dbedd08ae05fdb/mkdocs.yml#L222) and [Rollouts](https://github.com/argoproj/argo-rollouts/blob/bc992a3fe082e6dc19529194b331d7134928257d/mkdocs.yml#L147) both have this unicode character "⧉" to indicate that a...