Skip to content

Commit c16a9e6

Browse files
dawnkelly09nhussein11Copilotbrunopgalvao
authored
Dawn/add llms category (#786)
* fix: #add-scaffold-pallet-structure step 2 snippets * fix: build-custom-pallet snippets broken * fix: pallet-unit-testing broken snippets * fix: re-ordering zero-to-hero tutorials * fix: snippets and frame-omni-bencher version * fix: runtime upgrade wip * fix: wording * fix: runtime upgrade page completed * fix: formatting * fix: copilot suggestions * fix: correct formatting in mock runtime examples * fix: update tutorial for runtime upgrade instructions * sets up scripts, test seems to be working. * tags - WIP * finishes tagging pages * test run of llms with tagged pages. Output looks good! * starter ai resources page * adds ai-resources as a hidden page * updates llms * updats llms * adds script for copy to clipboard used in footer * Update js/clipboardCopy.js Co-authored-by: Copilot <[email protected]> * updates llms * updates script to replace blanks spaces with hypen for creating llms files * removes duplicate llms files from scripting update * adds missing Parachains category, updates llms * copies page from master to match what is deployed * patches regex for snippet replacement, updates llms * rename AI resources, move to support (renamed from get-support) * updates llms * update paths get-support -> support internal links * update path name * fix support path back to get-support * updates llms * updates llms * Update .gitignore Co-authored-by: Bruno Galvao <[email protected]> * update description in config, rerun llms * removes clipboardCopy.js as functionality handled in script block of main.html * remove pyc from tracking * update workflow to look for llms-full.txt on check, updated llms * updates projectUrl to use docs url, update llms * fixes paths, fresh llms * fresh llms * Apply suggestions from code review * fresh llms * fresh llms * fresh llms * match current workflow * fix file name for check * fix for real --------- Co-authored-by: nhussein11 <[email protected]> Co-authored-by: Copilot <[email protected]> Co-authored-by: Bruno Galvao <[email protected]>
1 parent a58a4bb commit c16a9e6

File tree

149 files changed

+186811
-43490
lines changed

Some content is hidden

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

149 files changed

+186811
-43490
lines changed

.github/workflows/check-llms.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Validate llms.txt
1+
name: Validate llms-full.txt
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.txt"
11+
llms_filename: "llms-full.txt"
1212
generator_command: "python3 scripts/generate_llms.py"
13-
require_pr_file: false
13+
require_pr_file: false

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
node_modules
22
.vscode
33
target
4-
.DS_Store
4+
.DS_Store
5+
scripts/__pycache__/*

develop/interoperability/intro-to-xcm.md

Lines changed: 1 addition & 0 deletions

develop/interoperability/send-messages.md

Lines changed: 1 addition & 0 deletions

develop/interoperability/test-and-debug.md

Lines changed: 1 addition & 0 deletions

develop/interoperability/xcm-channels.md

Lines changed: 1 addition & 0 deletions

develop/interoperability/xcm-config.md

Lines changed: 1 addition & 0 deletions

develop/interoperability/xcm-runtime-apis.md

Lines changed: 1 addition & 0 deletions

develop/networks.md

Lines changed: 1 addition & 0 deletions

develop/parachains/customize-parachain/add-existing-pallets.md

Lines changed: 1 addition & 0 deletions

0 commit comments

Comments
 (0)