Flatpak in Fedora — Documentation sources
Find a file
2025-05-06 23:31:21 -04:00
modules/ROOT in-depth: improve formatting 2025-05-06 23:31:21 -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 Use new docsbuilder.sh script 2023-01-21 17:21:18 +02: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 Use new docsbuilder.sh script 2023-01-21 17:21:18 +02: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.