Link to the keyword family page from the field types docs. (#61819)

We now link to the top-level keyword type family page instead of its individual
subsections. This better fits the page format, where each type name is a link.
This commit is contained in:
Julie Tibshirani 2020-09-01 16:21:25 -07:00
parent 129b233156
commit 9ee5f20ebc
1 changed files with 3 additions and 4 deletions

View File

@ -23,9 +23,8 @@ type: `boolean`.
<<binary,`binary`>>:: Binary value encoded as a Base64 string.
<<boolean,`boolean`>>:: `true` and `false` values.
Keyword:: The keyword family, including <<keyword, `keyword`>>,
<<constant-keyword-field-type,`constant_keyword`>>, and
<<wildcard-field-type, `wildcard`>>.
<<keyword, Keywords>>:: The keyword family, including `keyword`, `constant_keyword`,
and `wildcard`.
<<number,Numbers>>:: Numeric types, such as `long` and `double`, used to
express amounts.
Dates:: Date types, including <<date,`date`>> and