-
Notifications
You must be signed in to change notification settings - Fork 1
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
Add initial support for page level annotations for product support #103
Conversation
@lcawl do you think |
It should @colleenmcginnis I completely read over the |
I talked with @colleenmcginnis about this today. A couple thoughts:
You mentioned that this is a first step towards page level annotations so I imagine further functionality will come in later PRs. Just wanted to make sure you saw this. |
Thanks @bmorelli25 I updated the syntax to:
Based on your conversation with @colleenmcginnis. More details are in the PR description. |
This adds product lifecycle annotations to the front matter yaml parser as requested in #95
Quick overview:
Its syntax is
Where version is optional.
all
and empty string mean generally available for all active versionsall
and empty string can also be specified at a version levelAre equivalent, note
all
just means we won't be rendering the version portion in the html.