flatpak/README.md
Otto Liljalaakso 3ed24b972a Use new docsbuilder.sh script
The Fedora Documentation team has produced a new, improved local
preview script called docsbuilder.sh. Most imporantly, it watches for
changes and automatically rebuilds the preview. Start using it instead
of the old build.sh and preview.sh.

More information can be found at:
https://gitlab.com/fedora/docs/fedora-linux-documentation/fedora-linux-admin-tools
2023-01-21 17:21:18 +02:00

793 B

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.