Removal of failing ref to attributes.adoc file.
Change side menu to "Initiatives"
Change reference "Objectives" to "Community Initiatives" on "Get Involved" page
Signed-off-by: Karl Stevens <karlosfandango64@gmail.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>
This commit follows in-person discussion by the Fedora Council in our
2023 Council hackfest in Frankfurt, Germany. We agreed to convert
"Objectives" into "Community Initiatives", which we agreed was easier to
understand and communicate the roles of these efforts in the project.
There is no functional change to Objectives. It is just a cosmetic
change, and we will follow this change with more communications about
the transition to bring more excitement into Initiatives.
Signed-off-by: Justin W. Flory (he/him) <jwf@redhat.com>
This updates a link to the Fedora Join docs to use a `xref` cross-module
link instead of hard-coding a URL.
Signed-off-by: Justin W. Flory (he/him) <jwf@redhat.com>
It would be good if "How is Fedora Organized?" could serve as a
point where people can navigate to different parts of the project.
It points to the FESCo pages, but they don't link to the other
engineering teams. Therefore, add a link to the engineering teams
page.
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>