Skip to content

Commit

Permalink
updates api docs disclaimer to include support for hybrid and liquid
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielBarberini committed Nov 18, 2023
2 parents 70ceac9 + 673df6f commit b75601b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def custom_openapi():
"<a href='https://api.rocketpy.org/redoc' style='color: white; text-decoration: none;'>ReDoc</a>"
"</button>"
"<p>Create, manage, and simulate rocket flights, environments, rockets, and motors.</p>"
"<p>Currently, the API only supports SolidMotor (calisto as power_off/on_drag and Cesaroni as thrust_source) and TrapezoidalFins. We apologize for the limitation, but we are actively working to expand its capabilities soon.</p>"
"<p>Currently, the API only supports a few motor engines, rockets and fins (calisto as power_off/on_drag and Cesaroni as thrust_source and TrapezoidalFins). We apologize for the limitation, but we are actively working to expand its capabilities soon.</p>"
"<p>Please report any bugs at <a href='https://github.com/RocketPy-Team/infinity-api/issues/new/choose' style='text-decoration: none; color: #008CBA;'>GitHub Issues</a></p>"
),
routes=app.routes,
Expand Down

0 comments on commit b75601b

Please sign in to comment.