C# 클래스 Docnet.Config

파일 보기 프로젝트 열기: FransBouma/DocNet 1 사용 예제들

비공개 메소드들

메소드 설명
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