From 2752268b1a4691a4b3f0f50d9e851ea1e6c04cc8 Mon Sep 17 00:00:00 2001 From: Frank Kopp Date: Sat, 23 Nov 2024 18:45:39 +0100 Subject: [PATCH] Imported GitHub pages to documentation --- .../a380x/a380x-api/a380x-systems-api.md | 25 ++++++++++++------- 1 file changed, 16 insertions(+), 9 deletions(-) diff --git a/docs/aircraft/a380x/a380x-api/a380x-systems-api.md b/docs/aircraft/a380x/a380x-api/a380x-systems-api.md index 1a8d1d49a..f76e19646 100644 --- a/docs/aircraft/a380x/a380x-api/a380x-systems-api.md +++ b/docs/aircraft/a380x/a380x-api/a380x-systems-api.md @@ -5,19 +5,26 @@ description: Documentation for the FlyByWire A32NX FlightDeck API. # A380X Developer API -TODO: Change content - - Flight-Deck API Documentation: [Flight-Deck API](a380x-flight-deck-api) In addition to the above documentation, all custom variables and custom events are documented by our developers on our project's GitHub: [:fontawesome-brands-github:{: .github } - **Docs section on GitHub**](https://github.com/flybywiresim/aircraft/tree/master/fbw-a32nx/docs){target=new} -## Docs: +- [Original Page on Github for Custom LVARs](https://github.com/flybywiresim/aircraft/blob/master/fbw-a380x/docs/a380-simvars.md){target=new} +- [Original Page on Github for Input Events](https://github.com/flybywiresim/aircraft/blob/master/fbw-a380x/docs/a380x-input-events.md){target=new} +- [Original Page on Github for Internal Vars used for Input Events](https://github.com/flybywiresim/aircraft/blob/master/fbw-a380x/docs/a380x-private-local-vars.md){target=new} + +!!! note "The GitHub pages have been imported below for your convenience." + +## Developer SimVars Documentation + +{{ external_markdown('https://raw.githubusercontent.com/flybywiresim/aircraft/refs/heads/master/fbw-a380x/docs/a380-simvars.md', '') }} + +## Developer Input Events Documentation + +{{ external_markdown('https://raw.githubusercontent.com/flybywiresim/aircraft/refs/heads/master/fbw-a380x/docs/a380x-input-events.md', '') }} + +{{ external_markdown('https://raw.githubusercontent.com/flybywiresim/aircraft/refs/heads/master/fbw-a380x/docs/a380x-private-local-vars.md', '') }} + -- [Custom LVARs](https://github.com/flybywiresim/aircraft/blob/master/fbw-a32nx/docs/a320-simvars.md){target=new} -- [Custom Events](https://github.com/flybywiresim/aircraft/blob/master/fbw-a32nx/docs/a320-events.md){target=new} -## Templates -- **SPAD.neXt:** [flybywire-aircraft-a320-neo.xml](https://github.com/flybywiresim/aircraft/tree/master/fbw-a32nx/docs/SPAD.neXt){target=new} -- **FSUIPC:** [flybywire-aircraft-a320-neo.evt](https://github.com/flybywiresim/aircraft/tree/master/fbw-a32nx/docs/FSUIPC){target=new}