Added info on working with glossary terms (#3061)

This commit is contained in:
Victoria Bialas 2017-04-25 16:52:55 -07:00 committed by GitHub
parent ff924e76e8
commit 3ac61487bd
1 changed files with 9 additions and 0 deletions

View File

@ -185,6 +185,15 @@ 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
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`.
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`).
## Mixing Markdown and HTML
You can use <b>span-level</b> HTML tags within Markdown.