mirror of https://github.com/docker/docs.git
Added info on working with glossary terms (#3061)
This commit is contained in:
parent
ff924e76e8
commit
3ac61487bd
9
test.md
9
test.md
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue