From 08d2484fa5f49e95464433c24524243e59892b13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Tue, 18 Feb 2025 00:31:33 +0100 Subject: [PATCH] docs: #850 --- docs/content/authoring/linking/pages.en.md | 14 ++++++++++++++ layouts/partials/version.txt | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/docs/content/authoring/linking/pages.en.md b/docs/content/authoring/linking/pages.en.md index 4c7062691a..9ddb94c47f 100644 --- a/docs/content/authoring/linking/pages.en.md +++ b/docs/content/authoring/linking/pages.en.md @@ -4,3 +4,17 @@ description = "How to link to pages and resources" title = "Pages & Resources" weight = 1 +++ + +## Standard Links + +The usual way to link to a page or a resource is to use a Markdown link in the form of `[some page](a-page)` or `![some image](an-image)`. + +Images are searched in the resources of the current page and your global `assets` directory. + +## Links to Other Page Translations + +By giving the query parameter `lang`, containing the language code, you can link to pages of other translations of your site, e.g. `[some translated page](my-page?lang=pir)`. + +## Links to Other Page Output Formats + +You can link to different output formats of a page by adding the query parameter `format`. For example to link to the print format of a page, write `[a printable page](my-page?format=print)`. diff --git a/layouts/partials/version.txt b/layouts/partials/version.txt index 98750ee754..184bcf969c 100644 --- a/layouts/partials/version.txt +++ b/layouts/partials/version.txt @@ -1 +1 @@ -7.3.2+a8dfe51e9dfc6443734ddf0a0f1efe36e4aaa6f3 \ No newline at end of file +7.3.2+d11139ac93113533dbab21f36ac6876c85377117 \ No newline at end of file