You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,14 @@ Generated files:
28
28
29
29
Do not hand-edit generated files to fix the table of contents or localized docs. Change bilingual content, node hierarchy, or ordering in `payload.json` instead.
30
30
31
+
## Content License
32
+
33
+
Graph content in this repository is source-available for personal, non-commercial learning and contribution only. Do not copy it into commercial products, public mirrors, hosted datasets, APIs, search indexes, RAG systems, model training sets, courses, books, newsletters, or other derivative services.
34
+
35
+
By submitting a contribution, you confirm that you have the right to contribute it, that it is not copied from a source with incompatible terms, and that you grant DevGraph a perpetual, irrevocable, worldwide, royalty-free, transferable, sublicensable license to use, reproduce, modify, translate, publish, display, distribute, and commercialize your contribution as part of DevGraph products, services, websites, repositories, and content workflows.
36
+
37
+
Public users receive access to contributed graph content only under the repository [LICENSE](LICENSE). Do not submit content if you cannot grant DevGraph the rights above.
Copy file name to clipboardExpand all lines: README.md
+9-2Lines changed: 9 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,10 +2,12 @@
2
2
3
3
[English](README.md) · [简体中文](README.zh-CN.md)
4
4
5
-
Open skill graph data for [DevGraph](https://devgraph.dev).
5
+
Source-available skill graph data for [DevGraph](https://devgraph.dev).
6
6
7
7
This repository contains the public content source for selected DevGraph skill graphs: graph metadata, nodes, links, generated indexes, schemas, and validation scripts. DevGraph's app code, D3 implementation, learning workspace, practice questions, analysis reports, user data, and membership features are not part of this repository.
8
8
9
+
The graph content is public so learners can inspect it and contributors can improve it, but it is not MIT-licensed data. It may be used for personal, non-commercial learning only. Redistribution, mirrored hosting, bulk extraction, commercial reuse, and using the content to build derivative products, datasets, search indexes, RAG systems, or model training sets are prohibited without prior written permission from DevGraph.
10
+
9
11
The canonical source stays bilingual in each `payload.json`. Human-readable docs are generated beside each graph, following the same pattern used by projects such as Ant Design:
10
12
11
13
-`graphs/{graphSlug}/index.en-US.md`
@@ -67,4 +69,9 @@ Each `payload.json` has a top-level `version` field. DevGraph syncs that value i
67
69
68
70
## License
69
71
70
-
MIT.
72
+
This repository is source-available, not MIT as a whole.
73
+
74
+
- Graph content under `graphs/**` is available for personal, non-commercial learning and contribution only. Do not redistribute it or use it commercially.
75
+
- Tooling and schemas outside `graphs/**` are available under the MIT License.
0 commit comments