forked from cp-algorithms/cp-algorithms
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwiki.json
More file actions
27 lines (27 loc) · 799 Bytes
/
wiki.json
File metadata and controls
27 lines (27 loc) · 799 Bytes
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
{
"repo_notes": [
{
"content": "This configuration intentionally limits DeepWiki generation to a minimal set of high-level pages."
}
],
"pages": [
{
"title": "Repository Overview",
"purpose": "Provide a short high-level overview of the repository, its goals, and its structure.",
"page_notes": [
{
"content": "Keep this page general and non-technical, refer to the site's existing pages."
}
]
},
{
"title": "Contributing and Supporting",
"purpose": "Offer guidance to contributors and describe ways to support the project.",
"page_notes": [
{
"content": "This is the only actionable page; keep the content simple, refer to the site's existing pages."
}
]
}
]
}