Commit 11b79321 authored by Winnie Hellmann's avatar Winnie Hellmann Committed by Kamil Trzciński

Add placeholder for feature flag documentation

parent eae3eb5c
...@@ -9,8 +9,10 @@ ...@@ -9,8 +9,10 @@
%span{ "aria-hidden": true } × %span{ "aria-hidden": true } ×
.modal-body .modal-body
%p %p
= s_('FeatureFlags|Install a compatible client library and specify the API URL, application name, and instance ID during the configuration setup.') - client_libraries_url = help_page_path("user/project/operations/feature_flags", anchor: "client-libraries")
= link_to s_('FeatureFlags|More information'), '#' = s_('FeatureFlags|Install a %{docs_link_start}compatible client library%{docs_link_end} and specify the API URL, application name, and instance ID during the configuration setup.').html_safe % { docs_link_start: %Q{<a href="#{client_libraries_url}">}.html_safe,
docs_link_end: '</a>'.html_safe }
= link_to s_('FeatureFlags|More information'), help_page_path("user/project/operations/feature_flags")
.form-group .form-group
= label_tag :api_url, s_('FeatureFlags|API URL'), class: 'label-bold' = label_tag :api_url, s_('FeatureFlags|API URL'), class: 'label-bold'
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
%h4.text-center= s_('FeatureFlags|Get started with feature flags') %h4.text-center= s_('FeatureFlags|Get started with feature flags')
%p %p
= s_('FeatureFlags|Feature flags allow you to configure your code into different flavors by dynamically toggling certain functionality.') = s_('FeatureFlags|Feature flags allow you to configure your code into different flavors by dynamically toggling certain functionality.')
= link_to 'More information', '#' = link_to 'More information', help_page_path("user/project/operations/feature_flags")
.text-center .text-center
= render 'new_feature_flag_button' = render 'new_feature_flag_button'
......
# Feature Flags
## Client libraries
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment