Closed agilgur5 closed 3 weeks ago
Fixes "Future Work" part 2 of https://github.com/argoproj/argo-workflows/pull/13818
As we have versioned docs now (#11390), the Swagger UI should reference the OpenAPI spec of its release, not main
main
In swagger.md, change the raw GH URL from main to release-3.5
swagger.md
release-3.5
mkdocs build && open site/swagger/index.html
This PR is specific to the release-3.5 branch
release-3.4
Fixes "Future Work" part 2 of https://github.com/argoproj/argo-workflows/pull/13818
Motivation
As we have versioned docs now (#11390), the Swagger UI should reference the OpenAPI spec of its release, not
main
Modifications
In
swagger.md
, change the raw GH URL frommain
torelease-3.5
main
before this change. (the spec was always pointing tomain
both before and after, for clarity)Verification
mkdocs build && open site/swagger/index.html
release-3.5
spec.Screenshot:
Notes to Reviewers
This PR is specific to the
release-3.5
branchrelease-3.4