Skip to content

Commit 02123d1

Browse files
dawnkelly09Copilot
andauthored
Dawn/improved llms v2 (#1030)
* adds `generate_ai_pages.py` with indentation respected and yaml/yml wrapper * updates script to ouput to /ai/pages dir, adds generate_llms_txt.py * removes deprecated script * adds generate_category_bundles.py script + generated files * adds generate_site_index.py + resulting files * delete deprecated script, add main script for llm file pipeline * remove deprecated category files * update to use files in /ai/categories for table * update workflow * fresh llms * Update ai/pages/tutorials-smart-contracts-demo-aplications-deploying-uniswap-v2.md Co-authored-by: Copilot <[email protected]> * fresh llms * fixes duplicate terminal outputs, fresh llm files --------- Co-authored-by: Copilot <[email protected]>
1 parent b357afe commit 02123d1

File tree

115 files changed

+88312
-126806
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

115 files changed

+88312
-126806
lines changed

.github/workflows/check-llms.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Validate llms-full.txt
1+
name: Validate llms-full.jsonl
22

33
on:
44
pull_request:
@@ -8,6 +8,6 @@ jobs:
88
validate:
99
uses: papermoonio/workflows/.github/workflows/validate-llms.yml@main
1010
with:
11-
llms_filename: "llms-full.txt"
11+
llms_filename: "llms-full.jsonl"
1212
generator_command: "python3 scripts/generate_llms.py"
1313
require_pr_file: false

ai/categories/basics.md

Lines changed: 3032 additions & 0 deletions
Large diffs are not rendered by default.

ai/categories/dapps.md

Lines changed: 7369 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 5283 additions & 10435 deletions
Large diffs are not rendered by default.

ai/categories/networks.md

Lines changed: 5640 additions & 0 deletions
Large diffs are not rendered by default.

ai/categories/parachains.md

Lines changed: 6269 additions & 0 deletions
Large diffs are not rendered by default.

ai/categories/polkadot-protocol.md

Lines changed: 5640 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 1736 additions & 2192 deletions
Large diffs are not rendered by default.

ai/categories/smart-contracts.md

Lines changed: 9876 additions & 0 deletions
Large diffs are not rendered by default.

ai/categories/tooling.md

Lines changed: 12685 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)