1This page lists all documentation markdown files for Google Mock **(the 2current git version)** 3-- **if you use a former version of Google Mock, please read the 4documentation for that specific version instead (e.g. by checking out 5the respective git branch/tag).** 6 7 * [ForDummies](ForDummies.md) -- start here if you are new to Google Mock. 8 * [CheatSheet](CheatSheet.md) -- a quick reference. 9 * [CookBook](CookBook.md) -- recipes for doing various tasks using Google Mock. 10 * [FrequentlyAskedQuestions](FrequentlyAskedQuestions.md) -- check here before asking a question on the mailing list. 11 12To contribute code to Google Mock, read: 13 14 * [CONTRIBUTING](../../CONTRIBUTING.md) -- read this _before_ writing your first patch. 15 * [Pump Manual](../../googletest/docs/PumpManual.md) -- how we generate some of Google Mock's source files. 16