This commit removes the `start_path` parameter from the `site.yml`
Antora config file, because it is simply not needed anymore! In the
previous repository structure, the docs were in a `docs/` directory in
the root folder, but now, the Antora tree is in the root directory of
this dedicated `commops/docs` repository.
I realized this change needed to be made while I was trying to build the
docs locally, and the script gave me an error that it could not find the
source content.
Signed-off-by: Justin Wheeler <jwheel@redhat.com>
This commit starts a brand new git repository, using the Fedora Docs
content that was previously hosted in the Community Ops "tickets" repo.
Since we moved to Forgejo, it makes more sense to split out our docs
content into its own dedicated repository, making it easier to discover
and having specific issues and bugs related to content.
A new Pull Request will be made to the "tickets" repo to remove the docs
content from there, to avoid duplication of content.
Signed-off-by: Justin Wheeler <jwheel@redhat.com>