Skip to content

Commit

Permalink
Fix styling of API warning
Browse files Browse the repository at this point in the history
  • Loading branch information
carmichaelalonso committed Mar 30, 2023
1 parent c9b72c9 commit df6dd6b
Show file tree
Hide file tree
Showing 21 changed files with 22 additions and 22 deletions.
4 changes: 2 additions & 2 deletions developer-reference/live-api/aircraft-liveries.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ order: 20

Retrieve a list of all liveries for an aircraft model.

⚠️ Important Notice
⚠️

: This API is intended for simulated flight only and must not be used in real-world flight situations
: This API is intended for simulated flight only and must not be used in real-world flight situations.


## Resource
Expand Down
2 changes: 1 addition & 1 deletion developer-reference/live-api/aircraft.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ order: 19

Retrieve a list of all aircraft models.

⚠️ Important Notice
⚠️

: This API is intended for simulated flight only and must not be used in real-world flight situations.

Expand Down
2 changes: 1 addition & 1 deletion developer-reference/live-api/airport-status.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ contributor: sqeezelemon

Retrieve active ATC status information for an airport, and the number of inbound and outbound aircraft.

⚠️ Important Notice
⚠️

: This API is intended for simulated flight only and must not be used in real-world flight situations.

Expand Down
2 changes: 1 addition & 1 deletion developer-reference/live-api/atc.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ contributor: KaiM,sqeezelemon

Retrieve active Air Traffic Control frequencies for a session

⚠️ Important Notice
⚠️

: This API is intended for simulated flight only and must not be used in real-world flight situations.

Expand Down
2 changes: 1 addition & 1 deletion developer-reference/live-api/atis.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ contributor: KaiM

Retrieve the ATIS for an airport on a specific server if it is active.

⚠️ Important Notice
⚠️

: This API is intended for simulated flight only and must not be used in real-world flight situations.

Expand Down
2 changes: 1 addition & 1 deletion developer-reference/live-api/flight-plan.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ order: 6

Retrieve the flight plan for a specific active flight.

⚠️ Important Notice
⚠️

: This API is intended for simulated flight only and must not be used in real-world flight situations.

Expand Down
2 changes: 1 addition & 1 deletion developer-reference/live-api/flight-route.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Retrieve the flown route of a specific flight with position, altitude, speed and

Please note, this is currently only supported on the Expert Server and Training Server.

⚠️ Important Notice
⚠️

: This API is intended for simulated flight only and must not be used in real-world flight situations.

Expand Down
2 changes: 1 addition & 1 deletion developer-reference/live-api/flights.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ order: 3

Retrieve a list of all flights for a session.

⚠️ Important Notice
⚠️

: This API is intended for simulated flight only and must not be used in real-world flight situations.

Expand Down
2 changes: 1 addition & 1 deletion developer-reference/live-api/liveries.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ order: 21

Retrieve a list of all aircraft liveries.

⚠️ Important Notice
⚠️

: This API is intended for simulated flight only and must not be used in real-world flight situations.

Expand Down
2 changes: 1 addition & 1 deletion developer-reference/live-api/notams.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ contributor: sqeezelemon

Retrieve a list of all NOTAMs for a session.

⚠️ Important Notice
⚠️

: This API is intended for simulated flight only and must not be used in real-world flight situations.

Expand Down
2 changes: 1 addition & 1 deletion developer-reference/live-api/oceanic-tracks.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ order: 13

Retrieves a list of Oceanic Tracks active in Infinite Flight multiplayer sessions.

⚠️ Important Notice
⚠️

: This API is intended for simulated flight only and must not be used in real-world flight situations.

Expand Down
2 changes: 1 addition & 1 deletion developer-reference/live-api/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ The Live API is our HTTP API used for requesting data from Infinite Flight Serve
- Retrieve flight plans for each flight.
- Retrieve stats for users.

⚠️ Important Notice
⚠️

: This API is intended for simulated flight only and must not be used in real-world flight situations.

Expand Down
2 changes: 1 addition & 1 deletion developer-reference/live-api/samples.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ Below you can find a range of samples in a variety of languages to help you get
- [Swift](https://github.com/sqeezelemon/SwiftyLiveApi) (thanks @sqeezelemon)
- [Go](https://github.com/sqeezelemon/golive) (thanks @sqeezelemon)

⚠️ Important Notice
⚠️

: This API is intended for simulated flight only and must not be used in real-world flight situations.
2 changes: 1 addition & 1 deletion developer-reference/live-api/sessions.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ order: 2

Retrieve active sessions (servers) in Infinite Flight.

⚠️ Important Notice
⚠️

: This API is intended for simulated flight only and must not be used in real-world flight situations.

Expand Down
2 changes: 1 addition & 1 deletion developer-reference/live-api/user-atc-session.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ contributor: sqeezelemon

Retrieves an ATC session from the log of a given user.

⚠️ Important Notice
⚠️

: This API is intended for simulated flight only and must not be used in real-world flight situations.

Expand Down
2 changes: 1 addition & 1 deletion developer-reference/live-api/user-atc-sessions.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ contributor: sqeezelemon

Retrieves the ATC session log for a given user.

⚠️ Important Notice
⚠️

: This API is intended for simulated flight only and must not be used in real-world flight situations.

Expand Down
2 changes: 1 addition & 1 deletion developer-reference/live-api/user-flight.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ contributor: sqeezelemon

Retrieves a flight from the logbook of a given user.

⚠️ Important Notice
⚠️

: This API is intended for simulated flight only and must not be used in real-world flight situations.

Expand Down
2 changes: 1 addition & 1 deletion developer-reference/live-api/user-flights.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ contributor: sqeezelemon

Retrieves the online flight logbook for a given user.

⚠️ Important Notice
⚠️

: This API is intended for simulated flight only and must not be used in real-world flight situations.

Expand Down
2 changes: 1 addition & 1 deletion developer-reference/live-api/user-grade.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ contributor: KaiM,sqeezelemon,Ethan_C

Retrieve the full grade table and detailed statistics for a user.

⚠️ Important Notice
⚠️

: This API is intended for simulated flight only and must not be used in real-world flight situations.

Expand Down
2 changes: 1 addition & 1 deletion developer-reference/live-api/user-stats.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ contributor: sqeezelemon

Retrieve user statistics for up to 25 users at once, including their grade, flight time and username.

⚠️ Important Notice
⚠️

: This API is intended for simulated flight only and must not be used in real-world flight situations.

Expand Down
2 changes: 1 addition & 1 deletion developer-reference/live-api/world-status.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ contributor: sqeezelemon

Retrieve active ATC status information and inbound/outbound aircraft information for all airports with activity on a specific server.

⚠️ Important Notice
⚠️

: This API is intended for simulated flight only and must not be used in real-world flight situations.

Expand Down

0 comments on commit df6dd6b

Please sign in to comment.