From e6a5266bad1f7b64498b3a915219da4bec4a02ea Mon Sep 17 00:00:00 2001 From: Azhan Latif <44626911+AzhanL@users.noreply.github.com> Date: Tue, 2 Dec 2025 11:24:26 -0500 Subject: [PATCH] feat: add noCompileLinks option to Docsify configuration (#12751) --- index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/index.html b/index.html index 31d215768..0bab12fbd 100644 --- a/index.html +++ b/index.html @@ -38,6 +38,7 @@ loadSidebar: 'docs/_sidebar.md', repo: 'https://github.com/kubernetes-sigs/kubespray', auto2top: true, + noCompileLinks: ['.*\.ini'], logo: '/logo/logo-clear.png' }