[v9.2.x] Use relref resolved from nearest section (#58721)
Use relref resolved from nearest section (#58718)
As image-rendering is a branch bundle, it is considered a section by
Hugo and relrefs should be resolved from there even for child pages.
The behavior that worked in `next` but not `latest` could be explained
by the lenient but potentially ambiguous relref resolution algorithm
Hugo uses. However, I have not determined the exact difference between
the two sets of content that causes `next` to work but `latest` not to.
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
(cherry picked from commit b9d8bcb59b)
Co-authored-by: Jack Baldry <jack.baldry@grafana.com>
This commit is contained in:
co-authored by
Jack Baldry
parent
a8ceec0ed9
commit
bc708d3543
@@ -30,9 +30,9 @@ filters = rendering:debug
|
||||
|
||||
You can also enable more logs in image renderer service itself by:
|
||||
|
||||
- Increasing the [log level]({{< relref "../../image-rendering#log-level" >}}).
|
||||
- Enabling [verbose logging]({{< relref "../../image-rendering#verbose-logging" >}}).
|
||||
- [Capturing headless browser output]({{< relref "../../image-rendering#capture-browser-output" >}}).
|
||||
- Increasing the [log level]({{< relref ".#log-level" >}}).
|
||||
- Enabling [verbose logging]({{< relref "./#verbose-logging" >}}).
|
||||
- [Capturing headless browser output]({{< relref "./#capture-browser-output" >}}).
|
||||
|
||||
## Missing libraries
|
||||
|
||||
|
||||
Reference in New Issue
Block a user