This tool converts Microsoft Learn certifications paths to epub
To make the epub you need the link of the certification in this case AZ-500
-
Chose a language
lang = 'es' language = 'es-mx' path_url = 'https://learn.microsoft.com/api/lists/studyguide/exam/exam.az-500?locale=%s' % language base_url = 'https://docs.microsoft.com/%s' % language
-
Run
main.py
-
With
Prettier
format the files created by the scriptnpx prettier --write ./epub_base/EPUB/
-
And with make-epub.py create the EPUB file
python make-epub.py epub_base file_name.epub
To install Prettier with node
-
For local installation
npm install prettier
-
For epub creation Accessible EPUB 3 ( from EPUB 3 Samples Table) is used in epub_base directory