Skip to content

Commit bcb718d

Browse files
committed
update view source text in doc api functions
1 parent 4854cdc commit bcb718d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/src/php/FileGenerator/Application/ApiMarkdownGenerator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public function generate(): array
2525
$result[] = "## `{$fn->fnName()}`";
2626
$result[] = $fn->doc();
2727
if ($fn->url() !== '') {
28-
$result[] = sprintf('Read more [here](%s).', $fn->url());
28+
$result[] = sprintf('<small>[[View source](%s)]</small>', $fn->url());
2929
}
3030
}
3131

0 commit comments

Comments
 (0)