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

Under
sources:, the URL should be on the same line as- url:, and I think you need to specify the branches to use.As defined, your URLs are relative, but look like maybe they should be absolute. Provided that those paths resolve correctly from the folder where you invoke Antora, they should work fine.
The
bundle:URL must point to a ZIP file of a bundled Antora UI. You cannot simply use a folder that represents a UI. In my example below, I've replaced the URL you were using with the URL for Antora's default UI.So your playbook file should look more like: