Joakim Nordling
5c3537bb30
Update ReDoc to version 2.0.0
FastAPI has for the past 4 years been using the the `next` version of ReDoc (development version of 2.0.0). The official 2.0.0 version was however released around 9 months ago and the `next` tag still points to `2.0.0-rc.75`. I thought it would be a good idea to update to the final version now rather than the old release candidate.
I also noticed that the examples in the documentation shows what the file used to look like, but the license information has been moved to a separate file and there's just a pointer to that nowadays. I updated the example with what users can today expect to find there now.
It's of course a bit of a question if the version should be locked to 2.0.0 or if the `latest` tag should instead be used. Please let me know if you'd rather have me switch to that tag.
2 years ago
Erik Vroon
de6ccd7754
✨ Add ReDoc `<noscript>` warning when JS is disabled ( #5074 )
Co-authored-by: Sebastián Ramírez <[email protected] >
3 years ago
Teo Koon Peng
ec072d75fe
⬆ Upgrade Swagger UI copy of `oauth2-redirect.html` to include fixes for flavors of authorization code flows in Swagger UI ( #3439 )
Co-authored-by: Sebastián Ramírez <[email protected] >
3 years ago
Alan Wright
acf8a91c25
⬆ Upgrade Swagger UI - swagger-ui-dist@4 ( #4347 )
Co-authored-by: Sebastián Ramírez <[email protected] >
3 years ago
John Riebold
a85aa125d2
✨ Enable configuring Swagger UI parameters ( #2568 )
Co-authored-by: Artem Ivanov <[email protected] >
Co-authored-by: Sebastián Ramírez <[email protected] >
3 years ago
Sebastián Ramírez
fdb6c9ccc5
✨ Improve type annotations, add support for mypy --strict, internally and for external packages ( #2547 )
5 years ago
John Riebold
b8e6d18385
📌 Relax Swagger UI version pin ( #2089 )
5 years ago
Sebastián Ramírez
dadd6650ed
📌 Pin Swagger UI temporarily
5 years ago
TiewKH
dd9e94cf21
✨ Enable showCommonExtensions and showExtensions in SwaggerUI ( #1466 )
* Set showExtensions and showCommonExtensions to true
* Clean up comma
Co-authored-by: tiewkeehui <[email protected] >
5 years ago
Trim21
4cea311e6e
🐛 Fix doctype in docs ( #537 )
6 years ago
Zamir Amir
8505b716af
✨ Add support for setting Swagger UI initOAuth configs (clientId, appName) ( #499 )
6 years ago
b1-luettje
c90c4fb6c1
✨ Allow disabling Google fonts in ReDoc ( #481 )
6 years ago
Sebastián Ramírez
508f9ce954
🐛 Fix regression, Swagger UI with deep linking ( #350 )
6 years ago
Steinthor Palsson
325edd5f00
✨ Add swagger UI OAuth2 redirect page for implicit/code auth flows in API docs ( #198 )
6 years ago
euri10
f54d8d57a4
✨ Make Swagger UI and ReDoc parameterizable to host offline assets for docs ( #112 )
6 years ago
William Hayes
500f2b2ad4
✨ Add deeplinking to Swagger UI ( #148 )
Update the Swagger UI docs to deep link to path operations to share them more easily.
6 years ago
Sebastián Ramírez
8e1ecaf221
💄 Add FastAPI favicons to docs ( #53 )
6 years ago
Sebastián Ramírez
26ffa5d9c8
⬆️ Update JS CDN to cdn.jsdelivr.net
as unpkg.com seems to have been down all day
7 years ago
Sebastián Ramírez
0e19c24014
✨ Update parameter names and order
fix mypy types, refactor, lint
7 years ago
Sebastián Ramírez
addfa89b0f
✨ Refactor, update code, several features
7 years ago