Skip to content
This repository has been archived by the owner on Jul 21, 2022. It is now read-only.

Scrapes data from the JavaDocs, and generates a HTML page which can be used on the Azurite documentation website.

License

Notifications You must be signed in to change notification settings

azurite-engine/Azurite-docs-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Azurite-docs-generator

Requirements

  • Python 3
  • BeautifulSoup 4 (pip install bs4)
  • requests (pip install requests)

Usage

  1. Generate JSON file from JavaDocs.
  2. Place executable in the base Azurite Docs directory.
  3. Place generated JSON file in the base Azurite Docs directory and (file has to be called "website.json").
  4. Through command line run the program with one argument (website name).