mirror of
https://github.com/clearml/clearml-docs
synced 2025-02-12 07:25:44 +00:00
Add custom plugin
This commit is contained in:
parent
2414747480
commit
ccf6351abe
@ -231,6 +231,12 @@ module.exports = {
|
|||||||
],
|
],
|
||||||
plugins: [
|
plugins: [
|
||||||
// ... Your other plugins.
|
// ... Your other plugins.
|
||||||
|
[
|
||||||
|
require.resolve('docusaurus-gtm-plugin'),
|
||||||
|
{
|
||||||
|
id: 'none', // GTM Container ID
|
||||||
|
}
|
||||||
|
],
|
||||||
[
|
[
|
||||||
require.resolve("@easyops-cn/docusaurus-search-local"),
|
require.resolve("@easyops-cn/docusaurus-search-local"),
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user