1
0
mirror of https://github.com/github/choosealicense.com synced 2024-06-09 20:49:51 +02:00

Revert "Revert "Update descriptions of fields to reflect hidden default change""

This commit is contained in:
Mike Linksvayer 2016-02-02 16:10:39 -08:00
parent ad63cb8c1b
commit 5c020b61eb
2 changed files with 10 additions and 10 deletions

View File

@ -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

View File

@ -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