File tree Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Original file line number Diff line number Diff line change @@ -12,12 +12,28 @@ They are available for download or preview online via the links below.
12
12
13
13
An in-flight checklist for flight crew operations. Items critical in regard to flight safety are on this list.
14
14
15
- [ Download] ( https://github.com/flybywiresim/manuals/raw/master/pdf/A32NX%20Documentation/FBW%20A32NX%20Checklist.pdf ) { .md-button } [ :fontawesome-brands-github:{: .github } Online Preview] ( https://github.com/flybywiresim/manuals/blob/master/pdf/A32NX%20Documentation/FBW%20A32NX%20Checklist.pdf ) { target=new .md-button }
15
+ [ Download] ( https://github.com/flybywiresim/manuals/raw/master/pdf/A32NX%20Documentation/FBW%20A32NX%20Checklist.pdf ) { .md-button }
16
+
17
+ {% with pdf_file = "../../assets/FBW_A32NX_CHECKLIST.pdf" %}
18
+
19
+ <object data =" {{ pdf_file }} " type =" application/pdf " class =" pdf-embed " >
20
+ <embed src="{{ pdf_file }}" type="application/pdf" />
21
+ </object >
22
+
23
+ {% endwith %}
16
24
17
25
## Normal Procedures
18
26
19
27
This document can be considered as an overview of what to do during each phase of flight with comments about each location and item.
20
28
21
- [ Download] ( https://github.com/flybywiresim/manuals/raw/master/pdf/A32NX%20Documentation/FBW%20A32NX%20SOP.pdf ) { .md-button } [ :fontawesome-brands-github:{: .github } Online Preview] ( https://github.com/flybywiresim/manuals/blob/master/pdf/A32NX%20Documentation/FBW%20A32NX%20SOP.pdf ) { target=new .md-button }
29
+ [ Download] ( https://github.com/flybywiresim/manuals/raw/master/pdf/A32NX%20Documentation/FBW%20A32NX%20SOP.pdf ) { .md-button }
30
+
31
+ {% with pdf_file = "../../assets/FBW-A32NX-SOP.pdf" %}
32
+
33
+ <object data =" {{ pdf_file }} " type =" application/pdf " class =" pdf-embed " >
34
+ <embed src="{{ pdf_file }}" type="application/pdf" />
35
+ </object >
36
+
37
+ {% endwith %}
22
38
23
39
You can’t perform that action at this time.
0 commit comments