Open leamas opened 1 year ago
Building the overall manual generates an error for the :ROOT:odraw.adoc start page which cannot be found.
The reason is within manual/antora.yml which has:
name: odraw title: Ocpn_Draw version: ~ start_page: ROOT:odraw.adoc
That page, odraw.adoc, does not exist. The correct line should be:
start_page: odraw::index.adoc
https://github.com/jongough/ocpn_draw_pi/pull/521
Building the overall manual generates an error for the :ROOT:odraw.adoc start page which cannot be found.
The reason is within manual/antora.yml which has:
That page, odraw.adoc, does not exist. The correct line should be: