This is an automated email from the ASF dual-hosted git repository. not-in-ldap pushed a commit to branch jjardon/getting_started in repository https://gitbox.apache.org/repos/asf/buildstream.git
commit 6aba0ddb43b5e2275c3c12214e088e6301c16184 Author: Javier Jardón <[email protected]> AuthorDate: Thu Mar 15 22:29:26 2018 +0000 Add doc/source/examples.rst --- doc/source/examples.rst | 8 ++++++++ doc/source/index.rst | 1 + 2 files changed, 9 insertions(+) diff --git a/doc/source/examples.rst b/doc/source/examples.rst new file mode 100644 index 0000000..6c3f2f3 --- /dev/null +++ b/doc/source/examples.rst @@ -0,0 +1,8 @@ +:orphan: + +.. _examples: + +Examples of projects using BuildStream +====================================== +* `GNOME Build Metadata <https://gitlab.gnome.org/GNOME/gnome-build-meta/>`_ +* `freedesktop-sdk <https://gitlab.com/freedesktop-sdk/freedesktop-sdk/>`_ diff --git a/doc/source/index.rst b/doc/source/index.rst index d01c325..89c7829 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -25,6 +25,7 @@ dependencies. install docker first_project + examples .. toctree::
