-
Notifications
You must be signed in to change notification settings - Fork 1.3k
docs: Fix docs issues #9021
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: Fix docs issues #9021
Conversation
devongovett
commented
Oct 10, 2025
- Error page shouldn't be in the sidenav
- Tried to add cache control headers when uploading files in azure so I don't need to manually purge the CDN cache
- Fixed OG image paths based on public url
- Fixed link clicks to external links outside public url base path
Build successful! 🎉 |
Build successful! 🎉 |
Build successful! 🎉 |
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 like the og images are still malformed? https://www.opengraph.xyz/url/https%3A%2F%2Freactspectrum.blob.core.windows.net%2Freactspectrum%2F8fb56f3949e7e5b0cdf4a7d9d9d6f8e0ce866d12%2Fs2-docs%2Fs2%2FButtonGroup.html
Build successful! 🎉 |
* Hide error page from side nav * Set cache control headers in azure * Fix og image paths * Fix link clicks outside public url * add missing vanilla css dep * Fix og image paths * use environment variable for public url? --------- Co-authored-by: Daniel Lu <dl1644@gmail.com>