[release-notes] index: add power image



commit d99d6db3d33a2671f7bbbff975fce294e884f22d
Author: Link Dupont <link sub-pop net>
Date:   Wed Sep 1 13:52:34 2021 -0400

    index: add power image

 help/C/figures/power.png | Bin 0 -> 73861 bytes
 help/C/index.page        |   1 +
 help/Makefile.am         |   1 +
 3 files changed, 2 insertions(+)
---
diff --git a/help/C/figures/power.png b/help/C/figures/power.png
new file mode 100644
index 00000000..e7e51298
Binary files /dev/null and b/help/C/figures/power.png differ
diff --git a/help/C/index.page b/help/C/index.page
index 37e760b8..7a4ebd87 100644
--- a/help/C/index.page
+++ b/help/C/index.page
@@ -52,6 +52,7 @@ xmlns:e="http://projectmallard.org/experimental/"; type="guide" id="index">
 
   <section id="power-profiles">
     <title>More Power To You</title>
+    <media type="image" src="figures/power.png"/>
 
     <p>New power profiles were actually introduced in GNOME 40. In GNOME 41,
     those profiles are now accessible within the desktop.</p>
diff --git a/help/Makefile.am b/help/Makefile.am
index d7cf82fa..11b585a6 100644
--- a/help/Makefile.am
+++ b/help/Makefile.am
@@ -13,6 +13,7 @@ HELP_MEDIA = \
  figures/gtk.png \
  figures/multitasking.png \
  figures/placeholder.png \
+ figures/power.png \
  figures/software.png
 
 HELP_LINGUAS = $(shell cat $(srcdir)/LINGUAS | sed '/^#/d')


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]