Skip to content

Commit

Permalink
update docs for github-path link (#408)
Browse files Browse the repository at this point in the history
Signed-off-by: Hannah Bollar <github@hannahbollar.com>
  • Loading branch information
hanbollar committed Feb 13, 2024
1 parent 9320ffa commit fcddf36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion create-docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@ process_js_files() {
{
echo '---'
echo "title: ${title}"
echo "github-path: https://github.com/volumetrics-io/mrjs/edit/main/${file}"
echo '---'
echo "# ${title}"
echo ''
jsdoc2md "$file"
} > "$md_file"
echo "<div class='centered'><a href='https://github.com/volumetrics-io/mrjs/edit/main/$file' target='_blank'>Suggest an edit on GitHub for ${original_file_name}.js</a></div>" >> "$md_file"

# Increment the local counter
((counter++))
Expand Down

0 comments on commit fcddf36

Please sign in to comment.