-
Notifications
You must be signed in to change notification settings - Fork 247
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
[Bug] Introduce Docusaurus v2.2.0 support #336
Conversation
Size Change: +12.1 kB (0%) Total Size: 4.17 MB
ℹ️ View Unchanged
|
Visit the preview URL for this PR (updated for commit 885e8d4): https://docusaurus-openapi-36b86--pr336-itj8rq5r.web.app (expires Fri, 09 Dec 2022 19:52:35 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 |
404ccb0
to
30e0648
Compare
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.
Tested locally with the following:
yarn clean
from project rootyarn
&&yarn upgrade
&&yarn build-packages
yarn
&&yarn upgrade
from /demo
No build issues occurred and project ran successfully as expected
Description
This PR includes a snapshot of #330 intended to streamline introducing support for Docusaurus v.2.2.0.
Motivation and Context
Now that Docusaurus respects semantic versioning our plugin should support all
^2.0.1
releases.How Has This Been Tested?
Tested locally using dev server.
Additional testing appreciated.
Screenshots (if appropriate)
See deploy preview.
Types of changes