Acknowledgements
This application wouldn't be possible without the work of others. The (likely incomplete) list below contains the work Docnet is based on / builds upon.
- MkDocs.
Docnetborrows a great deal fromMkDocs: the theme cssDocnetuses is based on a cleaned up version of theirReadthedocstheme, as well as the javascript based search is from MkDocs. - MarkdownDeep. The markdown parser is an extended version of the
MarkdownDeepparser from topten software. - Json.NET. The reading/writing of json files is important for
Docnetand it uses Json.NET for that. - ProjBook. The snippet extraction code in
DocNetis based on ProjBook's extractors.