Skip to content

Commit 0bbc6ca

Browse files
Updated Documentation. [skip ci]
0 parents  commit 0bbc6ca

51 files changed

Lines changed: 8051 additions & 0 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CNAME

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
docs.fifengine.net

developer-manual/en/asciidoctor.css

Lines changed: 424 additions & 0 deletions
Large diffs are not rendered by default.

developer-manual/en/index.html

Lines changed: 4647 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 116 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,116 @@
1+
pre.rouge table td { padding: 5px; }
2+
pre.rouge table pre { margin: 0; }
3+
pre.rouge, pre.rouge .w {
4+
color: #24292f;
5+
background-color: #f6f8fa;
6+
}
7+
pre.rouge .k, pre.rouge .kd, pre.rouge .kn, pre.rouge .kp, pre.rouge .kr, pre.rouge .kt, pre.rouge .kv {
8+
color: #cf222e;
9+
}
10+
pre.rouge .gr {
11+
color: #f6f8fa;
12+
}
13+
pre.rouge .gd {
14+
color: #82071e;
15+
background-color: #ffebe9;
16+
}
17+
pre.rouge .nb {
18+
color: #953800;
19+
}
20+
pre.rouge .nc {
21+
color: #953800;
22+
}
23+
pre.rouge .no {
24+
color: #953800;
25+
}
26+
pre.rouge .nn {
27+
color: #953800;
28+
}
29+
pre.rouge .sr {
30+
color: #116329;
31+
}
32+
pre.rouge .na {
33+
color: #116329;
34+
}
35+
pre.rouge .nt {
36+
color: #116329;
37+
}
38+
pre.rouge .gi {
39+
color: #116329;
40+
background-color: #dafbe1;
41+
}
42+
pre.rouge .ges {
43+
font-weight: bold;
44+
font-style: italic;
45+
}
46+
pre.rouge .kc {
47+
color: #0550ae;
48+
}
49+
pre.rouge .l, pre.rouge .ld, pre.rouge .m, pre.rouge .mb, pre.rouge .mf, pre.rouge .mh, pre.rouge .mi, pre.rouge .il, pre.rouge .mo, pre.rouge .mx {
50+
color: #0550ae;
51+
}
52+
pre.rouge .sb {
53+
color: #0550ae;
54+
}
55+
pre.rouge .bp {
56+
color: #0550ae;
57+
}
58+
pre.rouge .ne {
59+
color: #0550ae;
60+
}
61+
pre.rouge .nl {
62+
color: #0550ae;
63+
}
64+
pre.rouge .py {
65+
color: #0550ae;
66+
}
67+
pre.rouge .nv, pre.rouge .vc, pre.rouge .vg, pre.rouge .vi, pre.rouge .vm {
68+
color: #0550ae;
69+
}
70+
pre.rouge .o, pre.rouge .ow {
71+
color: #0550ae;
72+
}
73+
pre.rouge .gh {
74+
color: #0550ae;
75+
font-weight: bold;
76+
}
77+
pre.rouge .gu {
78+
color: #0550ae;
79+
font-weight: bold;
80+
}
81+
pre.rouge .s, pre.rouge .sa, pre.rouge .sc, pre.rouge .dl, pre.rouge .sd, pre.rouge .s2, pre.rouge .se, pre.rouge .sh, pre.rouge .sx, pre.rouge .s1, pre.rouge .ss {
82+
color: #0a3069;
83+
}
84+
pre.rouge .nd {
85+
color: #8250df;
86+
}
87+
pre.rouge .nf, pre.rouge .fm {
88+
color: #8250df;
89+
}
90+
pre.rouge .err {
91+
color: #f6f8fa;
92+
background-color: #82071e;
93+
}
94+
pre.rouge .c, pre.rouge .ch, pre.rouge .cd, pre.rouge .cm, pre.rouge .cp, pre.rouge .cpf, pre.rouge .c1, pre.rouge .cs {
95+
color: #6e7781;
96+
}
97+
pre.rouge .gl {
98+
color: #6e7781;
99+
}
100+
pre.rouge .gt {
101+
color: #6e7781;
102+
}
103+
pre.rouge .ni {
104+
color: #24292f;
105+
}
106+
pre.rouge .si {
107+
color: #24292f;
108+
}
109+
pre.rouge .ge {
110+
color: #24292f;
111+
font-style: italic;
112+
}
113+
pre.rouge .gs {
114+
color: #24292f;
115+
font-weight: bold;
116+
}

faq/index.html

Lines changed: 640 additions & 0 deletions
Large diffs are not rendered by default.

images/FIFE_logo_small_c3.png

32.2 KB

index.html

