mirror of
https://github.com/open-webui/docs
synced 2025-06-16 11:28:36 +00:00
feat: analytics
This commit is contained in:
parent
dee6a19002
commit
32961cbc8d
@ -40,6 +40,10 @@ const config: Config = {
|
||||
[
|
||||
"classic",
|
||||
{
|
||||
gtag: {
|
||||
trackingID: "G-522JSJVWTB",
|
||||
anonymizeIP: false,
|
||||
},
|
||||
docs: {
|
||||
sidebarPath: "./sidebars.ts",
|
||||
routeBasePath: "/",
|
||||
|
4292
package-lock.json
generated
4292
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -22,6 +22,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@docusaurus/core": "^3.5.2",
|
||||
"@docusaurus/plugin-google-gtag": "^3.7.0",
|
||||
"@docusaurus/preset-classic": "^3.5.2",
|
||||
"@docusaurus/theme-mermaid": "^3.5.2",
|
||||
"@mdx-js/react": "^3.0.1",
|
||||
|
Loading…
Reference in New Issue
Block a user