Skip to content

Commit b73a342

Browse files
committed
Fix missing documentation for version 4 and lower
* Pull documentation submodule before the build step * Fix urls in docs.html
1 parent bb5b046 commit b73a342

File tree

2 files changed

+43
-40
lines changed

2 files changed

+43
-40
lines changed

.github/workflows/jekyll.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ jobs:
4040
ruby-version: '3.2' # Not needed with a .ruby-version file
4141
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
4242
cache-version: 1 # Increment this number if you need to re-download cached gems
43+
# Pull the /docs folder
44+
submodules: recursive
45+
fetch-depth: 0
4346
- name: Setup Pages
4447
id: pages
4548
uses: actions/configure-pages@v5

docs.html

Lines changed: 40 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,12 @@
4646
<tr><td><b>Bugzilla 4.4.14</b></td>
4747
<td><i>(deprecated old stable)<br>(end-of-life 2025/01/03)</i></td>
4848
<td>
49-
<a href="{{ "4.4/en/html/" | absolute_url }}">[Online HTML]</a>
50-
<a href="{{ "4.4/en/pdf/Bugzilla-Guide.pdf" | absolute_url }}">[PDF]</a>
51-
<a href="{{ "4.4/en/txt/Bugzilla-Guide.txt" | absolute_url }}">[Text]</a>
49+
<a href="{{ "docs/4.4/en/html/" | absolute_url }}">[Online HTML]</a>
50+
<a href="{{ "docs/4.4/en/pdf/Bugzilla-Guide.pdf" | absolute_url }}">[PDF]</a>
51+
<a href="{{ "docs/4.4/en/txt/Bugzilla-Guide.txt" | absolute_url }}">[Text]</a>
5252
</td>
5353
<td>
54-
<a href="{{ "4.4/en/html/api/" | absolute_url }}">[APIs, including XML-RPC and JSON-RPC]</a>
54+
<a href="{{ "docs/4.4/en/html/api/" | absolute_url }}">[APIs, including XML-RPC and JSON-RPC]</a>
5555
</td>
5656
</tr>
5757

