Update GDK runner documentation
What does this Merge Request do?
The documentation for setting up a runner alongside the GDK was hard to follow, as depending on your configuration you had to jump around the documentation hoping to find the correct next step.
This is an attempt to clean up the documentation and make it read more linearly. I separated out the simple
and docker
configurations so the reader doesn't get mixed up trying to understand if they need to do something extra.
Merge Request checklist
- [-] Tests added for new functionality. If not, please raise Issue to follow-up.
- [-] This change is backward compatible. If not, please include steps to communicate to our users.
-
Documentation added/updated, if needed. - [-]
gdk doctor
test added, if needed.