Package Navigation - Left sidebar with hierarchical tree
Dark Mode Support - Consistent theming across all panels
Traditional UX - Familiar navigation pattern
π Instantiate DocBox
Begin by creating an instance of DocBox:
βοΈ Properties
The following are the properties for this strategy:
projectTitle : The HTML title used in the documentation
projectDescription : The HTML project description
outputDir : The output directory absolute path
theme : (Optional) Theme name - "default" or "frames" (defaults to "default")
Just pass them in the docbox.addStrategy() call:
ποΈ Using the Frames Theme
To use the traditional frameset layout:
π Generate Documentation
Now that you have an instance of DocBox configured with your strategy and its properties, just execute the generate() method with its appropriate arguments: