Version 1
[yaffs-website] / web / core / modules / help / help.routing.yml
diff --git a/web/core/modules/help/help.routing.yml b/web/core/modules/help/help.routing.yml
new file mode 100644 (file)
index 0000000..505251d
--- /dev/null
@@ -0,0 +1,15 @@
+help.main:
+  path: '/admin/help'
+  defaults:
+    _controller: '\Drupal\help\Controller\HelpController::helpMain'
+    _title: 'Help'
+  requirements:
+    _permission: 'access administration pages'
+
+help.page:
+  path: '/admin/help/{name}'
+  defaults:
+    _controller: '\Drupal\help\Controller\HelpController::helpPage'
+    _title: 'Help'
+  requirements:
+    _permission: 'access administration pages'