mirror of
https://github.com/docker/docs.git
synced 2026-03-27 22:38:54 +07:00
We cannot use relative links in includes, because: - The jekyll-relative-links, is not called on includes, so markdown-links are rendered as-is. - These files are included in various locations on the website; because of that, it's not possible to compose a relative link to other Markdown files, so we're falling back to using absolute URLs, relative to the root of the website. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>