summaryrefslogtreecommitdiff
path: root/docs/Documentation.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/Documentation.md')
-rw-r--r--docs/Documentation.md23
1 files changed, 12 insertions, 11 deletions
diff --git a/docs/Documentation.md b/docs/Documentation.md
index 8ca1aac..16083e7 100644
--- a/docs/Documentation.md
+++ b/docs/Documentation.md
@@ -1,14 +1,15 @@
-This page lists all documentation wiki pages for Google Test **(the SVN trunk version)**
--- **if you use a released version of Google Test, please read the
-documentation for that specific version instead.**
+This page lists all documentation markdown files for Google Mock **(the
+current git version)**
+-- **if you use a former version of Google Mock, please read the
+documentation for that specific version instead (e.g. by checking out
+the respective git branch/tag).**
- * [Primer](Primer.md) -- start here if you are new to Google Test.
- * [Samples](Samples.md) -- learn from examples.
- * [AdvancedGuide](AdvancedGuide.md) -- learn more about Google Test.
- * [XcodeGuide](XcodeGuide.md) -- how to use Google Test in Xcode on Mac.
- * [Frequently-Asked Questions](FAQ.md) -- check here before asking a question on the mailing list.
+ * [ForDummies](ForDummies.md) -- start here if you are new to Google Mock.
+ * [CheatSheet](CheatSheet.md) -- a quick reference.
+ * [CookBook](CookBook.md) -- recipes for doing various tasks using Google Mock.
+ * [FrequentlyAskedQuestions](FrequentlyAskedQuestions.md) -- check here before asking a question on the mailing list.
-To contribute code to Google Test, read:
+To contribute code to Google Mock, read:
- * [DevGuide](DevGuide.md) -- read this _before_ writing your first patch.
- * [PumpManual](PumpManual.md) -- how we generate some of Google Test's source files. \ No newline at end of file
+ * [CONTRIBUTING](../CONTRIBUTING.md) -- read this _before_ writing your first patch.
+ * [Pump Manual](../../googletest/docs/PumpManual.md) -- how we generate some of Google Mock's source files.