Skip to content
This repository was archived by the owner on Aug 13, 2025. It is now read-only.

Commit 1f634de

Browse files
committed
removing algolia, appinsights
1 parent 45713d8 commit 1f634de

File tree

3 files changed

+10
-8
lines changed

3 files changed

+10
-8
lines changed

.genaiscript/.gitattributes

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# avoid merge issues and ignore files in diffs
2+
*.json -diff merge=ours linguist-generated
3+
*.jsonl -diff merge=ours linguist-generated
4+
*.js -diff merge=ours linguist-generated

.genaiscript/.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
runs/
2+
cache/
3+
retrieval/
4+
containers/
5+
temp/
6+
tests/

website/docusaurus.config.js

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -305,14 +305,6 @@ const config = configure(
305305
}),
306306
},
307307
{
308-
appInsights: {
309-
instrumentationKey: "06283122-cd76-493c-9641-fbceeeefd9c6",
310-
},
311-
algolia: {
312-
appId: "AL1OJNE8M9",
313-
apiKey: "0d31b2119e202cd71b47e914cc567fab",
314-
indexName: "devicescript",
315-
},
316308
codeSandbox: {
317309
defaultTemplate: "devicescript",
318310
templates: {

0 commit comments

Comments
 (0)