- Shell 100%
This commit formally ends the terms of Josh Berkus (@jberkus) and Laura Santamaria (@nimbinatus) in their temporary role as Fedora Code of Conduct Committee members. It also formally begins the terms of Ankur Sinha (@ankursinha) and Chris Onoja Idoko (@chris) as the newest members of the Committee. Ankur and Chris are joining as permanent members. The `codeofconduct@` email alias and other Committee processes are in the process of being updated or have already been updated at time of git commit. Signed-off-by: Justin Wheeler <jwheel@redhat.com> |
||
|---|---|---|
| council | ||
| engineering | ||
| mindshare | ||
| project | ||
| .gitignore | ||
| build.sh | ||
| LICENSE.txt | ||
| nginx.conf | ||
| preview.sh | ||
| README.md | ||
| site.yml | ||
Fedora Council Docs
Please report Issues and submit Pull Requests for Content Fixes here. Never done a pull request (or "PR")? Here's the Pagure documentation for Pull Requests.
General appearance issues and publishing issues should be reported against the publishing software.
How to edit these documents
All of this is written in AsciiDoc. It's a simple mostly-plain-text markup language. You may want to look at:
Local preview
This repo includes scripts to build and preview the contents of this repository.
NOTE: Please note that if you reference pages from other repositories, such links will be broken in this local preview as it only builds this repository. If you want to rebuild the whole Fedora Docs site, please see the Fedora Docs build repository for instructions.
Both scripts work on Fedora (using Podman) and macOS (using Docker).
To build and preview the site, run:
$ ./build.sh && ./preview.sh
The result will be available at http://localhost:8080
Installing Podman on Fedora
Fedora Workstation doesn't come with Podman preinstalled by default — so you might need to install it using the following command:
$ sudo dnf install podman