It looks like this was a recent change made to the upstream docs builder
script. I'm adding this change here.
Signed-off-by: Justin Wheeler <jwheel@redhat.com>
This commit addresses reviewer feedback for the Fedora Reimbursement
Requests (FRR) process and policy. Some highlights of modified changes:
* Change in format of timestamps, thanks @pbokoc.
* Clarify what is required for a bank proof, thanks @NekoNya3.
* Clarify reporter's role in confirming the receipt of the
reimbursement, thanks @smeragoel.
Signed-off-by: Justin Wheeler <jwheel@redhat.com>
This commit creates new policy for the Fedora Mindshare Committee about
how reimbursements should be made to the Fedora community when they
attend or organize events that receive public approval from the
Mindshare Committee.
The processes for reimbursements are not clear today. This served a good
opportunity to create policy so reimbursements become more clear. Over
time, we can create more documentation for Mindshare Committee members
towards how to implement and apply the policy in practice.
Signed-off-by: Justin Wheeler <jwheel@redhat.com>
This makes it more clear that there are other seats in the Mindshare
Committee and that the FCA is not an authoritarian dictator.
Signed-off-by: Justin Wheeler <jwheel@redhat.com>
This commit reworks the Fedora Mindshare Committee documentation to
reflect the newly-approved structure that the charter already reflects.
This makes the Fedora Community Architect position the only persistent
role in the current formation of the Committee, allowing room for the
two appointed members (Marketing, CommOps) and the four elected roles,
published on Monday, 2 June 2025.
This commit updates the Fedora Mindshare Committee charter to reflect
the proposed revamp.
- Refocuses the Responsibilities section on Regional Event Support,
Recognition Service, and Digital Ambassadorship.
- Reorganizes and clarifies the descriptions of responsibilities within
each area.
- Updates the Composition section to reflect the new committee
structure, including Program Administrators, Marketing Team
Representative, and CommOps Representative.
- Provides concise summaries of the roles and duties of each committee
member.
Signed-off-by: Justin W. Wheeler <jwf@redhat.com>
This commit pulls the latest version of the script used to run a Fedora
Docs developer environment. Notably, there is only a single script to
run and the container remains running while you make changes. Changes
are rebuilt dynamically without having to re-run the script manually.
This is a bit of devrel improvement before making some bigger changes to
the Mindshare Committee documentation via Merge Request.
Signed-off-by: Justin W. Wheeler <jwf@redhat.com>
This commit changes the information architecture of event-related
documentation in the Mindshare Committee docs site. Content was changed
minimally; most changes were to mention GitLab instead of Pagure or to
use Discourse/Matrix instead of mailing lists/IRC.
Additionally, the pages in this section now use attributes for several
links. In the event that a link changes in the future, it will be easier
to update URLs from a single place instead of several links becoming
outdated.
I chose to separate the events documentation into a new module because
it provides a greater degree of separation from other content published
in the Mindshare Committee documentation. It can exist as a more
independent part of our docs instead of getting grouped together with
Committee procedures, policies, and onboarding guidance for members.
Signed-off-by: Justin W. Flory (he/him) <jwf@redhat.com>
Use Camel Case in the navfile
Petr Bokoč
@py0xc3 pointed out the difference with the Community Architecture
documentation. Perhaps something changed within Antora in newer versions
that is causing this breakage. The local build and preview still work,
so this commit is an experiment to see if the docs site will rebuild
with this configuration change.
Also, comments were split out to multiple lines to make it easier to
read in git diffs.
Signed-off-by: Justin W. Flory (he/him) <jwf@redhat.com>
This commit backports a commit made to the previous documentation
repository for the Mindshare Committee. The Committee membership is now
up-to-date on the index page.
Signed-off-by: Justin W. Flory (he/him) <jwf@redhat.com>
This commit makes several mostly cosmetic changes to the AsciiDoc source
material for the Mindshare Committee documentation index page:
* Adhere to one-sentence-per-line convention
* Add header anchors to all anchors (easier to change the headers later
without breaking existing links)
* Update "FCAIC" to "FCA" and link to Council role page where applicable
* Minor styling and cosmetic changes
Additionally, the README was updated to better explain this repository's
purpose and how to build the documentation site in a local environment.
Signed-off-by: Justin W. Flory (he/him) <jwf@redhat.com>
Fixes the following warning during the Antora build pipeline:
`Start page specified for master@mindshare-committee not found: ROOT:index`
Signed-off-by: Justin W. Flory (he/him) <jwf@redhat.com>
This is a GitLab CI configuration file shared by the Fedora Docs team
for building preview sites on a Merge Request against this repo. This
will enable easier reviews for a maintainer when checking out a new
contribution and whether it works as expected.
Signed-off-by: Justin W. Flory (he/him) <jwf@redhat.com>
This commit is a bulk change to all files from the original state in
Pagure. Notably, this commit brings in updated versions of the build/
preview scripts, removes unnecessary files, and removes the starting
path for the documentation. Since this repository will only be used for
Mindshare docs and no other purpose, the docs will build from the root
directory.
No content was changed or edited, only moved.
Signed-off-by: Justin W. Flory (he/him) <jwf@redhat.com>
This commit contains a file-for-file copy from the Mindshare Committee
repository currently hosted on Pagure. Subsequent changes will modify
the Mindshare Committee documentation to only build from this repo, in
line with our ongoing migration from Pagure to GitLab.
https://pagure.io/mindshare/issue/370
Signed-off-by: Justin W. Flory (he/him) <jwf@redhat.com>