summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2021-03-19 17:23:46 +0000
committerEmmanuele Bassi <ebassi@gnome.org>2021-03-19 17:23:46 +0000
commitf25beff7a6102d2b4719ab6060aa34f5782fd6b6 (patch)
treed5637e05ba3420cc44971c45bec9cae7bb0edddc
parent130ed3d5e5cdc0f8a504058d354ef07588e72566 (diff)
downloadgtk+-f25beff7a6102d2b4719ab6060aa34f5782fd6b6.tar.gz
docs: Restructure the list of UI libraries
Put GTK at the top.
-rw-r--r--.gitlab-ci/pages/index.html44
1 files changed, 22 insertions, 22 deletions
diff --git a/.gitlab-ci/pages/index.html b/.gitlab-ci/pages/index.html
index 458634a590..79f6e44358 100644
--- a/.gitlab-ci/pages/index.html
+++ b/.gitlab-ci/pages/index.html
@@ -79,11 +79,23 @@ SPDX-License-Identifier: LGPL-2.1-or-later
</h4>
<div class="docblock">
- <h5 id="cairo">Cairo</h5>
- <p>Cairo is a 2D graphics library with support for multiple output
- devices. It is designed to produce consistent, high quality output
- on all media.</p>
- <p><a href="https://www.cairographics.org/docs/" class="external">Cairo API reference</a></p>
+ <h5 id="gdk">GTK</h5>
+ <p>GTK is the primary library used to construct user interfaces. It
+ provides user interface controls and signal callbacks to respond to
+ user actions.</p>
+ <p><a href="https://docs.gtk.org/gtk4/" class="external">GTK API reference</a></p>
+ </div>
+
+ <div class="docblock">
+ <h5 id="gdk">GSK</h5>
+ <p>An intermediate layer which provides a rendering API implemented using Cairo, OpenGL or Vulkan.</p>
+ <p><a href="https://docs.gtk.org/gsk4/" class="external">GDK API reference</a></p>
+ </div>
+
+ <div class="docblock">
+ <h5 id="gdk">GDK</h5>
+ <p>An intermediate layer which isolates GTK from the details of the windowing system.</p>
+ <p><a href="https://docs.gtk.org/gdk4/" class="external">GDK API reference</a></p>
</div>
<div class="docblock">
@@ -101,23 +113,11 @@ SPDX-License-Identifier: LGPL-2.1-or-later
</div>
<div class="docblock">
- <h5 id="gdk">GDK</h5>
- <p>An intermediate layer which isolates GTK from the details of the windowing system.</p>
- <p><a href="https://gnome.pages.gitlab.gnome.org/gtk/gdk4/" class="external">GDK API reference</a></p>
- </div>
-
- <div class="docblock">
- <h5 id="gdk">GSK</h5>
- <p>An intermediate layer which provides a rendering API implemented using Cairo, OpenGL or Vulkan.</p>
- <p><a href="https://gnome.pages.gitlab.gnome.org/gtk/gsk4/" class="external">GDK API reference</a></p>
- </div>
-
- <div class="docblock">
- <h5 id="gdk">GTK</h5>
- <p>GTK is the primary library used to construct user interfaces. It
- provides user interface controls and signal callbacks to respond to
- user actions.</p>
- <p><a href="https://gnome.pages.gitlab.gnome.org/gtk/gtk4/" class="external">GTK API reference</a></p>
+ <h5 id="cairo">Cairo</h5>
+ <p>Cairo is a 2D graphics library with support for multiple output
+ devices. It is designed to produce consistent, high quality output
+ on all media.</p>
+ <p><a href="https://www.cairographics.org/docs/" class="external">Cairo API reference</a></p>
</div>
</div>
</section>