Lines changed: 549 additions & 0 deletions
Large diffs are not rendered by default.

pdf/fife-theme.yml

Lines changed: 125 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,125 @@
1+
font:
2+
catalog:
3+
Roboto:
4+
normal: Roboto-Regular.ttf
5+
italic: Roboto-Italic.ttf
6+
bold: Roboto-Bold.ttf
7+
bold_italic: Roboto-Bold_Italic.ttf
8+
Roboto-Condensed:
9+
normal: RobotoCondensed-Regular.ttf
10+
italic: RobotoCondensed-Italic.ttf
11+
bold: RobotoCondensed-Bold.ttf
12+
bold_italic: RobotoCondensed-Bold_Italic.ttf
13+
NotoSans:
14+
normal: NotoSans-Regular.ttf
15+
italic: NotoSans-Regular.ttf
16+
bold: NotoSans-Regular.ttf
17+
bold_italic: NotoSans-Regular.ttf
18+
FreeSerif:
19+
normal: FreeSerif.ttf
20+
bold: FreeSerifBold.ttf
21+
italic: FreeSerifItalic.ttf
22+
bold_italic: FreeSerifBoldItalic.ttf
23+
FreeMono:
24+
normal: FreeMono.ttf
25+
bold: FreeMonoBold.ttf
26+
italic: FreeMono.ttf
27+
bold_italic: FreeMonoBold.ttf
28+
DejaVuSans:
29+
normal: DejaVuSans.ttf
30+
italic: DejaVuSans.ttf
31+
bold: DejaVuSans.ttf
32+
bold_italic: DejaVuSans.ttf
33+
Mplus Fallback:
34+
normal: mplus-1p-regular.ttf
35+
bold: mplus-1p-regular.ttf
36+
italic: mplus-1p-regular.ttf
37+
bold_italic: mplus-1p-regular.ttf
38+
Emoji Fallback:
39+
normal: OpenSansEmoji.ttf
40+
bold: OpenSansEmoji.ttf
41+
italic: OpenSansEmoji.ttf
42+
bold_italic: OpenSansEmoji.ttf
43+
fallbacks:
44+
- FreeMono
45+
- Mplus Fallback
46+
- Emoji Fallback
47+
48+
title_page:
49+
align: right
50+
# logo:
51+
# image: image:images/frontpage.png[]
52+
# top: 12%
53+
title:
54+
top: 55%
55+
font_size: $heading_h1_font_size
56+
font_color: 999999
57+
line_height: 0.9
58+
subtitle:
59+
font_size: $heading_h3_font_size
60+
font_style: bold_italic
61+
line_height: 1
62+
authors:
63+
margin_top: $base_font_size * 1.25
64+
font_size: $base_font_size_large
65+
font_color: 181818
66+
revision:
67+
margin_top: $base_font_size * 1.25
68+
69+
page:
70+
background_color: ffffff
71+
layout: portrait
72+
margin: [0.5in, 0.67in, 0.67in, 0.67in]
73+
size: A4
74+
base:
75+
align: left
76+
font_color: #333333
77+
font_family: FreeSerif
78+
font_size: 12
79+
line_height_length: 17
80+
line_height: $base_line_height_length / $base_font_size
81+
vertical_spacing: $base_line_height_length
82+
heading:
83+
font_family: FreeSerif
84+
font_color: #880000
85+
font_size: 17
86+
font_style: bold
87+
line_height: 1.2
88+
margin_bottom: $vertical_spacing
89+
link:
90+
font_color: #002FA7
91+
outline_list:
92+
indent: $base_font_size * 1.5
93+
94+
table:
95+
font_size: 9.5
96+
head:
97+
font_size: 10
98+
99+
header:
100+
height: 0.75in
101+
line_height: 1
102+
#recto_content:
103+
#center: '{docdate}'
104+
#verso_content:
105+
#center: '{docdate}'
106+
107+
footer:
108+
font_size: $base_font_size_small
109+
font_color: $base_font_color
110+
height: $base_line_height_length * 2.5
111+
line_height: 1
112+
padding: [$base_line_height_length / 2, 1, 0, 1]
113+
vertical_align: top
114+
recto_content:
115+
right: '{chapter-title} | *{page-number}*'
116+
verso_content:
117+
left: '*{page-number}* | {chapter-title}'
118+
# NOTE background_color is set (FFFFFF), so background and border will span width of page
119+
border_color: dddddd
120+
border_width: 0.25
121+
122+
caption:
123+
align: center
124+
font_color: #444444
125+
font_size: 10

pdf/fonts/DejaVuSans.ttf

738 KB
Binary file not shown.
3.85 MB
Binary file not shown.

0 commit comments

Comments
 (0)