You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The PDF builds for Azure are breaking due to an outdated schema for landing pages.
This value is causing the failure:
- linkListType: training
That is a valid value, but PDF doesn't know about it yet.
https://static.docs.com/ui/latest/schemas/Landing.schema.json
Trying the alternative to see if PDF will work:
- linkListType: learn
0 commit comments