[pango/gi-docs: 16/47] docs: Add images to configs




commit d19ec067059fbe4798ff6f2940b40ca3b124d7b7
Author: Matthias Clasen <mclasen redhat com>
Date:   Thu Feb 4 15:29:43 2021 -0500

    docs: Add images to configs
    
    This will make gi-docgen copy the images in place.

 docs/pango.toml      | 6 ++++++
 docs/pangocairo.toml | 3 +++
 2 files changed, 9 insertions(+)
---
diff --git a/docs/pango.toml b/docs/pango.toml
index 19828e43..3f8cf89e 100644
--- a/docs/pango.toml
+++ b/docs/pango.toml
@@ -41,3 +41,9 @@ content_files = [
   [ "pango_markup.md", "Pango Markup" ],
   [ "pango_rendering.md", "Pango Rendering" ],
 ]
+content_images = [
+  'layout.png',
+  'pipeline.png',
+  'rects1.png',
+  'rects2.png'
+]
diff --git a/docs/pangocairo.toml b/docs/pangocairo.toml
index 7f52c202..0108830b 100644
--- a/docs/pangocairo.toml
+++ b/docs/pangocairo.toml
@@ -35,3 +35,6 @@ base_url = "https://gitlab.gnome.org/GNOME/pango/-/blob/master/";
 content_files = [
   [ "pango_cairo.md", "Rendering with Cairo" ]
 ]
+content_images = [
+  'rotated-text.png'
+]


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