[pango/gi-docs: 72/73] docs: Add search and fix crosslinks




commit 85555e4ec42ea99e97f738fd6ccd31860f464fcf
Author: Matthias Clasen <mclasen redhat com>
Date:   Thu Mar 11 14:06:13 2021 -0500

    docs: Add search and fix crosslinks

 docs/pango.toml.in      | 12 +++++++-----
 docs/pangocairo.toml.in |  4 +++-
 docs/pangofc.toml.in    |  4 +++-
 docs/pangoft2.toml.in   |  4 +++-
 docs/pangoot.toml.in    |  4 +++-
 docs/pangoxft.toml.in   |  4 +++-
 6 files changed, 22 insertions(+), 10 deletions(-)
---
diff --git a/docs/pango.toml.in b/docs/pango.toml.in
index fb4a6b49..3b7c9a0b 100644
--- a/docs/pango.toml.in
+++ b/docs/pango.toml.in
@@ -11,6 +11,8 @@ description = "Internationalized text layout and rendering"
 dependencies = [ "GObject-2.0", "HarfBuzz-0.0", "PangoCairo-1.0",
                  "PangoFc-1.0", "PangoFT2-1.0", "PangoOT-1.0",
                  "PangoXft-1.0" ]
+devhelp = true
+search_index = true
 
   [dependencies."GObject-2.0"]
   name = "GObject"
@@ -25,27 +27,27 @@ dependencies = [ "GObject-2.0", "HarfBuzz-0.0", "PangoCairo-1.0",
   [dependencies."PangoCairo-1.0"]
   name = "PangoCairo"
   description = "Cairo support for Pango"
-  docs_url = "https://developer.gnome.org/pango/stable"; # fixme
+  docs_url = "../PangoCairo/"
 
   [dependencies."PangoFc-1.0"]
   name = "PangoFc"
   description = "Fontconfig support for Pango"
-  docs_url = "https://developer.gnome.org/pango/stable"; # fixme
+  docs_url = "../PangoFc/"
 
   [dependencies."PangoFT2-1.0"]
   name = "PangoFT2"
   description = "Freetype support for Pango"
-  docs_url = "https://developer.gnome.org/pango/stable"; # fixme
+  docs_url = "../PangoFT2/"
 
   [dependencies."PangoOT-1.0"]
   name = "PangoOT"
   description = "OpenType support for Pango"
-  docs_url = "https://developer.gnome.org/pango/stable"; # fixme
+  docs_url = "../PangoOT/"
 
   [dependencies."PangoXft-1.0"]
   name = "PangoXft"
   description = "Xft support for Pango"
-  docs_url = "https://developer.gnome.org/pango/stable"; # fixme
+  docs_url = "../PangoXft/"
 
 [theme]
 name = "basic"
diff --git a/docs/pangocairo.toml.in b/docs/pangocairo.toml.in
index bba45161..3d41b82f 100644
--- a/docs/pangocairo.toml.in
+++ b/docs/pangocairo.toml.in
@@ -9,11 +9,13 @@ logo_url = "pango-name.png"
 license = "GPL-2.1-or-later"
 description = "Cairo support for Pango"
 dependencies = [ "Pango-1.0", "cairo-1.0" ]
+devhelp = true
+search_index = true
 
   [dependencies."Pango-1.0"]
   name = "Pango"
   description = "A library for layout out and rendering of text"
-  docs_url = "https://developer.gnome.org/pango/stable";
+  docs_url = "../Pango/"
 
   [dependencies."cairo-1.0"]
   name = "Cairo"
diff --git a/docs/pangofc.toml.in b/docs/pangofc.toml.in
index a9c2b1ba..061ff072 100644
--- a/docs/pangofc.toml.in
+++ b/docs/pangofc.toml.in
@@ -9,11 +9,13 @@ logo_url = "pango-name.png"
 license = "GPL-2.1-or-later"
 description = "Fontconfig support for Pango"
 dependencies = [ "Pango-1.0", "fontconfig-2.0" ]
+devhelp = true
+search_index = true
 
   [dependencies."Pango-1.0"]
   name = "Pango"
   description = "A library for layout out and rendering of text"
-  docs_url = "https://developer.gnome.org/pango/stable";
+  docs_url = "../Pango/"
 
   [dependencies."fontconfig-2.0"]
   name = "Fontconfig"
diff --git a/docs/pangoft2.toml.in b/docs/pangoft2.toml.in
index 4e9d9d8a..c44dfe7f 100644
--- a/docs/pangoft2.toml.in
+++ b/docs/pangoft2.toml.in
@@ -9,11 +9,13 @@ logo_url = "pango-name.png"
 license = "GPL-2.1-or-later"
 description = "Freetype support for Pango"
 dependencies = [ "Pango-1.0", "freetype2-2.0" ]
+devhelp = true
+search_index = true
 
   [dependencies."Pango-1.0"]
   name = "Pango"
   description = "A library for layout out and rendering of text"
-  docs_url = "https://developer.gnome.org/pango/stable";
+  docs_url = "../Pango/"
 
   [dependencies."freetype2-2.0"]
   name = "Freetype"
diff --git a/docs/pangoot.toml.in b/docs/pangoot.toml.in
index 5a3912f3..531cd640 100644
--- a/docs/pangoot.toml.in
+++ b/docs/pangoot.toml.in
@@ -9,11 +9,13 @@ logo_url = "pango-name.png"
 license = "GPL-2.1-or-later"
 description = "OpenType support for Pango"
 dependencies = [ "Pango-1.0" ]
+devhelp = true
+search_index = true
 
   [dependencies."Pango-1.0"]
   name = "Pango"
   description = "A library for layout out and rendering of text"
-  docs_url = "https://developer.gnome.org/pango/stable";
+  docs_url = "../Pango/"
 
 [theme]
 name = "basic"
diff --git a/docs/pangoxft.toml.in b/docs/pangoxft.toml.in
index d5285e6e..d117b388 100644
--- a/docs/pangoxft.toml.in
+++ b/docs/pangoxft.toml.in
@@ -9,11 +9,13 @@ logo_url = "pango-name.png"
 license = "GPL-2.1-or-later"
 description = "Xft support for Pango"
 dependencies = [ "Pango-1.0", "xft-2.0" ]
+devhelp = true
+search_index = true
 
   [dependencies."Pango-1.0"]
   name = "Pango"
   description = "A library for layout out and rendering of text"
-  docs_url = "https://developer.gnome.org/pango/stable";
+  docs_url = "../Pango/"
 
   [dependencies."xft-2.0"]
   name = "Xft"


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