We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca341d3 commit 0699845Copy full SHA for 0699845
docs/docusaurus.config.js
@@ -8,6 +8,11 @@ module.exports = {
8
organizationName: 'thecodingmachine', // Usually your GitHub org/user name.
9
projectName: 'symfony-boilerplate', // Usually your repo name.
10
themeConfig: {
11
+ googleAnalytics: {
12
+ trackingID: 'G-ZGCNWVF92C',
13
+ // Optional fields.
14
+ anonymizeIP: true, // Should IPs be anonymized?
15
+ },
16
colorMode: {
17
defaultMode: 'light',
18
disableSwitch: true,
0 commit comments