Migrate default git branch from master to main (closes #86)

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>
This commit is contained in:
Justin W. Flory (he/him) 2020-11-13 17:59:46 -05:00
parent b0ebadfb7f
commit c9543d027a
No known key found for this signature in database
GPG key ID: 3AA2DC1FF6ABF0B6
6 changed files with 19 additions and 19 deletions

View file

@ -2,13 +2,13 @@
# Tip: If you want to use the local preview scripts that come with this repository, please change this value in the site.yml file as well. (under site/start_page)
name: mindshare # <---- PLEASE MODIFY
# Title will be visible on the page.
# Title will be visible on the page.
title: Mindshare Teams # <---- PLEASE MODIFY
# If you don't plan to have multiple versions of the docs (for example, to document multiple versions of some software), you can ignore this field. Otherwise, change "master" to a specific version.
version: master
# If you don't plan to have multiple versions of the docs (for example, to document multiple versions of some software), you can ignore this field. Otherwise, change "main" to a specific version.
version: main
# We encourage you to name the index page as "index.adoc". If you absolutely have to use a different name, please reflect it here. You can ignore this field otherwise.
# We encourage you to name the index page as "index.adoc". If you absolutely have to use a different name, please reflect it here. You can ignore this field otherwise.
start_page: ROOT:index
# This lists all the menu definitions of your component.