Flatpak in Fedora — Documentation sources
Find a file
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
modules/ROOT Update tutorial page with useful information 2022-12-12 12:33:46 +01: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.