Currently, the help page only shows a few sentences about the module. We should show all the information from the readme file.

$filepath = dirname(__FILE__) . '/README.md';
if (file_exists($filepath)) {
  $readme = file_get_contents($filepath);
  $output = '<pre>' . $readme . '</pre>';

  return $output;
}
Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

astonvictor created an issue. See original summary.

astonvictor’s picture

Issue summary: View changes
smovs’s picture

Assigned: Unassigned » smovs

smovs’s picture

Assigned: smovs » Unassigned
Status: Active » Needs review

Please review

astonvictor’s picture

Status: Needs review » Fixed

Now that this issue is closed, review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, credit people who helped resolve this issue.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.