Skip to content

Change static docs links

Anna Vovchenko requested to merge 327854-change-static-doc-links into master

What does this MR do?

As suggested by @nmezzopera we should build docs link with the ruby utility, example:

help_page_path('ee/user/clusters/agent/index', anchor: 'define-a-configuration-repository')

This should be added to the view file and passed with props/vuex/provide-inject. This way we are sure to always point to the right docs for self-managed instances.

We have 4 static links on the empty state screen that need to be changed.

Screenshots or Screencasts (strongly suggested)

  1. Empty state Screenshot_2021-07-01_at_19.09.24
  2. Agents table Screenshot_2021-07-12_at_18.59.13

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Related to #327854 (closed)

Edited by Anna Vovchenko

Merge request reports