Flatpak in Fedora — Documentation sources https://docs.fedoraproject.org/en-US/flatpak/
Find a file
2026-04-01 03:11:27 -04:00
modules/ROOT Fedora Forge migration 2026-04-01 03:11:27 -04:00
.gitignore Use new docsbuilder.sh script 2023-01-21 17:21:18 +02:00
antora.yml *.yaml: Minor styling fixes 2022-12-09 13:55:44 +00:00
build.sh Use new docsbuilder.sh script 2023-01-21 17:21:18 +02:00
docsbuilder.sh Fedora Forge migration 2026-04-01 03:11:27 -04:00
nginx.conf build.sh / preview.sh: convert to podman 2018-12-03 16:17:17 -05:00
preview.sh Use new docsbuilder.sh script 2023-01-21 17:21:18 +02:00
README.md Update docs-fp-o repo URL 2026-03-09 10:17:01 -04:00
site.yml *.yaml: Minor styling fixes 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 a script 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.

The script uses podman, so please make sure you have it installed on your system.

To build and preview the site, run:

$ ./docsbuilder.sh

The result will be available at http://localhost:8080. Changes are detected automatically and can be viewed by reloading the page.