Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 13 additions & 16 deletions docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -160,10 +160,7 @@ const sidebar = {
collapsable: true,
sidebarDepth: 1,
children: [
[
'/developer-docs/latest/developer-resources/content-api/integrations/react',
'React'
],
['/developer-docs/latest/developer-resources/content-api/integrations/react', 'React'],
[
'/developer-docs/latest/developer-resources/content-api/integrations/vue-js',
'Vue.js',
Expand Down Expand Up @@ -215,16 +212,11 @@ const sidebar = {
'/developer-docs/latest/developer-resources/content-api/integrations/flutter',
'Flutter',
],
[
'/developer-docs/latest/developer-resources/content-api/integrations/go',
'Go'],
[
'/developer-docs/latest/developer-resources/content-api/integrations/php',
'PHP'
],
['/developer-docs/latest/developer-resources/content-api/integrations/go', 'Go'],
['/developer-docs/latest/developer-resources/content-api/integrations/php', 'PHP'],
[
'/developer-docs/latest/developer-resources/content-api/integrations/laravel',
'Laravel'
'Laravel',
],
],
},
Expand Down Expand Up @@ -360,7 +352,10 @@ const sidebar = {
title: 'General settings',
children: [
['/user-docs/latest/settings/managing-global-settings', 'Managing global settings'],
['/user-docs/latest/settings/configuring-users-permissions-plugin-settings', 'Configuring Users & Permissions plugin settings'],
[
'/user-docs/latest/settings/configuring-users-permissions-plugin-settings',
'Configuring Users & Permissions plugin settings',
],
],
},
],
Expand Down Expand Up @@ -393,9 +388,6 @@ module.exports = {
plugins: {
'@vuepress/medium-zoom': {},
'vuepress-plugin-element-tabs': {},
'@vuepress/google-analytics': {
ga: 'UA-54313258-1',
},
'check-md': {
ignore: checklinksIgnoredFiles,
},
Expand Down Expand Up @@ -502,6 +494,11 @@ module.exports = {
content: 'http://strapi.io/assets/images/strapi-website-preview.png',
},
],
[
'script',
{},
`(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-KN9JRWG');`,
],
],
themeConfig: {
logo: '/assets/logo.png',
Expand Down
1 change: 0 additions & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
},
"license": "SEE LICENSE IN LICENSE",
"dependencies": {
"@vuepress/plugin-google-analytics": "^1.7.1",
"@vuepress/plugin-medium-zoom": "^1.7.1",
"vuepress": "^1.7.1",
"vuepress-plugin-code-copy": "^1.0.6",
Expand Down