CliOptions class
Comprehensive CLI options class for documentation generation configuration.
Signature
export declare class CliOptions
Remarks
The CliOptions class contains all configuration parameters that control the behaviour of the doxygen2docusaurus conversion process, including paths, URLs, styling, and feature toggles.
Constructors
|
Constructor |
Modifiers |
Description |
|---|---|---|
|
Creates a new CliOptions instance with the specified command options. |
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
string |
URL path to the API documentation relative to the docs section. | ||
|
string |
Path to the API documentation folder relative to the docs folder. | ||
|
string |
Base URL for the entire website. | ||
|
string | undefined |
(Optional) Output folder for compatibility redirect files. | ||
|
string |
Path to the custom CSS file for styling overrides. | ||
|
boolean |
Controls debug-level output during the conversion process. | ||
|
string |
URL path to the documentation section relative to the website root. | ||
|
string |
Path to the documentation folder relative to the website folder. | ||
|
string |
Path to the Doxygen XML input folder relative to the website folder. | ||
|
string |
String identifier for distinguishing multiple configuration instances. | ||
|
string |
Path for images relative to the | ||
|
boolean |
Controls whether pages are listed at the top of the sidebar. | ||
|
string |
Title displayed on the main API documentation page. | ||
|
string |
Path to the navbar configuration file. | ||
|
string |
Label displayed in the top navigation bar. | ||
|
'left' | 'right' |
Position of the navigation menu in the top bar. | ||
|
string |
Note about the location of original Doxygen pages. | ||
|
boolean |
Controls program listing rendering in File pages. | ||
|
boolean |
Controls program listing rendering in member definition sections. | ||
|
string |
Path to the sidebar category configuration file. | ||
|
string |
Label displayed in the Docusaurus sidebar for the API documentation. | ||
|
boolean |
Controls whether TODO suggestion descriptions are displayed. | ||
|
boolean |
Controls verbose output during the conversion process. |
Methods
|
Method |
Modifiers |
Description |
|---|---|---|
|
Parses configuration options from various JSON configuration sources. | ||
|
Selects the appropriate configuration from multi-configuration options. |
Generated via tsdoc2docusaurus 1.3.0 by API Extractor/Documenter 7.52.8.