mirror of
https://github.com/docker/docs.git
synced 2026-06-19 07:35:16 +00:00
d50fe6664f
## Description - Update Contribute `links.md` to verify that internal and external links open in the same tab. - Remove "open in new" tab icon ## Related issues or tickets https://docker.atlassian.net/browse/ENGDOCS-2717 ## Reviews - [ ] Technical review - [ ] Editorial review - [ ] Product review
649 B
649 B
description, title, toc_max
| description | title | toc_max |
|---|---|---|
| components and formatting examples used in Docker's docs | Links | 3 |
Examples
External links and internal links both open in the same tab.
Use relative links, using source filenames.
Links to auto-generated content
When you link to heading IDs in auto-generated pages, such as CLI reference content, you won't get any help from your editor in resolving the anchor names. That's because the pages are generated at build-time and your editor or LSP doesn't know about them in advance.
Syntax
[External links](https://docker.com)
[Internal links](links.md)