From a988d3cf3631e07c7d2bf5bb9eb9be21ee21fd04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Sat, 11 Feb 2017 20:56:46 +0700 Subject: [PATCH] docs: Remove the source relative links docs See #3028 --- docs/content/overview/configuration.md | 51 +------------------------- 1 file changed, 1 insertion(+), 50 deletions(-) diff --git a/docs/content/overview/configuration.md b/docs/content/overview/configuration.md index 75005a300..21b424ad6 100644 --- a/docs/content/overview/configuration.md +++ b/docs/content/overview/configuration.md @@ -413,56 +413,7 @@ paired with the corresponding flags from Blackfriday's source code (for the latt - - sourceRelativeLinksEval - false - none - - - - Purpose: - true enables source file-based relative linking (à la Github). - Relative links to Markdown and static files within a page - will be evaluated relative to the location of that page, - and then converted to HTML links during rendering.
- - Example: - [some-reference-text](../other/page.md) in - ./content/total/overview.md will link to - ./content/other/overview.md and render to - /other/overview/ in the HTML output. - - - - - sourceRelativeLinksProjectFolder - /docs/content - none - - - - Purpose: - Set a sub-folder for source file-based relative linking - on a Hugo Project (i.e., a web site). When - sourceRelativeLinksEval (see above) is enabled, - some source level paths may contain absolute respository - paths to Markdown or static files. - The absolute portion of these paths should be removed - before trying to match the intended links.
- - Example: - Assuming your documentation resides in - ./docs/content, - then a reference within - ./docs/content/total/overview.md to - [some-reference-text](/docs/content/other/page.md) - will link to - ./docs/content/other/overview.md and render to - /other/overview/ in the HTML output. - - - - + **Notes**