This repository contains various automation scripts for different docs migration tasks (to-mintlify).
- URL Organizer: Organizes URLs from a JSON file into a hierarchical directory structure.
- Web Crawler v0: Multi-threaded web crawler for systematically collecting web pages.
- Web Crawler v1: Single-threaded recursive web crawler with simpler implementation.
- Clear MDX Files: Clears the content of all MDX files in a directory tree.
- Create Path: Creates directory structures and empty MDX files based on mint.json config.
- Remove PHP Injection: Cleans up HTML content within SQL files by converting to Markdown.
- Update MDX Files: Adds formatted frontmatter to all MDX files in a directory tree.
Each script has its own documentation page with detailed information on how to use it and how it works. Click on the links above to learn more about each script.