Build the nav and footer HTMLElements for all the HTML pages
The footer to be inserted in the html pages
Build the nav html element for an html page
Name | Type | Description |
---|---|---|
rootPath | String | The path between the file where the nav will be inserted and theConfig.destDir ( something like '../../../', depending of the folders tree ) |
The path between the html file and theConfig.destDir ( something like '../../../', depending of the folders tree )
Add the li html elements to the nav html string for variables and classes
Name | Type | Description |
---|---|---|
links | Array of Array of String | The links to add |
Add the li html elements to the nav html string for source files
Name | Type | Description |
---|---|---|
links | Array of Array of String | The links to add |