jongough / ocpn_draw_pi

OpenCPN general drawing plug in
7 stars 17 forks source link

manual: wrong start page. #519

Open leamas opened 1 year ago

leamas commented 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
rgleason commented 1 year ago

https://github.com/jongough/ocpn_draw_pi/pull/521