File tree 2 files changed +4
-5
lines changed
2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -33,8 +33,8 @@ on the account `domjudge@vm-domjudge`):
33
33
1. Remove unsupported versions from the `versions.json` in the next step.
34
34
1. If this is a new major or minor version, update the release documentation
35
35
under `/srv/http/domjudge/docs/manual` by adding a new version to the
36
- file `versions.json` and updating the redirect destination in `index.html`.
37
- The documentation is regenerated once every hour.
36
+ file `versions.json` and updating the redirect destination in `index.html`
37
+ and `team.html`. The documentation is regenerated once every hour.
38
38
1. Bump the Docker images by starting a new pipeline
39
39
[here](https://gitlab.com/DOMjudge/domjudge-packaging/-/pipelines/new) and
40
40
setting `DOMJUDGE_VERSION` to the version to release. Set `DOMJUDGE_LATEST`
Original file line number Diff line number Diff line change 5
5
<dl>
6
6
<dt><a href="docs/manual/index.html">DOMjudge manual</a></dt>
7
7
<dd>The complete reference for those setting up and running the DOMjudge system as well as the jury.</dd>
8
- <dt><a href="docs/team-manual.pdf">Team manual</a></dt>
9
- <dd>Concise manual for participating teams. Only available in Portable
10
- Document Format (PDF).</dd>
8
+ <dt><a href="docs/manual/team.html">Team manual</a></dt>
9
+ <dd>Concise manual for participating teams. Available also as PDF in the DOMjudge tarball.</dd>
11
10
</dl>
12
11
13
12
<h2>API documentation</h2>
You can’t perform that action at this time.
0 commit comments