forked from papermoonio/polkadot-mkdocs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathllms_config.json
More file actions
56 lines (52 loc) · 1.39 KB
/
llms_config.json
File metadata and controls
56 lines (52 loc) · 1.39 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
{
"schema_version": "1.2",
"project": {
"id": "polkadot",
"name": "Polkadot",
"project_url": "https://polkadot.network/",
"docs_base_url": "https://docs.polkadot.com/"
},
"repository": {
"host": "github",
"org": "polkadot-developers",
"repo": "polkadot-docs",
"default_branch": "master",
"docs_path": ".",
"ai_artifacts_path": "ai/pages"
},
"content": {
"docs_dir": ".",
"base_context_categories": ["Basics", "Reference"],
"categories_order": [
"Basics",
"Smart Contracts",
"Parachains",
"dApps",
"Networks",
"Polkadot Protocol",
"Infrastructure",
"Tooling",
"Reference"
],
"exclusions": {
"skip_basenames": [
"README.md",
".CONTRIBUTING.md",
"pull-request-template.md",
"cookie-policy.md",
"LICENSE.md",
"ai-chatbot-policy.md",
"terms-of-use.md",
"privacy-policy.md"
],
"skip_paths": [".snippets", ".github", ".venv", "venv"]
}
},
"outputs": {
"public_root": "/ai/",
"files": {
"llms_full": "llms-full.jsonl",
"pages_dir": "pages"
}
}
}