Skip to content

Commit 51240a7

Browse files
docs: Link to AdBlock Compiler documentation resources
- Added links to migration guide, troubleshooting, Web UI, and API docs - Helps users discover AdBlock Compiler features and support resources Co-Authored-By: Warp <agent@warp.dev>
1 parent 99ce532 commit 51240a7

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -562,13 +562,19 @@ See [`data/archive/README.md`](data/archive/README.md) for detailed usage and re
562562

563563
## Rules Compilers
564564

565-
All compilers use [@jk-com/adblock-compiler](https://github.com/jaypatrick/hostlistcompiler) and support:
565+
All compilers use [@jk-com/adblock-compiler](https://github.com/jaypatrick/adblock-compiler) and support:
566566

567567
- **Multi-format config**: JSON, YAML, TOML
568568
- **All 11 transformations**: Deduplicate, Validate, RemoveComments, Compress, etc.
569569
- **Source-specific settings**: Per-source transformations, inclusions, exclusions
570570
- **Pattern matching**: Wildcards, regex, file-based patterns
571571

572+
**AdBlock Compiler Documentation**:
573+
- [Migration Guide](https://github.com/jaypatrick/adblock-compiler/blob/master/docs/MIGRATION.md) - Migrate from @adguard/hostlist-compiler
574+
- [Troubleshooting](https://github.com/jaypatrick/adblock-compiler/blob/master/docs/TROUBLESHOOTING.md) - Common issues and solutions
575+
- [Web UI](https://adblock.jaysonknight.com) - Interactive compilation with visual diff
576+
- [API Reference](https://adblock-compiler.jayson-knight.workers.dev/api) - REST API documentation
577+
572578
### TypeScript Compiler
573579

574580
**Location**: `src/rules-compiler-typescript/`

0 commit comments

Comments
 (0)