fix glossary instructions (#3084)

* fix glossary instructions

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>

corrected links

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>

* copyedits

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
This commit is contained in:
Victoria Bialas 2017-04-26 13:19:51 -07:00 committed by John Mulhausen
parent 2e11ef5fc7
commit a5f5875ea3
1 changed files with 8 additions and 5 deletions

13
test.md
View File

@ -185,14 +185,17 @@ only need to do it on the first one. If you have a `<th>`, set it there.
</tr>
</table>
## Update or link to the Glossary
## Glossary
The glossary source lives in the documentation repository https://github.com/docker/docker.github.io in `_data/glossary.yaml`. The glossary publishes to [https://docs.docker.com/glossary/](https://docs.docker.com/glossary/), but is linkable in documentation markdown files at `/engine/reference/glossary.md`.
The glossary source lives in the documentation repository
https://github.com/docker/docker.github.io in `_data/glossary.yaml`. The
glossary publishes to
[https://docs.docker.com/glossary/](https://docs.docker.com/glossary/).
To update glossary content, edit `_data/glossary.yaml` in .
To link to a glossary term, link to `/engine/reference/glossary.md#YourGlossaryTerm` (for example, `/engine/reference/glossary.md#swarm`).
To update glossary content, edit `_data/glossary.yaml`.
To link to a glossary term, link to `glossary.md?term=YourGlossaryTerm` (for
example, [swarm](glossary.md?term=swarm)).
## Mixing Markdown and HTML