From 3ce9adf7d9b8c7a9d72cb766afacff671eeda07f Mon Sep 17 00:00:00 2001 From: black-dragon74 Date: Thu, 12 May 2022 14:23:42 +0530 Subject: [PATCH] [docs] Remove public google site verification page The UID listed on this page is supposed to be kept private. Also, this change just hides the hyperlink from the NAV, google crawlers are still able to verify the site for authenticity. The way SSGs work, if a file exists let's say "siteurl/myfile.html" and the route "myfile.html" is not defined then the file at that location will be served instead. That's why siteurl/googleXXXXX.html can still be accessed when an explicit URL is provided (that's what crawlers already have). Signed-off-by: black-dragon74 --- mkdocs.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/mkdocs.yml b/mkdocs.yml index 4ea5df77..3ad3b1f9 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -268,7 +268,6 @@ nav: - Statedump: Troubleshooting/statedump.md - gfid to path: Troubleshooting/gfid-to-path.md - Glossary: ./glossary.md - - Google Site Verification: ./google64817fdc11b2f6b6.html extra_javascript: - js/fix-docs.js