blob: 2745718f12ddc083f85fd6d9c9d8409a88aa8757 [file] [log] [blame] [view] [raw]
If you need to update the x86 asm documentation, just run `etc/scripts/docenizers/docenizer.py`, which requires:
- Python 3.x with BeautifulSoup
You can use some options in the script:
- `-o`/`--outputpath` - Final destination of the generated JavaScript file
- `-i`/`--inputfolder` - Points to the downloaded and extracted .html files
- `-d`/`--downloadfolder` - Points to the download folder to use in case a new version is needed
Now you only need to run it, and hope for the best. Please report any problems you encounter