ViewportDocsWindow

class omni.kit.viewport.docs.window.ViewportDocsWindow(title: str, **kwargs)

Bases: DocumentationBuilderWindow

The window with the documentation

Methods

__init__(title, **kwargs)

### Arguments

Attributes

__init__(title: str, **kwargs)

### Arguments

`title: str`

The title of the window.

`filenames: List[str]`

The list of .md files to process.

`show_catalog: bool`

Show catalog pane (default True)