Skip to content

Commit

Permalink
Add note about available variables in the function include file.
Browse files Browse the repository at this point in the history
  • Loading branch information
j-bauer committed May 14, 2024
1 parent ce1a510 commit e5da85b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion datahub-functions.include.example
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
# Currently, only a function called 'get_publication_link()' is used in the main
# code. This function is used to get the badge link to point to when an ARC has
# been validated and is marked ready for further processing. This is usually
# tied to publication plattform of some kind, hence the name.
# tied to publication plattform of some kind, hence the name. Note that there
# are a lot of project/job related information available in this context.
# Refer to the main script for a list of variables or contact us.

get_publication_link() {
echo "https://example.com/publish"
Expand Down

0 comments on commit e5da85b

Please sign in to comment.