From a69d0321e12ed25ae6f699e7f257ff2c27fb9f98 Mon Sep 17 00:00:00 2001 From: Jens Georg Date: Thu, 27 May 2021 13:35:44 +0200 Subject: ci: Build and deploy docs Fixes #7 --- .gitlab-ci.yml | 5 ++++- doc/index.html | 39 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 43 insertions(+), 1 deletion(-) create mode 100644 doc/index.html diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 39e61fd..ee3dcef 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -181,7 +181,10 @@ pages: - meson doc-build -Dgtk_doc=true - ninja -C doc-build gupnp-dlna-doc - mkdir -p public - - mv doc-build/doc/html public/docs + - cp doc/index.html public/docs + - mv doc-build/doc/gupnp-dlna/html public/docs/gupnp-dlna + - mv doc-build/doc/gupnp-dlna-gst/html public/docs/gupnp-dlna-gst + - mv doc-build/doc/gupnp-dlna-metadata/html public/docs/gupnp-dlna-metadata artifacts: paths: - public diff --git a/doc/index.html b/doc/index.html new file mode 100644 index 0000000..6c78830 --- /dev/null +++ b/doc/index.html @@ -0,0 +1,39 @@ + + + + +GUPnP-DLNA API reference + + + +
+
+
+

API Reference

+
+
+
GUPnP-DLNA reference manual
+
GUPnP DLNA is a set of utility APIs to simplify DLNA-specific bits of MediaServer implementations, such as DLNA media profile guessing.
+
GUPnP-DLNA-Gst reference manual
+
GUPnP DLNA GStreamer is a set of utility function targeted for using GUPnP-DLNA with GStreamer.
+
GUPnP-DLNA-Metadata
+
GUPnP DLNA Metadata is a set of APIs to create a metadata extractor plugins used by GUPnP DLNA Profile Guesser to guess the profile.
+
+ + + -- cgit v1.2.1