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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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>