@@ -34,9 +34,10 @@ The repository contains Python scripts that:
34
34
- ** Structured Format** : All content is converted to Markdown for consistent processing
35
35
- ** Comprehensive Coverage** : Includes official documentation, code examples, and community discussions
36
36
- ** Optimized for AI** : Designed specifically for AI tools, chatbots, and RAG pipelines
37
- - ** Two Output Options** :
38
- - ` all_merged.md ` : Complete content including code blocks
39
- - ` essentials_merged.md ` : Streamlined version without code blocks
37
+ - ** Output Options** :
38
+ - ` all_merged.md ` : Complete content
39
+ - ` essentials_merged.md ` : Streamlined version only including official documentation and sample codes.
40
+ - ` cadence_docs_merged.md ` : Streamlined version only including Cadence related documentation and sample codes.
40
41
41
42
## How to Use
42
43
@@ -53,6 +54,7 @@ The merged documentation files are available at:
53
54
54
55
- [ All Merged Content] [ all-merged ]
55
56
- [ Essentials Only] [ essentials-merged ]
57
+ - [ Cadence Only] [ cadence-merged ]
56
58
57
59
For integration with AI tools like Cursor or ChatGPT, use the appropriate URL as described in the respective tutorials:
58
60
@@ -61,5 +63,6 @@ For integration with AI tools like Cursor or ChatGPT, use the appropriate URL as
61
63
62
64
[ all-merged ] : https://github.com/onflow/Flow-Data-Sources/blob/main/merged_docs/all_merged.md
63
65
[ essentials-merged ] : https://github.com/onflow/Flow-Data-Sources/blob/main/merged_docs/essentials_merged.md
66
+ [ cadence-merged ] : https://github.com/onflow/Flow-Data-Sources/blob/main/merged_docs/cadence_docs_merged.md
64
67
[ cursor ] : ./cursor/index.md
65
68
[ chatgpt ] : ./chatgpt/index.md
0 commit comments