yml file on Antora using powershell so I am getting this error, please help me out to resolve it."error: can not read an implicit mapping pair; a colon is missed at line 8, column 65:"
I have tried adding colon to line number 8
site:
title: Antora Demo Site
url: https://example.org/docs
start_page: antora-project::index-template.adoc
content:
sources:
- url:
home/Users/rashmi.p1/Sample/antora-project/content/feature1
- url:
home/Users/rashmi.p1/Sample/antora-project/content/feature2
start_path: docs
ui:
bundle:
url:
home/Users/rashmi.p1/Sample/antora-project/resources
snapshot: true
I am expecting compilation should start and generate the website
I have faced same exception, but not for same issue. My issue was under description:, which is under parameters:. There I kept some space only by mistake. After removing the space, it worked.
You can find it in this image for bette understanding:
Hope it helps.