doc: explain how to use domain types properly (#4134)

This commit is contained in:
Ariel Mashraki
2024-07-12 12:45:42 +03:00
committed by GitHub
parent 7871b82e81
commit 826aa41c27
30 changed files with 3453 additions and 6 deletions

View File

@@ -74,5 +74,7 @@ export default function(Prism) {
lookbehind: true
}
});
window.Prism = Prism;
require(`prismjs/components/prism-hcl`)
delete window.Prism;
}