Skip to content
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

remove all patch versions from documentation #2900

Merged
merged 30 commits into from Sep 17, 2022

Conversation

itaysk
Copy link
Contributor

@itaysk itaysk commented Sep 16, 2022

Description

remove all patch versions from documentation while preserving existing links as redirects to the latest patch version.
tested locally and seems fine.
for reference, here are the commands I run:

# delete

mike delete v0.{17.{0,1},18.{0,1,2},19.{0,1},20.{0,1},21.{0,1,2},24.{0,1,2,3},25.{0,1,2,3},27.0,28.0,29.{0,1},30.{0,1,2,3},31.{0,1,2}}

# alias

mike alias v0.17.2 v0.17.{0,1}
mike alias v0.18.3 v0.18.{0,1,2}
mike alias v0.19.2 v0.19.{0,1}
mike alias v0.20.2 v0.20.{0,1}
mike alias v0.21.3 v0.21.{0,1,2}
mike alias v0.24.4 v0.24.{0,1,2,3}
mike alias v0.25.4 v0.25.{0,1,2,3}
mike alias v0.27.1 v0.27.0
mike alias v0.28.1 v0.28.0
mike alias v0.29.2 v0.29.{0,1}
mike alias v0.30.4 v0.30.{0,1,2,3}
mike alias v0.31.3 v0.31.{0,1,2}

# retitle

mike retitle v0.17.2 v0.17
mike retitle v0.18.3 v0.18
mike retitle v0.19.2 v0.19
mike retitle v0.20.2 v0.20
mike retitle v0.21.3 v0.21
mike retitle v0.24.4 v0.24
mike retitle v0.25.4 v0.25
mike retitle v0.27.1 v0.27
mike retitle v0.28.1 v0.28
mike retitle v0.29.2 v0.29
mike retitle v0.30.4 v0.30
mike retitle v0.31.3 v0.31

# retitle gaps

mike retitle v0.15.0 v0.15
mike retitle v0.16.0 v0.16
mike retitle v0.22.0 v0.22
mike retitle v0.23.0 v0.23
mike retitle v0.26.0 v0.26

Related issues

Related PRs

Checklist

  • I've read the guidelines for contributing to this repository.
  • I've followed the conventions in the PR title.
  • I've added tests that prove my fix is effective or that my feature works.
  • I've updated the documentation with the relevant information (if needed).
  • I've added usage information (if the PR introduces new options)
  • I've included a "before" and "after" example to the description (if the PR is a user interface change).

…, v0.20.0, v0.20.1, v0.21.0, v0.21.1, v0.21.2, v0.24.0, v0.24.1, v0.24.2, v0.24.3, v0.25.0, v0.25.1, v0.25.2, v0.25.3, v0.27.0, v0.28.0, v0.29.0, v0.29.1, v0.30.0, v0.30.1, v0.30.2, v0.30.3, v0.31.0, v0.31.1, v0.31.2 with mike 1.1.2
@itaysk itaysk added the kind/documentation Categorizes issue or PR as related to documentation. label Sep 16, 2022
@knqyf263 knqyf263 merged commit 4b84dda into aquasecurity:gh-pages Sep 17, 2022
@knqyf263
Copy link
Collaborator

It works like a charm👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/documentation Categorizes issue or PR as related to documentation.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants