2019-08-19 11:32:21 +02:00
# Fedora Minimization Objective
2019-06-17 14:28:36 +02:00
2019-08-19 11:32:21 +02:00
This repo is used for **tickets** regarding the objective, and to store the **documentation** source.
2019-06-17 14:28:36 +02:00
2019-08-19 11:32:21 +02:00
See the [**Fedora Minimization Documentation** ](https://docs.fedoraproject.org/en-US/minimization/ ) for more information.
2019-06-17 14:28:36 +02:00
2019-08-19 11:32:21 +02:00
## Documentation source
2019-06-17 14:28:36 +02:00
2019-08-19 11:32:21 +02:00
All content is in an [AsciiDoc format ](https://asciidoctor.org/docs/asciidoc-writers-guide/ ), stored in the `modules/ROOT/pages` directory. When adding a new page, make sure to add it to the menu definition in `modules/ROOT/nav.adoc` so it shows up.
2019-06-17 14:28:36 +02:00
2019-08-19 11:32:21 +02:00
### Local preview
2019-06-17 14:28:36 +02:00
```
$ ./build.sh & & ./preview.sh
```
2019-06-17 12:21:48 +00:00
2019-08-19 11:32:21 +02:00
On Fedora, all you need is to have [Podman ](https://podman.io/ ) installed.