You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: site/docs/sbt-mdoc.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,13 +18,14 @@ The plugin provides the following `mdocVariables`:
18
18
|**COLLABORATORS**| Set to the value of the `collaborators` setting, containing the list of repository collaborators in markdown format |
19
19
|**COLLABORATORS_TABLE**| Set to the value of the `collaborators` setting, containing the list of repository collaborators as a markdown table |
20
20
|**NAME**| Set to the value of `displayName`. Defaults to repository's name. |
21
+
|**ORGANIZATION**| Set to the value of `organization`|
21
22
|**DESCRIPTION**| Set to the value of `description`|
22
23
|**LICENSE**| Set to the license's name |
23
24
|**ORG_NAME**| Set to the value of `organizationName` setting (Github's organization name or owner's in case organization is empty and `populateOrganizationWithOwner` is `true`) |
24
25
|**ORG_EMAIL**| Set to the value of `organizationEmail` setting (Github's organization email, or owner's in case organization is empty and `populateOrganizationWithOwner` is `true`) |
25
26
|**ORG_URL**| Set to the value of `organizationHomepage` setting (Github's organization homepage or owner's in case organization is empty and `populateOrganizationWithOwner` is `true`) |
26
27
|**REPO**| Set to the repository's path: "owner/repo" |
27
-
|**DEFAULT_BRANCH**| Set to the repository's default branch |
28
+
|**DEFAULT_BRANCH**| Set to the repository's default branch|
28
29
|**START_YEAR**| Set to the value of the `startYear` setting |
29
30
|**YEAR_RANGE**| Set to the value of the `yearRange` setting |
30
31
|**COPYRIGHT_OWNER**| Set to the value of `ORG_NAME <ORG_URL>` if `ORG_URL` is present or just `ORG_NAME` in case `ORG_URL` is empty |
0 commit comments