C# Class Docnet.Config

Exibir arquivo Open project: FransBouma/DocNet Class Usage Examples

Private Methods

Method Description
ClearDestinationFolder ( ) : void
CopySourceFoldersToCopy ( ) : void
CopyThemeToDestination ( ) : void
GenerateSearchData ( ) : void

Generates the search data, which is the json file called 'search_index.json' with search data of all pages as well as the docnet_search.htm file in the output. The search index is written to the root of the output folder.

GenerateSearchDataIndex ( ) : void

Generates the index of the search data. this is a json file with per page which has markdown a couple of data elements.

GenerateSearchPage ( ) : void
Load ( string configFile ) : bool