mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 04:19:31 +00:00
switched to plugin definition
This commit is contained in:
@@ -57,9 +57,6 @@ const config = {
|
||||
searchPagePath: false,
|
||||
placeholder: 'Search the Developer Community',
|
||||
},
|
||||
googleTagManager: {
|
||||
containerId: 'GTM-TSD78J',
|
||||
},
|
||||
docs: {
|
||||
sidebar: {
|
||||
hideable: true,
|
||||
|
||||
@@ -1,4 +1,10 @@
|
||||
module.exports = [
|
||||
[
|
||||
'@docusaurus/plugin-google-tag-manager',
|
||||
{
|
||||
containerId: 'GTM-TSD78J',
|
||||
},
|
||||
],
|
||||
[
|
||||
'@docusaurus/plugin-client-redirects',
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user