Automated docs generation for portal-helper bot,
Uses github actions to compile the docs provided by https://portal.battlefield.com
Docs are saved in docs
class CleanDoc(TypedDict):
block_id: str
block: str
summary: str
inputs: Optional[list]
output: Optional[list]