mirror of
https://github.com/github/choosealicense.com
synced 2024-12-22 04:40:09 +01:00
Merge pull request #337 from github/update-fields-descriptions
Update descriptions of fields to reflect hidden default change
This commit is contained in:
commit
74c47615e8
10
README.md
10
README.md
@ -50,13 +50,13 @@ Licenses sit in the `/_licenses` folder. Each license has YAML front matter desc
|
||||
|
||||
* `note` - Additional information about the licenses
|
||||
* `using` - A list of notable projects using the license in the form of `project_name: "url"`
|
||||
* `hidden` - Whether the license is hidden from the license list (defaults to false)
|
||||
* `redirect_from` - Relative path(s) to redirect to the license from
|
||||
* `hidden` - Whether the license is hidden from the license list (defaults to true)
|
||||
* `redirect_from` - Relative path(s) to redirect to the license from, to prevent breaking old URLs
|
||||
* `featured` - Whether the license should be featured on the main page (defaults to false)
|
||||
* `nickname` - A shorter, human-readable license name where the SPDX license name is long
|
||||
* `variant` - Whether the license is a variant of a family of licenses (e.g., GPL)
|
||||
* `nickname` - A shorter, human-readable license name where the SPDX license name (`title` above) is long
|
||||
* `variant` - Whether the license is a variant of a family of licenses (defaults to false)
|
||||
* `family` - If part of a license family, the name of the license family (e.g., `GPL`)
|
||||
* `tab-slug` - If part of a license family, a license slug containing only `a-z`, `0-9`, and `_` characters
|
||||
* `tab-slug` - If part of a license family, a license slug containing only `a-z`, `0-9`, and `_` characters, used for internal links on the licenses page
|
||||
|
||||
### Auto-populated fields
|
||||
|
||||
|
@ -40,11 +40,11 @@
|
||||
required: false
|
||||
|
||||
- name: hidden
|
||||
description: Whether the license is hidden from the license list (defaults to false)
|
||||
description: Whether the license is hidden from the license list (defaults to true)
|
||||
required: false
|
||||
|
||||
- name: redirect_from
|
||||
description: Relative path(s) to redirect to the license from
|
||||
description: Relative path(s) to redirect to the license from, to prevent breaking old URLs
|
||||
required: false
|
||||
|
||||
- name: featured
|
||||
@ -52,11 +52,11 @@
|
||||
required: false
|
||||
|
||||
- name: nickname
|
||||
description: A shorter, human-readable license name where the SPDX license name is long
|
||||
description: A shorter, human-readable license name where the SPDX license name (`title` above) is long
|
||||
required: false
|
||||
|
||||
- name: variant
|
||||
description: Whether the license is a variant of a family of licenses (e.g., GPL)
|
||||
description: Whether the license is a variant of a family of licenses (defaults to false)
|
||||
required: false
|
||||
|
||||
- name: family
|
||||
@ -64,5 +64,5 @@
|
||||
required: false
|
||||
|
||||
- name: tab-slug
|
||||
description: If part of a license family, a license slug containing only `a-z`, `0-9`, and `_` characters
|
||||
description: If part of a license family, a license slug containing only `a-z`, `0-9`, and `_` characters, used for internal links on the licenses page
|
||||
required: false
|
||||
|
Loading…
x
Reference in New Issue
Block a user