Skip to content

Commit 405cc60

Browse files
allow images from the elastic-severless-forwarder repo (#1140)
1 parent 374d7d1 commit 405cc60

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/docs-assembler/Navigation/GlobalNavigationPathProvider.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,6 @@ public GlobalNavigationPathProvider(GlobalNavigationFile navigationFile, Assembl
7878
return null;
7979
if (lookup.StartsWith("elasticsearch-py://sphinx/", StringComparison.Ordinal))
8080
return null;
81-
if (lookup.StartsWith("elastic-serverless-forwarder://", StringComparison.Ordinal) && lookup.EndsWith(".png"))
82-
return null;
8381

8482
//allow files at root for `docs-content` (index.md 404.md)
8583
if (lookup.StartsWith("docs-content://") && !relativePath.Contains('/'))

0 commit comments

Comments
 (0)