chore(llms): trim LLM export + align label-scanning docs#331
Merged
moritzhartmeier merged 1 commit intomainfrom Mar 24, 2026
Merged
chore(llms): trim LLM export + align label-scanning docs#331moritzhartmeier merged 1 commit intomainfrom
moritzhartmeier merged 1 commit intomainfrom
Conversation
Configure docusaurus-plugin-llms with ignoreFiles to shrink llms.txt / llms-full.txt and remove broken or redundant entries. Unify Cordova and .NET iOS label-scanning with the shared partial and list all supported platforms in _label-scanning.mdx. Metrics (npm run build, docusaurus-plugin-llms stats): - Docs included in LLM export: 628 → 365 (−263, ~42% fewer files) - build/llms-full.txt: 2,209,701 → 1,863,056 bytes (−346,645 B, ~15.7%) - build/llms-full.txt lines: 44,249 → 37,985 (−6,264) LLM export changes: - Ignore docs/partials/** (no standalone routes) - Ignore docs/connector-guides/** - Ignore root docs/*.mdx that only redirect to /sdks/web/* - Dedupe shared partial wrappers to sdks/web (core concepts, symbologies, migrations, system requirements, label-scanning, etc.) - Ignore entire sdks/titanium/** - Ignore selected Linux subtrees (MatrixScan, ID, Parser, SparkScan, label-capture, barcode-selection stubs) - Add label-scanning.md to the Web-canonical dedup list after Cordova / .NET iOS use the shared partial Docs: - _label-scanning.mdx: Available For includes Capacitor, Cordova, .NET Android, .NET iOS (alphabetical by product) - cordova/net ios label-scanning.md: use partial like other SDKs Made-with: Cursor
moritzhartmeier
approved these changes
Mar 24, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Configure
docusaurus-plugin-llmswithignoreFilesto shrinkllms.txt/llms-full.txtand remove broken or redundant entries. Unify Cordova and .NET iOSlabel-scanningwith the shared partial and list all supported platforms in_label-scanning.mdx.Metrics (
npm run build, docusaurus-plugin-llms)build/llms-full.txt(bytes)build/llms-full.txt(lines)LLM export
docs/partials/**(no standalone routes)docs/connector-guides/**docs/*.mdxredirect stubs to/sdks/web/*sdks/web(core concepts, symbologies, migrations, system requirements, label-scanning, etc.)sdks/titanium/**label-scanning.mdto Web-canonical dedup after Cordova / .NET iOS use the shared partialDocs
_label-scanning.mdx: Available For includes Capacitor, Cordova, .NET Android, .NET iOScordova/net/ioslabel-scanning.md: use partial like other SDKsMade with Cursor