Merge pull request #7015 from heckj/glossary_style_update
adding full-link to the glossary YAML style guide
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
id: _example
|
id: _example
|
||||||
name: Example K8s Term
|
name: Example K8s Term
|
||||||
full-link: kubernetes.io/docs/link-to-long-dedicated-docs-page
|
full-link: /docs/link-to-long-dedicated-docs-page
|
||||||
aka:
|
aka:
|
||||||
- Slang K8s Term
|
- Slang K8s Term
|
||||||
- Misnomer
|
- Misnomer
|
||||||
|
|||||||
@@ -6,6 +6,8 @@ To write a glossary snippet, start with a copy of the template, [`/_data/glossar
|
|||||||
* This field must match the name of the glossary file itself (without the `*.yml` extension). It is *not* intended to be displayed to users, and is only used programmatically.
|
* This field must match the name of the glossary file itself (without the `*.yml` extension). It is *not* intended to be displayed to users, and is only used programmatically.
|
||||||
* (Required) `name`
|
* (Required) `name`
|
||||||
* The name of the term.
|
* The name of the term.
|
||||||
|
* (Optional) `full-link`
|
||||||
|
* The link to any specific long-form documentation, starting with `https://` if not within the website repo, and `/docs/...` if within the repo.
|
||||||
* (Required) `tags`
|
* (Required) `tags`
|
||||||
* Must be one of the tags listed in the [tags directory in the website repository](https://github.com/kubernetes/website/tree/master/_data/canonical-tags).
|
* Must be one of the tags listed in the [tags directory in the website repository](https://github.com/kubernetes/website/tree/master/_data/canonical-tags).
|
||||||
* (Required) `short description`
|
* (Required) `short description`
|
||||||
|
|||||||
Reference in New Issue
Block a user