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 old version docs #137

Merged
merged 3 commits into from
Feb 14, 2024
Merged

Conversation

JanMa
Copy link
Member

@JanMa JanMa commented Feb 11, 2024

This PR removes all documentation which mentions older Vault versions. It also cleans up no longer references partials.

Signed-off-by: Jan Martens <jan@martens.eu.org>
@JanMa JanMa force-pushed the remove-old-version-docs branch 3 times, most recently from a8c9a59 to 4bea4be Compare February 13, 2024 23:06
Copy link
Member

@cipherboy cipherboy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wow, a lot of great changes here @JanMa! Thank you!!

Signed-off-by: Jan Martens <jan@martens.eu.org>
```
cd website/content/partials
grep -rh "@include" .. | cut -d ' ' -f2 | tr -d "'\""| sort | uniq | tee \
/tmp/partials/included
find -type f -printf "%P\n" | sort | tee /tmp/partials/files
rm $(comm -13 /tmp/partials/included /tmp/partials/files)
```

Signed-off-by: Jan Martens <jan@martens.eu.org>
@naphelps naphelps merged commit 13651ce into openbao:main Feb 14, 2024
3 of 9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants