diff -u b/core/modules/help_topics/help_topics/comment.configuring_content.html.twig b/core/modules/help_topics/help_topics/comment.configuring_content.html.twig
--- b/core/modules/help_topics/help_topics/comment.configuring_content.html.twig
+++ b/core/modules/help_topics/help_topics/comment.configuring_content.html.twig
@@ -15,45 +15,32 @@
diff -u b/core/modules/help_topics/help_topics/node.creating_content.html.twig b/core/modules/help_topics/help_topics/node.creating_content.html.twig
--- b/core/modules/help_topics/help_topics/node.creating_content.html.twig
+++ b/core/modules/help_topics/help_topics/node.creating_content.html.twig
@@ -3,14 +3,12 @@
related:
- node.overview
- core.content_structure
-- node.create_content_type
+- node.creating_type
- field_ui.add_field
- field_ui.manage_display
- field_ui.manage_form
- comment.configuring_content
- path.overview
-- menu.overview
-- content.revisioning
---
{% set content_types = render_var(url('entity.node_type.collection')) %}
{% set content_structure = render_var(url('help.help_topic', {'id': 'core.content_structure'})) %}
diff -u b/core/modules/help_topics/help_topics/node.overview.html.twig b/core/modules/help_topics/help_topics/node.overview.html.twig
--- b/core/modules/help_topics/help_topics/node.overview.html.twig
+++ b/core/modules/help_topics/help_topics/node.overview.html.twig
@@ -8,8 +8,6 @@
{% trans %}A content item is any piece of individual content, such as a page, poll, article, forum topic, or a blog entry.{% endtrans %}
{% trans %}What is a content type?{% endtrans %}
{% trans %}Content items are divided in content types, which have different purposes and are displayed in very different ways on the site. Examples of content types are page, article, recipe, event, forum topic, and blog entry.{% endtrans %}
-{% trans %}What is the Node module?{% endtrans %}
-{% trans %}The Node module manages the creation, editing, deletion, settings, and display of the main site content. Content items managed by the Node module are typically displayed as pages on your site, and include a title, some meta-data (author, creation time, content type, etc.), and optional fields containing text or other data (fields are managed by the Field module).{% endtrans %}
{% trans %}Additional resources{% endtrans %}
- {% trans %}Drupal User Guide: Planning your content structure{% endtrans %}
diff -u b/core/modules/help_topics/help_topics/path.overview.html.twig b/core/modules/help_topics/help_topics/path.overview.html.twig
--- b/core/modules/help_topics/help_topics/path.overview.html.twig
+++ b/core/modules/help_topics/help_topics/path.overview.html.twig
@@ -10,11 +10,9 @@
{% trans %}What is a path?{% endtrans %}
{% trans %}A path is the unique, last part of the URL for a specific function or piece of content. For example, for a page whose full URL is http://example.com/node/7, the path is node/7. Here are some examples of paths you might find in your site:{% endtrans %}
- - node/7
- - taxonomy/term/6
- - admin/content/comment
- - user/login
- - user/3
+ - {% trans %}node/7: Path to a particular content item{% endtrans %}
+ - {% trans %}taxonomy/term/6: Path to a taxonomy term page{% endtrans %}
+ - {% trans %}user/3: Path to user profile page{% endtrans %}
{% trans %}What is an alias?{% endtrans %}
{% trans %}The core software has a feature called "URL Alias" that allows you to provide a more understandable name to the content. So, if you have an "About Us" page with the path node/7, you can set up an alias so that your visitors will see it as http://www.example.com/AboutUs. The core Path module, which supports URL aliasing, provides this functionality. The additional module pathauto automatically generates a URL alias when you create content.{% endtrans %}