This commit fixes all Antora configuration files for the components
underneath this repository. When you run the build script, it reports
errors that it is unable to find the reference for the `start_path` for
all of the components. This is because the full path is required,
including the `.adoc` file ending. So, this commit makes the path
explicit and therefore, fixes the errors.
Signed-off-by: Justin W. Flory (he/him) <jwf@redhat.com>
This commit adopts the current best-practice for using partials in
Antora within the Council docs, and it also adds an attributes partial
that includes common metadata used across the Council docs. The partials
are not yet used across the Council docs, but the attributes partial is
imported into the headers of multiple documents.
This is setting the stage to make updating things like our Discourse,
Matrix, and other comms places easier to maintain and update.
Signed-off-by: Justin W. Flory (he/him) <jwf@redhat.com>
Last month, GitHub switched their default git branch from `master` to
`main`. So, if GitHub is doing it for their millions and millions of
repos and users, there are few good reasons not to for this repo.
https://github.com/github/renaming
This commit changes all references of `master` to `main` in the Antora
site configuration. This commit is already pushed to a git branch,
`main`, on the council-docs repo. But this commit will be opened as a
Pull Request to the `master` branch.
**Do not merge without coordinating on the fedora-docs/docs-fp-o PR**.
If the builder is still configured to build onto `master`, well, that
obviously will not work. Please coordinate these changes simultaneously.
Closes#86. cc: @mattdm
Signed-off-by: Justin W. Flory (he/him) <git@jwf.io>