aboutsummaryrefslogtreecommitdiffstats
path: root/googlemock/docs/documentation.md
diff options
context:
space:
mode:
authorKrystian Kuzniarek <krystian.kuzniarek@gmail.com>2019-07-13 08:05:22 +0200
committerKrystian Kuzniarek <krystian.kuzniarek@gmail.com>2019-07-13 08:09:11 +0200
commit6078089ef87cf4074daead5c53f5d15c8f5a79e7 (patch)
treef03d90b00cd2dac178cb5ea6e9899ce49d89f77d /googlemock/docs/documentation.md
parent382cdf9162dd335b71f1e47e6be8244710c3c683 (diff)
downloadgoogletest-6078089ef87cf4074daead5c53f5d15c8f5a79e7.tar.gz
googletest-6078089ef87cf4074daead5c53f5d15c8f5a79e7.tar.bz2
googletest-6078089ef87cf4074daead5c53f5d15c8f5a79e7.zip
rename and apply snake_case on Documentation.md
Diffstat (limited to 'googlemock/docs/documentation.md')
-rw-r--r--googlemock/docs/documentation.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/googlemock/docs/documentation.md b/googlemock/docs/documentation.md
new file mode 100644
index 00000000..c2b00ba1
--- /dev/null
+++ b/googlemock/docs/documentation.md
@@ -0,0 +1,15 @@
+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).**
+
+ * [ForDummies](ForDummies.md) -- start here if you are new to Google Mock.
+ * [CheatSheet](cheat_sheet.md) -- a quick reference.
+ * [CookBook](cook_book.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 Mock, read:
+
+ * [CONTRIBUTING](../../CONTRIBUTING.md) -- read this _before_ writing your first patch.
+ * [Pump Manual](../../googletest/docs/pump_manual.md) -- how we generate some of the source files.