From 8816e375d34c43ac946a3e97f5f76b56317994cf Mon Sep 17 00:00:00 2001 From: Harry Mellor <19981378+hmellor@users.noreply.github.com> Date: Thu, 6 Nov 2025 07:06:33 -0800 Subject: [PATCH] [Docs] Switch to directory style URLs (#28058) Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com> --- mkdocs.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/mkdocs.yaml b/mkdocs.yaml index 6f2be65a18af..bf97093dafb1 100644 --- a/mkdocs.yaml +++ b/mkdocs.yaml @@ -142,8 +142,3 @@ extra_javascript: - https://unpkg.com/mathjax@3.2.2/es5/tex-mml-chtml.js - mkdocs/javascript/edit_and_feedback.js - mkdocs/javascript/slack_and_forum.js - -# Makes the url format end in .html rather than act as a dir -# So index.md generates as index.html and is available under URL /index.html -# https://www.mkdocs.org/user-guide/configuration/#use_directory_urls -use_directory_urls: false