@@ -62,102 +62,102 @@
6262
<tr><td>Bugzilla 4.2.16</td>
6363
<td></td>
6464
<td>
65-
<a href="{{ "4.2/en/html/" | absolute_url }}">[Online HTML]</a>
66-
<a href="{{ "4.2/en/pdf/Bugzilla-Guide.pdf" | absolute_url }}">[PDF]</a>
67-
<a href="{{ "4.2/en/txt/Bugzilla-Guide.txt" | absolute_url }}">[Text]</a>
65+
<a href="{{ "docs/4.2/en/html/" | absolute_url }}">[Online HTML]</a>
66+
<a href="{{ "docs/4.2/en/pdf/Bugzilla-Guide.pdf" | absolute_url }}">[PDF]</a>
67+
<a href="{{ "docs/4.2/en/txt/Bugzilla-Guide.txt" | absolute_url }}">[Text]</a>
6868
</td>
6969
<td>
70-
<a href="{{ "4.2/en/html/api/" | absolute_url }}">[APIs, including XML-RPC and JSON-RPC]</a>
70+
<a href="{{ "docs/4.2/en/html/api/" | absolute_url }}">[APIs, including XML-RPC and JSON-RPC]</a>
7171
</td>
7272
</tr>
7373
<tr><td>Bugzilla 4.0.18</td>
7474
<td></td>
7575
<td>
76-
<a href="{{ "4.0/en/html/" | absolute_url }}">[Online HTML]</a>
77-
<a href="{{ "4.0/en/pdf/Bugzilla-Guide.pdf" | absolute_url }}">[PDF]</a>
78-
<a href="{{ "4.0/en/txt/Bugzilla-Guide.txt" | absolute_url }}">[Text]</a>
76+
<a href="{{ "docs/4.0/en/html/" | absolute_url }}">[Online HTML]</a>
77+
<a href="{{ "docs/4.0/en/pdf/Bugzilla-Guide.pdf" | absolute_url }}">[PDF]</a>
78+
<a href="{{ "docs/4.0/en/txt/Bugzilla-Guide.txt" | absolute_url }}">[Text]</a>
7979
</td>
8080
<td>
81-
<a href="{{ "4.0/en/html/api/" | absolute_url }}">[APIs, including XML-RPC and JSON-RPC]</a>
81+
<a href="{{ "docs/4.0/en/html/api/" | absolute_url }}">[APIs, including XML-RPC and JSON-RPC]</a>
8282
</td>
8383
</tr>
8484
<tr><td>Bugzilla 3.6.13</td>
8585
<td></td>
8686
<td>
87-
<a href="{{ "3.6/en/html/" | absolute_url }}">[Online HTML]</a>
88-
<a href="{{ "3.6/en/pdf/Bugzilla-Guide.pdf" | absolute_url }}">[PDF]</a>
89-
<a href="{{ "3.6/en/txt/Bugzilla-Guide.txt" | absolute_url }}">[Text]</a>
87+
<a href="{{ "docs/3.6/en/html/" | absolute_url }}">[Online HTML]</a>
88+
<a href="{{ "docs/3.6/en/pdf/Bugzilla-Guide.pdf" | absolute_url }}">[PDF]</a>
89+
<a href="{{ "docs/3.6/en/txt/Bugzilla-Guide.txt" | absolute_url }}">[Text]</a>
9090
</td>
9191
<td>
92-
<a href="{{ "3.6/en/html/api/" | absolute_url }}">[APIs, including XML-RPC and JSON-RPC]</a>
92+
<a href="{{ "docs/3.6/en/html/api/" | absolute_url }}">[APIs, including XML-RPC and JSON-RPC]</a>
9393
</td>
9494
</tr>
9595
<tr><td>Bugzilla 3.4.14</td>
9696
<td></td>
9797
<td>
98-
<a href="{{ "3.4/en/html/" | absolute_url }}">[Online HTML]</a>
99-
<a href="{{ "3.4/en/pdf/Bugzilla-Guide.pdf" | absolute_url }}">[PDF]</a>
100-
<a href="{{ "3.4/en/txt/Bugzilla-Guide.txt" | absolute_url }}">[Text]</a>
98+
<a href="{{ "docs/3.4/en/html/" | absolute_url }}">[Online HTML]</a>
99+
<a href="{{ "docs/3.4/en/pdf/Bugzilla-Guide.pdf" | absolute_url }}">[PDF]</a>
100+
<a href="{{ "docs/3.4/en/txt/Bugzilla-Guide.txt" | absolute_url }}">[Text]</a>
101101
</td>
102102
<td>
103-
<a href="{{ "3.4/en/html/api/" | absolute_url }}">[APIs, including XML-RPC and JSON-RPC]</a>
103+
<a href="{{ "docs/3.4/en/html/api/" | absolute_url }}">[APIs, including XML-RPC and JSON-RPC]</a>
104104
</td>
105105
</tr>
106106
<tr><td>Bugzilla 3.2.10</td>
107107
<td></td>
108108
<td>
109-
<a href="{{ "3.2/en/html/" | absolute_url }}">[Online HTML]</a>
110-
<a href="{{ "3.2/en/pdf/Bugzilla-Guide.pdf" | absolute_url }}">[PDF]</a>
111-
<a href="{{ "3.2/en/txt/Bugzilla-Guide.txt" | absolute_url }}">[Text]</a>
109+
<a href="{{ "docs/3.2/en/html/" | absolute_url }}">[Online HTML]</a>
110+
<a href="{{ "docs/3.2/en/pdf/Bugzilla-Guide.pdf" | absolute_url }}">[PDF]</a>
111+
<a href="{{ "docs/3.2/en/txt/Bugzilla-Guide.txt" | absolute_url }}">[Text]</a>
112112
</td>
113113
<td>
114-
<a href="{{ "3.2/en/html/api/" | absolute_url }}">[APIs, including XML-RPC and JSON-RPC]</a>
114+
<a href="{{ "docs/3.2/en/html/api/" | absolute_url }}">[APIs, including XML-RPC and JSON-RPC]</a>
115115
</td>
116116
</tr>
117117
<tr><td>Bugzilla 3.0.11</td>
118118
<td></td>
119119
<td>
120-
<a href="{{ "3.0/html/" | absolute_url }}">[Online HTML]</a>
121-
<a href="{{ "3.0/pdf/Bugzilla-Guide.pdf" | absolute_url }}">[PDF]</a>
122-
<a href="{{ "3.0/txt/Bugzilla-Guide.txt" | absolute_url }}">[Text]</a>
120+
<a href="{{ "docs/3.0/html/" | absolute_url }}">[Online HTML]</a>
121+
<a href="{{ "docs/3.0/pdf/Bugzilla-Guide.pdf" | absolute_url }}">[PDF]</a>
122+
<a href="{{ "docs/3.0/txt/Bugzilla-Guide.txt" | absolute_url }}">[Text]</a>
123123
</td>
124124
<td>
125-
<a href="{{ "3.0/html/api/" | absolute_url }}">[APIs, including XML-RPC and JSON-RPC]</a>
125+
<a href="{{ "docs/3.0/html/api/" | absolute_url }}">[APIs, including XML-RPC and JSON-RPC]</a>
126126
</td>
127127
</tr>
128128
<tr><td>Bugzilla 2.22.7</td>
129129
<td></td>
130130
<td>
131-
<a href="{{ "2.22/html/" | absolute_url }}">[Online HTML]</a>
132-
<a href="{{ "2.22/pdf/Bugzilla-Guide.pdf" | absolute_url }}">[PDF]</a>
133-
<a href="{{ "2.22/txt/Bugzilla-Guide.txt" | absolute_url }}">[Text]</a>
131+
<a href="{{ "docs/2.22/html/" | absolute_url }}">[Online HTML]</a>
132+
<a href="{{ "docs/2.22/pdf/Bugzilla-Guide.pdf" | absolute_url }}">[PDF]</a>
133+
<a href="{{ "docs/2.22/txt/Bugzilla-Guide.txt" | absolute_url }}">[Text]</a>
134134
</td>
135135
<td></td>
136136
</tr>
137137
<tr><td>Bugzilla 2.20.7</td>
138138
<td></td>
139139
<td>
140-
<a href="{{ "2.20/html/" | absolute_url }}">[Online HTML]</a>
141-
<a href="{{ "2.20/pdf/Bugzilla-Guide.pdf" | absolute_url }}">[PDF]</a>
142-
<a href={{ "2.20/txt/Bugzilla-Guide.txt" | absolute_url }}"">[Text]</a>
140+
<a href="{{ "docs/2.20/html/" | absolute_url }}">[Online HTML]</a>
141+
<a href="{{ "docs/2.20/pdf/Bugzilla-Guide.pdf" | absolute_url }}">[PDF]</a>
142+
<a href="{{ "docs/2.20/txt/Bugzilla-Guide.txt" | absolute_url }}">[Text]</a>
143143
</td>
144144
<td></td>
145145
</tr>
146146
<tr><td>Bugzilla 2.18.6</td>
147147
<td></td>
148148
<td>
149-
<a href="{{ "2.18/html/" | absolute_url }}">[Online HTML]</a>
150-
<a href="{{ "2.18/pdf/Bugzilla-Guide.pdf" | absolute_url }}">[PDF]</a>
151-
<a href="{{ "2.18/txt/Bugzilla-Guide.txt" | absolute_url }}">[Text]</a>
149+
<a href="{{ "docs/2.18/html/" | absolute_url }}">[Online HTML]</a>
150+
<a href="{{ "docs/2.18/pdf/Bugzilla-Guide.pdf" | absolute_url }}">[PDF]</a>
151+
<a href="{{ "docs/2.18/txt/Bugzilla-Guide.txt" | absolute_url }}">[Text]</a>
152152
</td>
153153
<td></td>
154154
</tr>
155155
<tr><td>Bugzilla 2.16.11</td>
156156
<td></td>
157157
<td>
158-
<a href="{{ "2.16/html/" | absolute_url }}">[Online HTML]</a>
159-
<a href="{{ "2.16/pdf/Bugzilla-Guide.pdf" | absolute_url }}">[PDF]</a>
160-
<a href="{{ "2.16/txt/Bugzilla-Guide.txt" | absolute_url }}">[Text]</a>
158+
<a href="{{ "docs/2.16/html/" | absolute_url }}">[Online HTML]</a>
159+
<a href="{{ "docs/2.16/pdf/Bugzilla-Guide.pdf" | absolute_url }}">[PDF]</a>
160+
<a href="{{ "docs/2.16/txt/Bugzilla-Guide.txt" | absolute_url }}">[Text]</a>
161161
</td>
162162
<td></td>
163163
</tr>

0 commit comments

Comments
 (0)