Official Fedora Council Documentation
Find a file
Justin W. Flory (he/him) [Red Hat] bb171bcdb9
🔧 scripts: Update to latest upstream from template repo
This commit updates the `build.sh` and `preview.sh` scripts to the state
they are in upstream at pagure.io/fedora-docs/template.

Signed-off-by: Justin W. Flory (he/him) [Red Hat] <jwf@redhat.com>
2022-10-28 19:44:35 -04:00
council add the Stable Updates Vision doc 2022-10-26 14:29:26 +00:00
engineering Fix the docs builds until we can find a permanent solution 2020-11-18 08:48:40 -05:00
mindshare Fix the docs builds until we can find a permanent solution 2020-11-18 08:48:40 -05:00
project Remove link to a deleted wiki page 2022-10-26 13:05:08 -04:00
.gitignore switch to Antora 2018-07-27 15:43:28 +02:00
build.sh 🔧 scripts: Update to latest upstream from template repo 2022-10-28 19:44:35 -04:00
nginx.conf fix local preview 2019-07-30 11:01:22 +02:00
preview.sh 🔧 scripts: Update to latest upstream from template repo 2022-10-28 19:44:35 -04:00
README.md Fix: Typo in readme and missing preposition 2021-04-04 10:55:22 -04:00
site.yml update runtime pull method with fetch - antora v3 change 2022-05-10 15:21:29 +05:30

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