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

chore: Clean up plugin version tags #7395

Merged
merged 4 commits into from
May 21, 2024

Conversation

lena-larionova
Copy link
Contributor

Description

The plugin docs currently use a mix of if_version and if_plugin_version tags.
Cleaning up if_plugin_version and replacing with if_version, since the plugins now support it.

We no longer need to match older plugin version names, as the older versions they referenced have since been archived (eg custom plugin version names like 0.1.0).

Testing instructions

Preview link:

Checklist

@lena-larionova lena-larionova added the review:general Review for general accuracy and presentation. Does the doc work? Does it output correctly? label May 16, 2024
@lena-larionova lena-larionova requested a review from a team as a code owner May 16, 2024 20:57
Copy link

netlify bot commented May 16, 2024

Deploy Preview for kongdocs ready!

Name Link
🔨 Latest commit 7db2dde
🔍 Latest deploy log https://app.netlify.com/sites/kongdocs/deploys/664c639e41b3bf000872fa10
😎 Deploy Preview https://deploy-preview-7395--kongdocs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
9 paths audited
Performance: 93 (🟢 up 2 from production)
Accessibility: 93 (no change from production)
Best Practices: 98 (🟢 up 8 from production)
SEO: 91 (no change from production)
PWA: -
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify site configuration.

@lena-larionova lena-larionova merged commit 67445da into main May 21, 2024
22 checks passed
@lena-larionova lena-larionova deleted the chore/cleanup-plugin-version-tags branch May 21, 2024 15:02
fabianrbz added a commit that referenced this pull request May 28, 2024
This way they get required by Jekyll on build

Fixes the build in Ubuntu by loading the plugins correctly before
running the code. The problem was with the order the plugins were being loaded.
Which used to work because jekyll-generator-single source was being
manually required, but that was removed as part of
#7395.

Even without that required, it used to work because of the`priorities`.
The jekyll-generator-single-source had the highets and that's why it was
being loaded first. but now priorities changed so that no longer
applies.

Using the jekyll_plugins group in the Gemfile ensures that they are
loaded.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
review:general Review for general accuracy and presentation. Does the doc work? Does it output correctly? skip-changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants