Skip to content

Commit d23a289

Browse files
committed
fix(docs[redirects]): remove dirhtml-conflicting redirect entries
why: With dirhtml builder, source files like X.md and X/index.md both produce X/index.html. Redirects between them cause rediraffe conflicts ("already exists" warnings that fail the build). what: - Comment out redirect entries where source and target produce the same dirhtml output path
1 parent 88753a8 commit d23a289

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/redirects.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
"cli.md" "cli/index.md"
2-
"api.md" "api/index.md"
1+
# "cli.md" "cli/index.md" # dirhtml: same output path
2+
# "api.md" "api/index.md" # dirhtml: same output path

0 commit comments

Comments
 (0)