mirror of https://github.com/docker/docs.git
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:
parent
2e11ef5fc7
commit
a5f5875ea3
13
test.md
13
test.md
|
@ -185,14 +185,17 @@ only need to do it on the first one. If you have a `<th>`, set it there.
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</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 update glossary content, edit `_data/glossary.yaml`.
|
||||||
|
|
||||||
To link to a glossary term, link to `/engine/reference/glossary.md#YourGlossaryTerm` (for example, `/engine/reference/glossary.md#swarm`).
|
|
||||||
|
|
||||||
|
To link to a glossary term, link to `glossary.md?term=YourGlossaryTerm` (for
|
||||||
|
example, [swarm](glossary.md?term=swarm)).
|
||||||
|
|
||||||
## Mixing Markdown and HTML
|
## Mixing Markdown and HTML
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue