[gnome-devel-docs] platform-overview: Adding prev/next links on the bottom of pages



commit c19c843138b9da516141b0ee6d205a9467388d35
Author: Shaun McCance <shaunm gnome org>
Date:   Wed Jun 19 16:28:02 2013 -0400

    platform-overview: Adding prev/next links on the bottom of pages

 new-platform-overview/tour-application.page |    2 ++
 new-platform-overview/tour-events.page      |    2 ++
 new-platform-overview/tour-get_object.page  |    2 ++
 new-platform-overview/tour-gjs.page         |    2 ++
 new-platform-overview/tour-glade.page       |    2 ++
 new-platform-overview/tour-summary.page     |    2 ++
 new-platform-overview/tour.page             |    3 +++
 7 files changed, 15 insertions(+), 0 deletions(-)
---
diff --git a/new-platform-overview/tour-application.page b/new-platform-overview/tour-application.page
index d761dbb..32de223 100644
--- a/new-platform-overview/tour-application.page
+++ b/new-platform-overview/tour-application.page
@@ -24,6 +24,7 @@
   </info>
 
   <title>Run your application</title>
+  <links type="prevnext" style="top"/>
   <links type="series" style="floatend">
     <title>Get started with GNOME</title>
   </links>
@@ -47,4 +48,5 @@ app.application.run(ARGV);
   <p>This window is generated from the <app>Glade</app> file and linked to
   <app>Gtk</app> events. You now have a fully functional Gtk application!</p>
 
+  <links type="prevnext"/>
 </page>
diff --git a/new-platform-overview/tour-events.page b/new-platform-overview/tour-events.page
index 282adab..512470d 100644
--- a/new-platform-overview/tour-events.page
+++ b/new-platform-overview/tour-events.page
@@ -25,6 +25,7 @@
 
   <title>Actions and signals</title>
 
+  <links type="prevnext" style="top"/>
   <links type="series" style="floatend">
     <title>Get started with GNOME</title>
   </links>
@@ -59,4 +60,5 @@ const HelloWorld = new Lang.Class({
     },
 ]]></code>
   </example>
+  <links type="prevnext"/>
 </page>
diff --git a/new-platform-overview/tour-get_object.page b/new-platform-overview/tour-get_object.page
index 755ec05..953f4b9 100644
--- a/new-platform-overview/tour-get_object.page
+++ b/new-platform-overview/tour-get_object.page
@@ -25,6 +25,7 @@
   </info>
 
   <title>GtkBuilder</title>
+  <links type="prevnext" style="top"/>
   <links type="series" style="floatend">
     <title>Get started with GNOME</title>
   </links>
@@ -48,4 +49,5 @@
 });
 ]]></code>
   </example>
+  <links type="prevnext"/>
 </page>
diff --git a/new-platform-overview/tour-gjs.page b/new-platform-overview/tour-gjs.page
index 8fc08a4..fcacede 100644
--- a/new-platform-overview/tour-gjs.page
+++ b/new-platform-overview/tour-gjs.page
@@ -24,6 +24,7 @@
   </info>
 
   <title>Gjs and Gtk</title>
+  <links type="prevnext" style="top"/>
   <links type="series" style="floatend">
     <title>Get started with GNOME</title>
   </links>
@@ -51,4 +52,5 @@ const Lang = imports.lang;
 const Gtk = imports.gi.Gtk;
 ]]></code>
 </example>
+  <links type="prevnext"/>
 </page>
diff --git a/new-platform-overview/tour-glade.page b/new-platform-overview/tour-glade.page
index 45433f7..36c7ff7 100644
--- a/new-platform-overview/tour-glade.page
+++ b/new-platform-overview/tour-glade.page
@@ -24,6 +24,7 @@
   </info>
 
   <title>Create a user interface</title>
+  <links type="prevnext" style="top"/>
   <links type="series" style="floatend">
     <title>Get started with GNOME</title>
   </links>
@@ -46,4 +47,5 @@
     <p>Save the file with <guiseq><gui>File</gui><gui>Save As</gui></guiseq>
     and name it <file>helloworld.glade</file>.</p>
   </example>
+  <links type="prevnext"/>
 </page>
diff --git a/new-platform-overview/tour-summary.page b/new-platform-overview/tour-summary.page
index ef5e512..b5eb5ad 100644
--- a/new-platform-overview/tour-summary.page
+++ b/new-platform-overview/tour-summary.page
@@ -25,6 +25,7 @@
   </info>
 
   <title>Summary</title>
+  <links type="prevnext" style="top"/>
   <links type="series" style="floatend">
     <title>Get started with GNOME</title>
   </links>
@@ -35,4 +36,5 @@
   <p><link href="http://glade.gnome.org/";>Glade</link></p>
   <p><link href="http://www.gtk.org/";>Gtk</link></p>
   <p><link href="https://live.gnome.org/Gjs";>Gjs</link></p>
+  <links type="prevnext"/>
 </page>
diff --git a/new-platform-overview/tour.page b/new-platform-overview/tour.page
index a57c97f..28ecdc4 100644
--- a/new-platform-overview/tour.page
+++ b/new-platform-overview/tour.page
@@ -26,6 +26,8 @@
 
   <title>Get started</title>
 
+  <links type="prevnext" style="top"/>
+
   <links type="series" style="floatend">
     <title>Get started with GNOME</title>
   </links>
@@ -37,4 +39,5 @@
   the contents of that file with a Gjs script. The script is examined in
   multiple parts and included in full in the summary.</p>
 
+  <links type="prevnext"/>
 </page>


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