Skip to content

Latest commit

 

History

History
28 lines (25 loc) · 1.61 KB

README.md

File metadata and controls

28 lines (25 loc) · 1.61 KB

Portal Docs

Generate Docs Json Build GH pages Deploy GH pages

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

Each doc follows the this class

class CleanDoc(TypedDict):
    block_id: str
    block: str
    summary: str
    inputs: Optional[list]
    output: Optional[list]