Issue #3307697 by quietone, Amber Himes Matz: Update breadcrumbs in...
Issue #3307697 by quietone, Amber Himes Matz: Update breadcrumbs in migrate_drupal_ui, responsive_image, search.configuring, search.index help topics to use help_route_link function
<p>{%trans%}Migrate data into a new, empty site, as part of an upgrade from an older version of Drupal. See {{migrate_overview_topic}} for an overview of migrating and upgrading.{%endtrans%}</p>
<h2>{%trans%}Steps{%endtrans%}</h2>
<ol>
<li>{%trans%}In the <em>Manage</em> administrative menu, navigate to <em>Configuration</em>><em>Development</em>><em><ahref="{{migrate_drupal_upgrade}}">Upgrade</a></em>.{%endtrans%}</li>
<li>{%trans%}In the <em>Manage</em> administrative menu, navigate to <em>Configuration</em>><em>Development</em>><em>{{migrate_drupal_upgrade_link}}</em>.{%endtrans%}</li>
<li>{%trans%}Read the introduction and follow the <em>Preparation steps</em> on the page. Then click <em>Continue</em>.{%endtrans%}</li>
<li>{%trans%}Select the Drupal version of the source site. Also enter the database credentials and public and private files directories (private file directory is not available when migrating from Drupal 6). Click <em>Review upgrade</em>.{%endtrans%}</li>
<li>{%trans%}If the next page you see contains a message about conflicting content, that means that the site where you are running the upgrade is not empty. If you continue, you will lose the data in the site. If that is acceptable, click the button to continue; if not, start these steps over in a new, clean Drupal site.{%endtrans%}</li>
<p>{%trans%}Configure a responsive image style, which can be used to display images at different sizes on different devices. See {{media_topic}} for an overview of responsive image styles, and {{breakpoint_overview_topic}} for an overview of breakpoints.{%endtrans%}</p>
<h2>{%trans%}Steps{%endtrans%}</h2>
<ol>
<li>{%trans%}In the <em>Manage</em> administrative menu, navigate to <em>Configuration</em>><em>Media</em>><ahref="{{styles}}"><em>Responsive image styles</em></a>.{%endtrans%}</li>
<li>{%trans%}In the <em>Manage</em> administrative menu, navigate to <em>Configuration</em>><em>Media</em>><em>{{styles_link}}</em>.{%endtrans%}</li>
<p>{%trans%}Configure one or more search pages.{%endtrans%}</p>
<h2>{%trans%}Steps{%endtrans%}</h2>
<ol>
<li>{%trans%}In the <em>Manage</em> administrative menu, navigate to <em>Configuration</em>><em>Search and Metadata</em>><ahref="{{search_settings}}"><em>Search pages</em></a>.{%endtrans%}</li>
<li>{%trans%}In the <em>Manage</em> administrative menu, navigate to <em>Configuration</em>><em>Search and Metadata</em>><em>{{search_settings_link}}</em>.{%endtrans%}</li>
<li>{%trans%}Scroll down to the <em>Search pages</em> section. You will see a list of the already-configured search pages on your site.{%endtrans%}</li>
<li>{%trans%}To configure an existing search page, click <em>Edit</em>. Or, to add a new search page, select the <em>Search page type</em> and click <em>Add search page</em>.{%endtrans%}</li>
<li>{%trans%}Enter the desired <em>Label</em> name and URL <em>Path</em> for the search page.{%endtrans%}</li>
<p>{%trans%}Manage the search index, and make sure that the site is fully indexed for searching.{%endtrans%}</p>
<h2>{%trans%}What is the search index?{%endtrans%}</h2>
<p>{%trans%}The <em>Content</em> and <em>Help</em> search types provided by the core software pre-index their content and store the results in several database tables that are collectively called the <em>search index</em>. The process of indexing renders the content and breaks it up into words, which can then be matched more efficiently with keyword queries when users perform searches. Search indexing happens during cron runs; see {{cron_topic}} for more information about cron.{%endtrans%}</p>
<h2>{%trans%}Steps{%endtrans%}</h2>
<ol>
<li>{%trans%}In the <em>Manage</em> administrative menu, navigate to <em>Configuration</em>><em>Search and Metadata</em>><ahref="{{search_settings}}"><em>Search pages</em></a>.{%endtrans%}</li>
<li>{%trans%}In the <em>Manage</em> administrative menu, navigate to <em>Configuration</em>><em>Search and Metadata</em>><em>{{search_settings_link}}</em>.{%endtrans%}</li>
<li>{%trans%}Under <em>Indexing throttle</em>, select the <em>Number of items to index per cron run</em>. A smaller number will make cron faster and reduce the possibility of timeout; a larger number will make sure more of your site is indexed in fewer cron runs.{%endtrans%}</li>
<li>{%trans%}Under <em>Default indexing settings</em>, enter the desired <em>Minimum word length to index</em>. Words smaller than this length will be dropped from both keywords when searching and content when indexing.{%endtrans%}</li>
<li>{%trans%}If your site uses Chinese, Japanese, or Korean languages, optionally check <em>Simple CJK handling</em> under <em>Default indexing settings</em> to provide some support for these languages.{%endtrans%}</li>