-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix links #99
Fix links #99
Conversation
@ShimShtein The tests are still failing and I'm not sure what is wrong nor if my fix is correct. Please, help? |
dca59d7
to
0821b7f
Compare
@@ -78,7 +78,7 @@ module Documentation | |||
'Products_and_Repositories_content-management' => "#{ForemanThemeSatellite.documentation_root}/managing_content/importing_content_content-management#Products_and_Repositories_content-management", | |||
}, | |||
'Managing_Hosts' => { | |||
'registering-a-host_managing-hosts' => "#{ForemanThemeSatellite.documentation_root}/managing_hosts/registering_hosts_to_server_managing-hosts#Registering_Hosts_by_Using_Global_Registration_managing-hosts", | |||
'registering-a-host_managing-hosts' => "#{ForemanThemeSatellite.documentation_root}/managing_hosts/registering-hosts-and-setting-up-host-integration_managing-hosts#Registering_Hosts_by_Using_Global_Registration_managing-hosts", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Lennonka I have rolled back the change to the key (registering-a-host_managing-hosts
). This key is used in the upstream foreman. We want to make sure that when the code calls for the upstream value like here:
https://github.com/theforeman/foreman/blob/9d0f388296a845ebcba944e9fc04570a42f5ceea/webpack/assets/javascripts/react_app/routes/RegistrationCommands/RegistrationCommandsPage/index.js#L203
the theme will serve the downstream link.
Squashed y'alls commits to make them pretty ✨ and going to merge this. Thank you two! |
Fix failing links based on #91.