Skip to content

Delegate docs commands to gitlab-docs Makefile

What does this merge request do and why?

GDK doesn't need to know about Docs internals. The interface right now:

deps
build
clean

Need to define the standard for component interface. The component should tell GDK how to build itself.

See #2021.

How to set up and validate locally

Impacted categories

The following categories relate to this merge request:

Merge request checklist

  • This change is backward compatible. If not, please include steps to communicate to our users.
  • Tests added for new functionality. If not, please raise an issue to follow-up.
  • Documentation added/updated, if needed.
  • Announcement added, if change is notable.
  • gdk doctor test added, if needed.
  • Add the ~highlight label if this MR should be included in the CHANGELOG.md.
Edited by Anatoli Babenia

Merge request reports