-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathbtca.config.jsonc
More file actions
88 lines (87 loc) · 2.53 KB
/
Copy pathbtca.config.jsonc
File metadata and controls
88 lines (87 loc) · 2.53 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"$schema": "https://btca.dev/btca.schema.json",
"resources": [
{
"name": "fastapi",
"type": "git",
"url": "https://github.com/fastapi/fastapi",
"branch": "master",
"searchPath": "docs/en/docs",
"specialNotes": "FastAPI framework documentation."
},
{
"name": "springBoot",
"type": "git",
"url": "https://github.com/spring-projects/spring-boot",
"branch": "main",
"searchPath": "spring-boot-project/spring-boot-docs",
"specialNotes": "Spring Boot core documentation."
},
{
"name": "springCloudGcp",
"type": "git",
"url": "https://github.com/GoogleCloudPlatform/spring-cloud-gcp",
"branch": "main",
"searchPath": "docs",
"specialNotes": "Documentation for Spring Cloud GCP integrations (Pub/Sub, Firestore)."
},
{
"name": "pydantic",
"type": "git",
"url": "https://github.com/pydantic/pydantic",
"branch": "main",
"searchPath": "docs",
"specialNotes": "Pydantic v2 documentation."
},
{
"name": "googleCloudPython",
"type": "git",
"url": "https://github.com/googleapis/google-cloud-python",
"branch": "main",
"specialNotes": "Google Cloud Python client libraries. Focus on Firestore and Pub/Sub sub-packages."
},
{
"name": "orTools",
"type": "git",
"url": "https://github.com/google/or-tools",
"branch": "stable",
"searchPath": "docs",
"specialNotes": "Google OR-Tools optimization library documentation."
},
{
"name": "biome",
"type": "git",
"url": "https://github.com/biomejs/biome",
"branch": "main",
"searchPath": "website/src/content/docs",
"specialNotes": "Biome linting and formatting documentation."
},
{
"name": "uv",
"type": "git",
"url": "https://github.com/astral-sh/uv",
"branch": "main",
"searchPath": "docs",
"specialNotes": "uv package manager documentation."
},
{
"name": "mise",
"type": "git",
"url": "https://github.com/jdx/mise",
"branch": "main",
"searchPath": "docs",
"specialNotes": "mise tool manager documentation."
},
{
"name": "mkdocsMaterial",
"type": "git",
"url": "https://github.com/squidfunk/mkdocs-material",
"branch": "master",
"searchPath": "docs",
"specialNotes": "MkDocs Material theme documentation."
}
],
"model": "github-copilot/gemini-3-flash-preview",
"provider": "opencode",
"providerTimeoutMs": 300000
}