Flatpak in Fedora — Documentation sources
Find a file
2022-12-09 13:55:44 +00:00
modules/ROOT Add flatpak end-of-life and end-of-life-rebase keys 2022-07-26 09:43:54 +00:00
.gitignore switch to Antora 2018-07-27 14:57:07 +02:00
antora.yml Update configuration for Antora 3.0 2022-12-09 13:55:44 +00:00
build.sh build & preview: Update with latest version from template 2022-12-09 13:55:44 +00:00
nginx.conf build.sh / preview.sh: convert to podman 2018-12-03 16:17:17 -05:00
preview.sh build & preview: Update with latest version from template 2022-12-09 13:55:44 +00:00
README.md build.sh / preview.sh: convert to podman 2018-12-03 16:17:17 -05:00
site.yml Update configuration for Antora 3.0 2022-12-09 13:55:44 +00:00

Fedora Flatpak Docs

This repository documentation for packaging and using Flatpak in Fedora.

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 use podman, so please make sure you have it installed on your system.

To build and preview the site, run:

$ ./build.sh && ./preview.sh

The result will be available at http://localhost:8080. build.sh can then be run repeatedly to update the content as you edit it.