From 5d7952e361cd3602d9da754dd9ceb91a8c0dd2e3 Mon Sep 17 00:00:00 2001 From: Adam Samalik Date: Nov 09 2017 12:51:40 +0000 Subject: improve imgs in building modules intro --- diff --git a/source/development/building-modules.rst b/source/development/building-modules.rst index 6e80e69..5efbb0f 100644 --- a/source/development/building-modules.rst +++ b/source/development/building-modules.rst @@ -45,6 +45,9 @@ implicitly give you a ``nodejs-8`` RPM. However, unlike a traditional Fedora release, you're also able to explicitly opt-in to downgrading to the Node.js 6 LTS release by running the command ``dnf install nodejs:6``. +.. figure:: modular-release-available-versions.png + :alt: modular-release-available-versions.png + Note: the wrong default Node.js stream is currently selected in the F27 Modular Server beta (see `BZ#1509980 `__). That problem will be corrected prior to the final release. diff --git a/source/development/modular-branching-and-building.png b/source/development/modular-branching-and-building.png index 55891b8..d42392e 100644 Binary files a/source/development/modular-branching-and-building.png and b/source/development/modular-branching-and-building.png differ diff --git a/source/development/modular-release-available-versions.png b/source/development/modular-release-available-versions.png new file mode 100644 index 0000000..66f5f65 Binary files /dev/null and b/source/development/modular-release-available-versions.png differ diff --git a/source/development/traditional-branching-and-building.png b/source/development/traditional-branching-and-building.png index 993201d..743c9a3 100644 Binary files a/source/development/traditional-branching-and-building.png and b/source/development/traditional-branching-and-building.png differ