feat: add noCompileLinks option to Docsify configuration (#12751)

This commit is contained in:
Azhan Latif
2025-12-02 11:24:26 -05:00
committed by GitHub
parent 57f7c44718
commit e6a5266bad

View File

@@ -38,6 +38,7 @@
loadSidebar: 'docs/_sidebar.md',
repo: 'https://github.com/kubernetes-sigs/kubespray',
auto2top: true,
noCompileLinks: ['.*\.ini'],
logo: '/logo/logo-clear.png'
}
</script>