mirror of
https://github.com/sern-handler/website
synced 2026-06-10 09:52:22 +00:00
Compare commits
1 Commits
feat/tutor
...
feat/analy
| Author | SHA1 | Date | |
|---|---|---|---|
| 1a579587ae |
@@ -183,6 +183,17 @@ const config = {
|
|||||||
entryPoints: ['../sernHandlerV2/src/index.ts'],
|
entryPoints: ['../sernHandlerV2/src/index.ts'],
|
||||||
tsconfig: '../sernHandlerV2/tsconfig.json',
|
tsconfig: '../sernHandlerV2/tsconfig.json',
|
||||||
},
|
},
|
||||||
|
"@dipakparmar/docusaurus-plugin-umami",
|
||||||
|
/** @type {import('@dipakparmar/docusaurus-plugin-umami').Options} */
|
||||||
|
({
|
||||||
|
websiteID: "e82ff65c-b08f-47b5-8e74-5c31cbcec0ad",
|
||||||
|
analyticsDomain: "analytics.srizan.dev",
|
||||||
|
scriptName: 'ua.js',
|
||||||
|
dataAutoTrack: true,
|
||||||
|
dataDoNotTrack: true,
|
||||||
|
dataCache: true,
|
||||||
|
dataDomains: "sern.dev",
|
||||||
|
}),
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -177,16 +177,27 @@ const config = {
|
|||||||
darkTheme: darkCodeTheme,
|
darkTheme: darkCodeTheme,
|
||||||
},
|
},
|
||||||
}),
|
}),
|
||||||
// plugins : [
|
plugins : [
|
||||||
// [
|
[
|
||||||
// 'docusaurus-plugin-typedoc',
|
// 'docusaurus-plugin-typedoc',
|
||||||
// {
|
// {
|
||||||
// //if you're editing website, please change this to your local branch of sern to generate documentation
|
// //if you're editing website, please change this to your local branch of sern to generate documentation
|
||||||
// entryPoints: ['../sernHandlerV2/src/index.ts'],
|
// entryPoints: ['../sernHandlerV2/src/index.ts'],
|
||||||
// tsconfig: '../sernHandlerV2/tsconfig.json',
|
// tsconfig: '../sernHandlerV2/tsconfig.json',
|
||||||
// },
|
// },
|
||||||
// ]
|
"@dipakparmar/docusaurus-plugin-umami",
|
||||||
// ]
|
/** @type {import('@dipakparmar/docusaurus-plugin-umami').Options} */
|
||||||
|
({
|
||||||
|
websiteID: "e82ff65c-b08f-47b5-8e74-5c31cbcec0ad",
|
||||||
|
analyticsDomain: "analytics.srizan.dev",
|
||||||
|
scriptName: 'ua.js',
|
||||||
|
dataAutoTrack: true,
|
||||||
|
dataDoNotTrack: true,
|
||||||
|
dataCache: true,
|
||||||
|
dataDomains: "sern.dev",
|
||||||
|
}),
|
||||||
|
]
|
||||||
|
]
|
||||||
};
|
};
|
||||||
|
|
||||||
module.exports = config;
|
module.exports = config;
|
||||||
|
|||||||
22482
package-lock.json
generated
22482
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -17,6 +17,7 @@
|
|||||||
"typedoc-json": "typedoc --json ../sern-community/docs.json --pretty --entryPoints ../sernHandlerV2/src/index.ts --tsconfig ../sernHandlerV2/tsconfig.json --excludeExternals"
|
"typedoc-json": "typedoc --json ../sern-community/docs.json --pretty --entryPoints ../sernHandlerV2/src/index.ts --tsconfig ../sernHandlerV2/tsconfig.json --excludeExternals"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"@dipakparmar/docusaurus-plugin-umami": "^2.1.1",
|
||||||
"@docusaurus/core": "^2.4.0",
|
"@docusaurus/core": "^2.4.0",
|
||||||
"@docusaurus/plugin-content-pages": "^2.4.0",
|
"@docusaurus/plugin-content-pages": "^2.4.0",
|
||||||
"@docusaurus/preset-classic": "^2.4.0",
|
"@docusaurus/preset-classic": "^2.4.0",
|
||||||
|
|||||||
Reference in New Issue
Block a user