-
-
Notifications
You must be signed in to change notification settings - Fork 505
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
Add Netlify badge #2065
Add Netlify badge #2065
Conversation
|
✅ Deploy Preview for openapi-ts ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
size-limit report 📦
|
Looks good to me! Is there any other available logo format? I'm really not fan of this box. |
Yeah… they rebranded to a very “tall” logo that doesn’t fit inside a box easily. They have some color options but this is basically the only “badge” version they provide. I kinda agree—maybe I’ll look into another logo that still meets their requirements. They also allow a link without a logo; I can try that as well. |
64775e6
to
78e1237
Compare
Simplified it; went with a less-noticeable link that still meets their terms of use requirements |
* Only check GitHub token for docs build when update needed * Add Netlify badge * Use link
* Add schema to postTransform options (#2049) * Add schema to postTransform options Closes #2013 * fixup! Add schema to postTransform options Closes #2013 * fixup! Add schema to postTransform options Closes #2013 * fixup! Add schema to postTransform options * Add Netlify badge (#2065) * Only check GitHub token for docs build when update needed * Add Netlify badge * Use link * [ci] release (#2084) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * Fix issue templates (#2088) * Add feat issues to projects (#2090) * Use const arrays for OpenAPI enum types Preserve capitalization of named, exported enum values. Type exported const values as const, instead of their location within the operations or components schemas. Derive and export types for enum values from concrete values in const arrays. Use derived enum value types in operations and components schemas. Use non-conflicting variable names for composed OpenAPI enums (anyOf: [enum1, enum2]) * Export type-predicates along when enumValues is true --------- Co-authored-by: Drew Powers <[email protected]> Co-authored-by: openapi-ts-bot <[email protected]> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Changes
Adds Netlify Badge because we’re moving hosts for the documentation. And as part of their OSS program they generously donate free hosting in exchange for a badge. Though the docs site has been on Cloudflare until now, Netlify is much friendlier for OSS collaboration and anyone being able to deploy docs previews.
Note: you’ll still see Cloudflare on PRs temporarily, while we give DNS a generous amount of time to switch over. Wouldn’t want to accidentally have the docs site be disabled for some folks during the transition!
How to Review
Checklist
N/A