-
Notifications
You must be signed in to change notification settings - Fork 7
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
CSSRef is missing functions with nested slugs #73
Comments
P.S. seems all css functions that its docs nested in other features, like CSS/color_value/color-mix are missing; instead, those like CSS/clamp are not missing |
Works in yari but not in rari. Rari may not be doing the following: https://github.com/mdn/yari/blob/main/kumascript/macros/CSSRef.ejs#L1115-L1118 // Some functions are at depth two.
// Example: https://developer.mozilla.org/en-US/docs/Web/CSS/color_value/hsl
pageList.push(...pageList.map((page) => page.subpages).flat()); |
The Glossary sidebar is also affected, see https://developer.mozilla.org/en-US/docs/Glossary/Baseline/Compatibility, which is missing in the sidebar. |
Reopen till I have a content PR |
MDN URL
.
What specific section or headline is this issue about?
No response
What information was incorrect, unhelpful, or incomplete?
same as title
e.g. https://developer.mozilla.org/en-US/docs/Web/CSS/color_value/color-mix
note that in my memory, they are in sidebar a fewer times ago
What did you expect to see?
these css functions are in sidebar generated by {{CSSRef}
Do you have any supporting links, references, or citations?
No response
Do you have anything more you want to share?
maybe this is related with https://github.com/mdn/rari
The text was updated successfully, but these errors were encountered: