Skip to content

Commit

Permalink
Merge pull request #184 from jordane/master
Browse files Browse the repository at this point in the history
Update github_repository docs
  • Loading branch information
radeksimko authored Feb 21, 2019
2 parents 0f406d8 + 200785d commit ff855e2
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions website/docs/r/repository.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,11 @@ The following arguments are supported:
* `has_downloads` - (Optional) Set to `true` to enable the (deprecated)
downloads features on the repository.

* `auto_init` - (Optional) Meaningful only during create; set to `true` to
produce an initial commit in the repository.
* `auto_init` - (Optional) Set to `true` to produce an initial commit in the repository.

* `gitignore_template` - (Optional) Meaningful only during create, will be ignored after repository creation. Use the [name of the template](https://github.com/github/gitignore) without the extension. For example, "Haskell".
* `gitignore_template` - (Optional) Use the [name of the template](https://github.com/github/gitignore) without the extension. For example, "Haskell".

* `license_template` - (Optional) Meaningful only during create, will be ignored after repository creation. Use the [name of the template](https://github.com/github/choosealicense.com/tree/gh-pages/_licenses) without the extension. For example, "mit" or "mpl-2.0".
* `license_template` - (Optional) Use the [name of the template](https://github.com/github/choosealicense.com/tree/gh-pages/_licenses) without the extension. For example, "mit" or "mpl-2.0".

* `default_branch` - (Optional) The name of the default branch of the repository. **NOTE:** This can only be set after a repository has already been created,
and after a correct reference has been created for the target branch inside the repository. This means a user will have to omit this parameter from the
Expand Down

0 comments on commit ff855e2

Please sign in to comment.