Skip to content

Commit bbef173

Browse files
committed
Add default page redirects so that we don't show directory listing.
1 parent 74a7965 commit bbef173

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

mkdocs.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,15 @@ plugins:
4949
testing/Writing_Tests/parameterized-tests.md: testing/writing/parameterized-tests.md
5050
testing/Writing_Tests/tests.md: testing/writing/tests.md
5151
testing/Writing_Tests/traces.md: testing/writing/traces.ipynb
52+
# Redirects so that we avoid showing directory listing.
53+
explorer/api/index.md: explorer/api/client-setup.md
54+
explorer/api/dataset-metadata/index.md: explorer/api/dataset-metadata/get.md
55+
explorer/api/uploading-traces/index.md: explorer/api/uploading-traces/file-uploads.md
56+
gateway/llm-provider-integrations/index.md: gateway/llm-provider-integrations/openai.md
57+
gateway/agent-integrations/index.md: gateway/agent-integrations/microsoft-autogen.md
58+
testing/examples/index.md: testing/examples/computer-use.md
59+
testing/running/index.md: testing/running/pytest-compatibility.md
60+
testing/writing/index.md: testing/writing/integrate.md
5261

5362
nav:
5463
- Welcome: index.md

0 commit comments

Comments
 (0)