Flatpak in Fedora — Documentation sources
Find a file
2018-09-06 20:26:06 -04:00
modules/ROOT Fix confused rename-*: example 2018-09-06 20:26:06 -04:00
.gitignore switch to Antora 2018-07-27 14:57:07 +02:00
antora.yml Import Flatpak content 2018-09-04 17:15:27 -04:00
build.sh switch to Antora 2018-07-27 14:57:07 +02:00
nginx.conf preview.sh: Allow preview.sh keep running for multiple build.sh calls 2018-09-04 10:57:29 -04:00
preview.sh preview.sh: Allow preview.sh keep running for multiple build.sh calls 2018-09-04 10:57:29 -04:00
README.md Import Flatpak content 2018-09-04 17:15:27 -04:00
site.yml Import Flatpak content 2018-09-04 17:15:27 -04: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 docker, so please make sure you have it installed on your system. Please see below for instructions.

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.

Installing docker on Fedora

$ sudo dnf install docker
$ sudo systemctl start docker && sudo systemctl enable docker