commit | 06fd219e25282f853a1f9f319fc66ad564cd4299 | [log] [tgz] |
---|---|---|
author | Emmanuele Bassi <ebassi@gnome.org> | Fri Dec 16 12:43:05 2022 +0000 |
committer | Emmanuele Bassi <ebassi@gnome.org> | Fri Dec 16 12:43:05 2022 +0000 |
tree | 29d1d354322288e2be2c15c607f4a2086e64797c | |
parent | f312e244d4ce3587dba63b5ad4f6cf9e5a920b4f [diff] |
Install Meson The current Fedora image does not have Meson installed.
This branch of the GTK repository is used to generate the content of the docs.gtk.org website.
. ├── atk │ ├── atk │ └── atspi2 ├── glib │ ├── gio │ ├── glib │ └── gobject ├── gtk3 │ ├── gdk │ └── gtk ├── static └── subprojects └── gi-docgen.wrap
The landing page is store inside the static
directory.
The atk
directory contains the introspection data and gi-docgen project files for ATK and AT-SPI2.
The glib
directory contains the introspection data and gi-docgen project files for GLib, GObject, and GIO.
The gtk3
directory contains the introspection data and gi-docgen project files for GTK3 and GDK3.
The subprojects
directory contains a Meson subproject for gi-docgen.
The CI pipeline for the main development branch of GTK builds the API references for the following projects:
The generated documentation is stored as an artifact inside GitLab. Additionally, the CI pipeline will use a pipeline trigger for the docs-gtk-org
branch (the branch that contains the README
file you are currently reading).
The CI pipeline for the docs-gtk-org
branch will:
The token for the pipeline trigger is stored in the PAGES_TRIGGER_TOKEN
environment variable, which is exposed to the CI pipelines of the GTK project.
Only the docs-gtk-org
branch can publish the contents of the docs.gtk.org website.