Add page-support-months attribute to EOL computation#195
Conversation
Adds :page-support-months: attribute to pages processed by the EOL extension. This attribute contains the configured support period in months, enabling templates to display support duration information. Bumps version to 4.17.3. Related: redpanda-data/docs-ui#376
✅ Deploy Preview for docs-extensions-and-macros ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
Warning Rate limit exceeded
You’ve run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (2)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary
Adds
:page-support-months:attribute to pages processed by the end-of-life (EOL) extension.Changes
page-support-monthsin the attributes set on each page, containing the configured support period in monthsPurpose
This attribute enables UI templates to display support duration information alongside EOL dates. For example, showing "18 months support" in version selectors or support badges.
Usage
Once published, pages processed by the EOL extension will have:
:page-support-months:- The configured support period (e.g.,18)Related