-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
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
[docs-infra] Add configurable jsdoc host variable #42472
[docs-infra] Add configurable jsdoc host variable #42472
Conversation
Netlify deploy previewhttps://deploy-preview-42472--material-ui.netlify.app/ Bundle size report |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks solid 🚀
Co-authored-by: Alexandre Fauquette <45398769+alexfauquette@users.noreply.github.com> Signed-off-by: Anthony Gravell <73857273+tonygravell@users.noreply.github.com>
Co-authored-by: Alexandre Fauquette <45398769+alexfauquette@users.noreply.github.com> Signed-off-by: Anthony Gravell <73857273+tonygravell@users.noreply.github.com>
@@ -43,4 +43,6 @@ export const projectSettings: ProjectSettings = { | |||
translationPagesDirectory: 'docs/translations/api-docs-base', | |||
generateClassName: generateUtilityClass, | |||
isGlobalClassName: isGlobalState, | |||
// #major-version-switch |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mnajdova is #major-version-switch
the correct flag? I don't know if we have another flag for it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
#default-branch-switch is much more used, honestly first time I see the #major-version-switch :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Come from here. I will harmonize it 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👌, thanks for the contribution! I will let @alexfauquette do the last review.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good for me, I just wanted the confirmation from core team, we are not bothering them with those diff ;)
Signed-off-by: Anthony Gravell <73857273+tonygravell@users.noreply.github.com> Co-authored-by: Tony Gravell <tonygravell@Tonys-Mac-mini.local> Co-authored-by: Alexandre Fauquette <45398769+alexfauquette@users.noreply.github.com> Co-authored-by: alexandre <alex.fauquette@gmail.com>
In this PR:
baseApiUrl
Addresses issue:
#42361